On 03/05/06, Robert Walter <[EMAIL PROTECTED]> wrote:
have you tried to change "/dev/sda" to "/dev/sda1" in fstab? best regards. robert
As Robert says, change sda to sda1 and you may also want to add noatime. Then you should be able to mount it as a (single) user. If you have different users and want to allow any one of them to unmount it irrespective of who originally mounted it, then replace user with users. To unmount it run: $ sync && umount /mnt/sda1 or just: $ eject /mnt/sda1 -- Regards, Mick -- gentoo-user@gentoo.org mailing list