Re: Mounting USB CD-ROM manually, after boot

2008-05-08 Thread Wojciech Puchar
The device shows up with a label, and appears as /dev/cd0 (in dmesg). # mount /dev/cd0 /cdrom ...fails, with a: mount: /dev/cd0 : Invalid Argument mount_cd9660 I have nothing else in /dev that would indicate any new device was attached. I know for fact the .iso is burned correctly,

Mounting USB CD-ROM manually, after boot

2008-05-07 Thread Steve Bertrand
Hi everyone, To get right to the chase, FBSD 7.0, I plug in an external USB CD-ROM device with a CD (of FreeBSD 7.0) and I want to mount it manually into the filesystem. The device shows up with a label, and appears as /dev/cd0 (in dmesg). # mount /dev/cd0 /cdrom ...fails, with a: mount:

Re: Mounting USB CD-ROM manually, after boot

2008-05-07 Thread David M. Patronis
Steve Bertrand wrote: Hi everyone, To get right to the chase, FBSD 7.0, I plug in an external USB CD-ROM device with a CD (of FreeBSD 7.0) and I want to mount it manually into the filesystem. The device shows up with a label, and appears as /dev/cd0 (in dmesg). # mount /dev/cd0 /cdrom

Re: Mounting USB CD-ROM manually, after boot

2008-05-07 Thread Steve Bertrand
mount: /dev/cd0 : Invalid Argument Can anyone shed some quick light onto the solution that I am likely purely overlooking? Try this: mount_cd9660 /dev/cd0 /mnt Thank you for the very quick reply. The above command that David stated worked immediately. Thanks everyone, Steve