Over the past few weeks and due to events outside of my control, I've been forced to "upgrade" to Gentoo Linux. After all that confusion of installing and configuring every single damned thing that the distribution and desktop environment had to offer I found myself wanting to read what I had backed up from a previous installation and after doing all that stuff just to get the OS and DE up and running, I thought that it would be simple. I mean, how hard can it be to mount a partition, an external USB hard drive at that, after compilling the kernel and digging through website upon website to configure xorg and the make file from scratch?
Little did I know the OS hates my guts. I configured the fstab with what limited knowledge I have and tested it using the root account. Everything worked perfectly... too perfectly, I should have seen it coming. So imagine my surprise when I mount the drive with my user account it refuses to let me do anything to it, literally not giving me the permission do do so. I can't read it, I can't write to it, I can't do a thing. Just mount and unmount. What's strange is this just happens with just my user account and not with root.
So before I ask away I give you the relevant part of my fstab:
/dev/sda1 /mnt/usbdrive auto rw,noauto,user 0 0
My user account has access to the following groups besides my own user account group:
adm wheel floppy audio cdrom dialout tape video usb portage plugdev
Please, will someone tell me the stupid little thing I've forgot to do?
