LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting Filesystems automatically that are writable by users (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-filesystems-automatically-that-are-writable-by-users-1436/)

phasmal 03-21-2001 05:05 PM

I have Linux and Windows installed on the same machine, and have windows set up with 1 partition for windows, and other partitions for programs, documents, sound files etc.

What I want to do is make the extra partitions accessable to all users for read/write access. I've tried modifying /etc/fstab and adding the lines for the partitions (inc. user option), and they mount ok, but show up in ls -l as owned by root, with no write for all. I can remount as a user and have access, but that's not very convenient...


Is there a way to mount so that the mounted partition is accessable to all, or will I have to change permissions/remount on startup (and if that is the case, where do I do that...)?

Thanks,

Phas

Joey.Dale 01-06-2004 09:58 PM

and this line to a /ect/rc.d/* script:
umount whatever
mount whatever rw
chmod -R 755 /mnt/whatever

I think. Yes, I know that this thread is 2 years old. I am posting this to add to the LQ database. So that someone can search for this anwser


All times are GMT -5. The time now is 02:38 AM.