Re: [gentoo-user] Re: DVD borked: SysFS removed
On 08/17/2010 04:38 PM, walt wrote: > Well, not quite true. I did change my /etc/fstab, but I'm now using disk > labels in fstab instead of device names. If you still use device names > you'll need to change /dev/hd* to /dev/sd* in fstab when using the new > disk drivers. I'm an old-timer with *nix stuff so it took me ages to finally use disk labels. It doesn't provide any benefit straight off, but in the long run, man, is it so much easier.
Re: [gentoo-user] Re: DVD borked: SysFS removed
On 08/15/2010 09:07 PM, James wrote: > Stroller stellar.eclipse.co.uk> writes: > > >> So what happens when you try `sudo mount -v /dev/sr0 /mnt/cdrom/`? > > mount -v /dev/sr0 /mnt/cdrom/ > mount: you didn't specify a filesystem type for /dev/sr0 >I will try all types mentioned in /etc/filesystems or /proc/filesystems > Trying msdos > mount: mount point /mnt/cdrom/ does not exist So, there are two problems but the most serious one right now is that you don't have the /mnt/cdrom directory. Make it. That will solve the first problem. The second is that you need to tell "mount" that the disk in your CD drive has an iso9660 filesystem on it so it doesn't get all confused. Use this command, then, to mount the disk: mount -t iso9660 /dev/sr0 /mnt/cdrom Make sure you really do have a disk with stuff on it in the drive.
Re: [gentoo-user] Re: DVD borked: SysFS removed
On 15 Aug 2010, at 19:14, James wrote: ... # dmesg | grep sr sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray sr 2:0:0:0: Attached scsi CD-ROM sr0 sr 2:0:0:0: Attached scsi generic sg1 type 5 So what happens when you try `sudo mount -v /dev/sr0 /mnt/cdrom/`? Didn't you think to try that? Stroller.