3rd ide master: some headway
Les Gray
lgray at bigpond.net.au
Fri Aug 3 09:30:26 BST 2007
On Friday 03 August 2007 00:15:19 James Takac wrote:
>
> UDEV [1186061983.009453] add /class/scsi_generic/sg0 (scsi_generic)
> UDEV_LOG=3
> ACTION=add
> DEVPATH=/class/scsi_generic/sg0
> SUBSYSTEM=scsi_generic
> SEQNUM=1828
> PHYSDEVPATH=/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0
> PHYSDEVBUS=scsi
> PHYSDEVDRIVER=sd
> MAJOR=21
> MINOR=0
> UDEVD_EVENT=1
> DEVNAME=/dev/sg0
>
> Just not sure how to go about trying to mount it yet
Hi James,
so you have a SATA DVD drive, do you? Well, that's different. If you're
running Feisty it should come up as /dev/sr0 (possibly even /dev/scd0).
/dev/sg0 is just the generic SCSI device - udev creates this whenever anything
is detected which uses the SCSI command set. On home systems this will be
things like SATA HDDs, USB/1394 HDDs, USB flash drives - and SATA optical
drives. The actual devices for each disk will be, as you probably
know, /dev/sda1, /dev/sdb1 and so on.
See if you have /dev/sr0 in /dev. If you do, you should be able to edit
your /etc/fstab and replace /dev/hd* with /dev/sr0.
Cheers,
Les
More information about the ubuntu-au
mailing list