Fedora Linux Support Community & Resources Center
  #1  
Old 6th October 2005, 03:31 PM
rapaneli Offline
Registered User
 
Join Date: Jun 2004
Location: Greece
Age: 33
Posts: 17
mount 2nd hard drive fat32 with user read/write permission

well i have a 2nd hard drive and i want all users (if it can't happen then only root) to have read write permisions,
my /etc/fstab is
/dev/hdb1 /mnt/windows vfat ro,umask=0222 0 0
Reply With Quote
  #2  
Old 6th October 2005, 03:53 PM
MakeMyDay Offline
Registered User
 
Join Date: Dec 2004
Location: San Jose, CA, USA
Posts: 68
/dev/hdb1 /mnt/windows vfat defaults 0 0
Reply With Quote
  #3  
Old 6th October 2005, 05:36 PM
steve1961's Avatar
steve1961 Offline
Registered User
 
Join Date: Jul 2005
Location: Coventry, UK
Posts: 583
Or:

/dev/hdb1 /mnt/windows vfat rw,users,umask=000 0 0
Reply With Quote
  #4  
Old 3rd July 2009, 10:41 AM
npm1 Offline
Registered User
 
Join Date: Jul 2009
Posts: 3
hi, i've got a simmilar problem with fat32 drive------
i want everyone to have the right to do anything on that drive----
i do not want to loose data on that drive------
---
the question is what does the
Reply With Quote
  #5  
Old 3rd July 2009, 10:43 AM
npm1 Offline
Registered User
 
Join Date: Jul 2009
Posts: 3
Quote:
Originally Posted by steve1961 View Post
Or:

/dev/hdb1 /mnt/windows vfat rw,users,umask=000 0 0
above mean
doas it mean that i''l have full permissions on my fat32 hard drive
Reply With Quote
  #6  
Old 3rd July 2009, 10:45 AM
npm1 Offline
Registered User
 
Join Date: Jul 2009
Posts: 3
with out loosing any data
Reply With Quote
  #7  
Old 3rd July 2009, 11:12 AM
giulix's Avatar
giulix Offline
"Fixed" by (vague) request
 
Join Date: Oct 2005
Location: GMT+ 1
Posts: 2,950
It means mount the partition /dev/hdb1 on the /mnt/windows mountpoint with type vfat. Mount it Read/Write (rw or just w), allow all users to mount/unmount it (users), give users all permissions (umask=000 -> take away permissions 000, that is take away nothing), do not dump the filesystem (zero before the last zero) and do not check it (last zero).
Explore
Code:
man fstab
man mount
As for losing any data, I'm not sure what you mean. You can't rely on the OS to police your users after you've allowed them complete control on a filesystem which is not even native to that OS

Last edited by giulix; 3rd July 2009 at 11:15 AM.
Reply With Quote
Reply

Tags
2nd, drive, fat32, hard, mount, permission, read or write, user

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to add write permission for a partitioned hard drive richante Using Fedora 10 5th December 2012 01:34 PM


Current GMT-time: 11:32 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat