Comment 1 for bug 68822

Revision history for this message
Andrew Shugg (ashugg) wrote :

I'm not sure what the process is that "discovers" disk partitions and automagically adds them to /etc/fstab with /etc/media mountpoints - if someone can point me to it I'll see if I can debug what's happening here.

I've confirmed that gnome-volume-manager is running, and that the filesystems /dev/sda1 (ntfs), /dev/sda3 (ext3) and /dev/sda4 (ntfs) can all be mounted.

ubuntu@ubuntu:~$ dmesg|grep sda
[ 75.700787] SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
[ 75.700799] sda: Write Protect is off
[ 75.700801] sda: Mode Sense: 00 3a 00 00
[ 75.700812] SCSI device sda: drive cache: write back
[ 75.700856] SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
[ 75.700864] sda: Write Protect is off
[ 75.700866] sda: Mode Sense: 00 3a 00 00
[ 75.700877] SCSI device sda: drive cache: write back
[ 75.700880] sda: sda1 sda2 sda3 sda4
[ 75.724910] sd 0:0:0:0: Attached scsi disk sda

All a bit mysterious ...

Andrew S.