1748156 Members
4165 Online
108758 Solutions
New Discussion юеВ

Re: mount cdrom

 
Nabil Boussetta
Frequent Advisor

mount cdrom

i have a cdrom which must be mounted with the option "cdcase" under hpux.

is this option availabale under tru64
5 REPLIES 5
Ivan Ferreira
Honored Contributor

Re: mount cdrom

See man mount:

rrip

Uses the Rock Ridge Interchange Protocol (RRIP) extensions to ISO 9660 (if present on the file system) to provide mixed-case file names, devce special files, and other atributes for files on the file system.

This setting is a default argument. If there are no RRIP extensions on the file system, the file system will be mounted and the argument will be ignored.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Nabil Boussetta
Frequent Advisor

Re: mount cdrom

i have tried mount with no option on tru64 but the content of the cdrom looks bad.

could you give a url for the manual of mount
Mark Poeschl_2
Honored Contributor

Re: mount cdrom

The manual for mount is available on your Unix system. No need for a URL :-)

The full mount command you're looking for is:

# mount -r -t cdfs -o rrip /dev/ /
Johan Brusche
Honored Contributor

Re: mount cdrom


Also the Microsoft '-o joliet' option might be needed to properly see long mixed-case filenames.

See manpage mount , section CDFS.

___ Johan ./

_JB_
Michael Schulte zur Sur
Honored Contributor

Re: mount cdrom

Hi,

could you please be more specific then "looks bad?"
Does it look garbled or in capital letters with ";1" at the end?

greetings,

Michael