Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a hard drive that is formatted with ext3 filesystem .. It has nothing on it right now as I would like to just use it as storage. It is one big partition.
I would like to have regular users be able to read and write to it but I cannot figure out how to set it to umask=0 (like you can with ntfs or fat partitions in fstab). ext3 does not have that option (yes, I checked the man pages).
What is the option to include in fstab to make ext3 drives read/write to anyone that mounts it?
i mounted my ext3 partitions with no umask (it is not possible to give it anyway) and chmod worked out. However if i create a new directory now it will have drwxr-xr-x which means i cant write in to it
How can i mount ext3 so that any newly created directory will have permissions like :drwxrwxrwx ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.