Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
03-01-2006, 09:02 PM
|
#1
|
Member
Registered: Nov 2003
Distribution: mandriva pwp 2010
Posts: 74
Rep:
|
Sharing Hard disk partition with windows
Hi all, I hope this is the right place to ask this question, please help as i almost lost all my hair trying to figure this out.
I partitioned my hard drive in 3, so i have XP Pro on the 1st partition, SUSE 10 on the second, and i wanted to use the 3rd one for documents media etc.
The problem is now I only have read access on the partition, and when i try to change the permissions on the drive using the GUI (logged as root), it just gives no warning and the window closes as if it accepted the changes, but by going back into it i realise that no changes have been applied. I followed a thread that was already on here about a similar problem, and still nothing. I also tried to do so using the command line, and get an error message denying me access to the drive.
I even tried to format the new drive still while logged in as root using the vfat file system, but yet again i only have read access to the partion when im logged in as a normal user.
can you please advised, any help will be appreciated. Thanks...
|
|
|
03-01-2006, 09:11 PM
|
#2
|
Member
Registered: Dec 2005
Location: Chicago
Distribution: Fedora and Redhat
Posts: 86
Rep:
|
Checking your /etc/fstab or equivalent, do you see this partition mounted r,w?
Also, issue a "mount" command to see if it is mounted r,w
|
|
|
03-01-2006, 09:26 PM
|
#3
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141
Rep: 
|
The fat32 file system doesn't support permissions the same way that native Linux file systems do. Try something like the following in /etc/fstab. You'll need to change /dev/hda3 to the value for your partition and /mnt/windows to the place where you want it mounted (remove 'users' if you don't want everyone able to unmount it):
Code:
/dev/hda3 /mnt/windows vfat auto,users,exec,rw,umask=0000 0 0
|
|
|
03-18-2006, 04:51 PM
|
#4
|
Member
Registered: Nov 2003
Distribution: mandriva pwp 2010
Posts: 74
Original Poster
Rep:
|
Works like a dream. Thanks a lot
|
|
|
All times are GMT -5. The time now is 04:38 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|