LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to have a a normal User have access to a USB-Hard drive mounted during boot? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-have-a-a-normal-user-have-access-to-a-usb-hard-drive-mounted-during-boot-900218/)

xpucto 08-30-2011 04:26 AM

How to have a a normal User have access to a USB-Hard drive mounted during boot?
 
Hi!

I run Suse 9 and work with a USB-Hard drive with all my files included my mails. So I wrote a script in runlevel 5 that works fine but Thunderbird cannot reach the files on the HD anymore. How could I mount the USB-HD during the boot under my User's name? Or: how could I give Thunderbird the rights to reach the HD? I changed the script's ownership to my user but it didn't help.
I also tried to run the command under my user but then tne mount didnt'work at all:
Code:

su myUser mount /media/sda1
Thanks in advance.

Tinkster 08-30-2011 04:51 AM

And the file-system on the HDD is .... ?



Cheers,
Tink

xpucto 08-30-2011 05:33 AM

Quote:

Originally Posted by Tinkster (Post 4456889)
And the file-system on the HDD is .... ?

Win95 FAT32 (LBA)

Tinkster 08-30-2011 01:51 PM

Just add an appropriate umask to the fstab entry.


Cheers,
Tink


All times are GMT -5. The time now is 04:28 AM.