Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Contenu d'1 CD visible sous linux seulement ???

3 réponses
Avatar
Lionel Sommellier
Bonjour,

Je decouvre quelquechose : un cdrom dont le contenu visible est totalement différent sous linux et sous windows.

Comment réalise-t-on cela ?

3 réponses

Avatar
Qing Liu
Lionel Sommellier writes:

Bonjour,

Je decouvre quelquechose : un cdrom dont le contenu visible est totalement différent sous linux et sous windows.

Comment réalise-t-on cela ?


Bonjour,

man mkisofs devrait donner des info. Windows ne
reconnaît pas tous les formats.

--
Liu

Avatar
Stephane CHAZELAS
Le Sun, 12 Oct 2003 09:55:33 +0200, Lionel Sommellier écrivait :
Je decouvre quelquechose : un cdrom dont le contenu visible
est totalement différent sous linux et sous windows.

Comment réalise-t-on cela ?
[tes lignes sont trop longues]


Voir les options -hide, -hide-joliet, -hide-hfs (et eventuellement
-graft-points) de mkisofs.

Extrait de la page de man:

M % ls -F
M README.hfs README.joliet README.unix cd_dir/
M
M The following command puts the contents of the directory cd_dir on the
M CD along with the three README files - but only one will be seen from
M each of the three filesystems:
M
M % mkisofs -o cd.iso -hfs -J -r -graft-points
M -hide README.hfs -hide README.joliet
M -hide-joliet README.hfs -hide-joliet README.unix
M -hide-hfs README.joliet -hide-hfs README.unix
M README=README.hfs README=README.joliet
M README=README.unix cd_dir
M
M i.e. the file README.hfs will be seen as README on the HFS CD and the
M other two README files will be hidden. Similarly for the Joliet and
M ISO9660/RockRidge CD.

mkisofs fait maintenant partie des cdrtools

--
Stéphane

Avatar
Lionel Sommellier
Merci pour vos réponses.

Je ne savais pas qu'on pouvait faire ça. (je me suis fait avoir un moment samedi...;-) )

Merci.