Comment 12 for bug 117706

Revision history for this message
ricardisimo (ricardisimo) wrote :

From the top...

:~$ uname -r
2.6.20-15-386

:~$ sudo lshw
*-blah, blah, blah...
*-disk:1
                blah, blah, blah...
                logical name: /dev/sdb

:~$ sudo vol_id /dev/sdb1
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=bfe37834-a8da-4f43-81a7-c67928f282e0
ID_FS_LABEL=
ID_FS_LABEL_SAFE=

and then...

:~$ sudo umount /media/storage

No terminal output, but when I checked "Places" the "storage" drive was gone. Finally...

:~$ sudo mount -U bfe37834-a8da-4f43-81a7-c67928f282e0 /media/storage

Again, no output, but when I checked, "storage" had returned. "sudo mount -a" also works just fine. Where do I go from here? Thanks again for all of your help and interest in my problem.