LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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


Reply
  Search this Thread
Old 02-13-2005, 10:50 PM   #1
Xios
Member
 
Registered: Feb 2005
Posts: 40

Rep: Reputation: 15
Partitions


What do I need to write in /etc/fstab to allow the user to have full read and write permissions?
 
Old 02-13-2005, 11:04 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Options

# sync/async - All I/O to the file system should be done (a)synchronously.
# auto - The filesystem can be mounted automatically (at bootup, or when mount is passed the -a option). This is really unnecessary as this is the default action of mount -a anyway.
# noauto - The filesystem will NOT be automatically mounted at startup, or when mount passed -a. You must explicitly mount the filesystem.
# dev/nodev - Permit any user to mount the filesystem. This automatically implies noexec
# exec / noexec - Permit/Prevent the execution of binaries from the filesystem.
# suid/nosuid - Permit/Block the operation of suid, and sgid bits.
# ro - Mount read-only.
# rw - Mount read-write.
# user - Permit any user to mount the filesystem. This automatically implies noexec, nosuid,nodev unless overridden.
# nouser - Only permit root to mount the filesystem. This is also a default setting.
# defaults - Use default settings. Equivalent to rw, suid, dev, exec, auto, nouser, async.


This only applies to a linux filesystem, not windows.


Do you want the partition always mounted?

If so use auto, if you want the user to mount it use noauto,user,exec,rw options.

If you auto mount you can set the permissions on the mounted filesystem with chmod to allow users to write to it.

It's best to have a common group like 'users' and chown the folder like so..

chown root.users /mount
chmod 775 /mount

This would go along with the fstab as..

/dev/hd?? /mount ext3 defaults 1 1


Last edited by DavidPhillips; 02-13-2005 at 11:19 PM.
 
Old 02-14-2005, 07:24 AM   #3
pvs
Member
 
Registered: Jan 2005
Location: Lviv, Ukraine
Distribution: Something self-made
Posts: 69

Rep: Reputation: 16
if you need to mount filesystem which has no user rights(vfat,ntfs,smbfs,...) use this:
/dev/hdXX /mountpoint vfat rw,umask=0 1 1
if you need to let user mount/unmount it:
/dev/hdXX /mountpoint vfat rw,user,umask=0 1 1
if you allow users to unmount partition mounted by other users:
/dev/hdXX /mountpoint vfat rw,users,umask=0 1 1
if your filesystem has user rights(ext2,ext3,xfs,reiserfs,....) remove parameter umask=0 or read "man mount" and set it to some more useful value
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
/proc/partitions showing wrong partitions netstv Linux - General 1 07-10-2006 01:11 PM
How many partitions should I use? fishybawb Slackware - Installation 4 07-23-2004 02:53 AM
Create software RAID partitions first, then create filesystem partitions on top of th stefanlasiewski Linux - Software 1 04-28-2004 04:12 PM
Partitions twinkers Linux - General 26 08-24-2003 10:51 AM
How many partitions dark_light Linux - General 7 05-08-2002 04:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration