That would be "umount" not "unmount" (no "n")
Regards,
Joseph Gardner
Senior Designer / Technical Support
Kirby Company
Cleveland, OH
-----Original Message-----
From: Bret Craw [SMTP:[EMAIL PROTECTED]]
Sent: Friday, August 13, 1999 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: [newbie] 4 persistent problems
3. To mount the cdrom, you need to tell it to mount it somewhere. Usually,
people mount it like this:
mount -t iso9660 /dev/cdrom /mnt/cdrom
This will tell it to mount the cdrom into the /mnt/cdrom directory. To
access it, you will need to go to that directory. cd /mnt/cdrom. Then you
can look at it with dir command. If you want to change CDs, you need to
unmount it. Type unmount /mnt/cdrom. Above, the -t is type. Good luck.
Don't know the answer to the other problems.
application/ms-tnef