DK wrote:

Floppy & CD mount OK now, however even though the floppy mounts OK, when I
mount the floppy, I get:

127# mount -v -t msdos /dev/fd0 /mnt
/dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0)

floppy: mount -v -t msdos /dev/fd0c /mnt
CDROM: mount -t cd9660 /dev/acd0c /cdrom


However, I can't seem to unmount them. I get "Command not found".
127# unmount /cdrom
unmount: Command not found.


Greetings!

The command to use is umount, not unmount.

umount /cdrom

Don't ask me why they left out the first 'n' there.

-Henrik W Lund

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to