On Tue, 2008-04-29 at 17:32 -0400, Ross S. W. Walker wrote:
William L. Maltby wrote:
On Tue, 2008-04-29 at 16:46 -0400, Ross S. W. Walker wrote:
William L. Maltby wrote:
<snip>
I wonder if anyone can duplicate the problem by creating a partition and having it mounted in fstab by volume label and see if it appears twice.
Not quite the same, but I've a USB drive that I plugged in after removing "noauto" from the fstab entry.
$ grep 4 /etc/fstab LABEL=BkUp_4_5 /media/sdc1 ext2 defaults,noatime 0 0
Hmmm, and if the mount point were outside of /media?
$ grep -i bk /etc/fstab LABEL=BkUp_4_5 /mnt/sdc1 ext2 defaults,noatime 0 0
$ mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sdb1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sda7 on /mnt/OLDhardtolove type ext2 (ro) /dev/sdc1 on /mnt/sdc1 type ext2 (rw,noatime)
Only 1 icon on desktop. Again, I can't umount it, as expected.
As root, I can umount it, as expected. Icon then disappears.
<snip>
-Ross
<snip sig stuff>