I have a Western Digital "My Book" external USB and Firewire hard drive. I have been using it to backup my laptop. Recently my backup file (gzipped tar of my home directory) exceeded the 4GB limit of the fat32 file system on this drive. So, I proceeded to go ahead and change the file system from fat32 to ext3. I was not going to use this with anything else but Linux anyway, so the better file system sounded good. So, I used GParted, and reformatted the drive (I'm using FC6) as an ext3 file system. It redid the partition and reformatted the drive successfully with no errors. I had unmounted the drive prior to this, as GParted would not let me do this without doing that first. Afterwards, I unplugged it, and replugged it into the USB port, and it came on, just like before, but it wouldn't automount. I manually mounted the drive to a directory owned by my normal user, and I am able to read and write to it successfully. The drive appears to function properly.
Why won't it automount to /media/My Book anymore? What causes FC6 to automount something to begin with? Does it have to be a fat32 partition for the automount to work? Is there something with the disklabel that causes the automount to work and show it as a drive on the desktop? I thought it would work regardless of the file system on it, but I guess not.
Any help in restoring the automount functionality would be greatly appreciated.
Thanks.
* Andrig T. Miller [12/03/07 04:00]:
the automount to work? Is there something with the disklabel that causes the automount to work and show it as a drive on the desktop? I thought it would work regardless of the file system on it, but I guess not.
Have you relabelled the disk with, for instance, e2label?
On 3/12/07, Andrig T. Miller andrig.t.miller@gmail.com wrote:
So, I proceeded to go ahead and change the file system from fat32 to ext3.
I just did the same yesterday (2.5" notebook HDD in a USB enclosure, 80GB formatted using ext3). I don't remember if it was automounted but it did show up under "Computer" shortly after plugging in. Then all that is required to mount the device is a double click.
Regardless, you should also follow Walter's advice about labeling the volume.
Any help in restoring the automount functionality would be greatly appreciated.
As far as I can tell, the tools involved are: HAL -> gnome-volume-manager -> gnome-mount
You can play around with HAL by writing some custom FDI scripts. Examples are available under:
/usr/share/doc/hal-0.5.8.1/conf/
and
/usr/share/hal/fdi/policy/
HAL specifications can be found here:
http://webcvs.freedesktop.org/hal/hal/doc/spec/hal-spec.html?view=co
HTH, M