OT: mount command in SCO Unix

Bill Campbell bill at celestial.com
Sat May 31 16:04:11 PDT 2008


On Sat, May 31, 2008, Scott Walker wrote:
>Scott asked:
>
>>What is the command to mount a cd on an SCO Unix OS5 server.
>>
>>On linux I just look in /etc/fstab to see the settings I need to use.
>>Is there some similar file on the SCO box?
>
>
>Bill said:
>
>The first CD is normally /dev/cd0 so ``mount /dev/cd0 /mnt''
>should do the trick.
>
>The last time I ran an OSR 5.0.6a system's GUI desktop, there was
>on icon on the desktop to mount/unmount the CD (which I used as
>it was on a Compaq box which, as usual for Compaq, does things a
>bit differently).
>
>Scott asks:
>
>That's got me almost there.
>
>I'm trying:
>
>	Mount -f ISO9660 -o lower /dev/cd0 /mnt
>
>The cd mounts and I can cd to it and move around.  Only problem seems to
>be truncated directory and file names.  Is there some option flag I'm
>missing?

I don't remember ever using the -f ISO9660 option, but I think I
have used lower on occassion.

I make no claims to understanding the various encoding options
when making ISO images, taking the mkisofs options rote from
others when creating images for installs and such.  I think the
relevant options I user are ``-l -r -allow-leading-dots'' which
results in some comments by mkisofs saying that I'm creating
images that are not fully ISO compliant.

I think that pure ISO9660 disks have a limited set of file system
names (perhaps MS-DOS 8.3 limits?).

Yup, reading the man page for mkisofs, the ``-l'' option sets it
to allow full 31 character filenames, and the ISO9660 is
restricted to 8.3.

Bill
-- 
INTERNET:   bill at celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186

...I'm not one of those who think Bill Gates is the devil.  I simply
suspect that if Microsoft ever met up with the devil, it wouldn't need an
interpreter. -- Nick Petreley


More information about the Filepro-list mailing list