|
-
November 4th, 2005, 09:32 AM
#1
Junior Member
Linux problem-Please help
Hi!
I'm using Suse Prof. 9.3.The problem I'm facing is with my win partition .
It's mounted read-only even when i'm loged in as root.
I am looking for a shell command to give me write permission on it(as root of course).
I've tried under KDE but can't find a tool with GUI that can do this.Not even when I'm loged in as root.
Thanks!
I code,therefore I exist
although the Gods don\'t agree
No lightning pls
-
November 4th, 2005, 09:40 AM
#2
Is it ntfs on your windows partition ? If so, does your kernel have ntfs-write enabled ?
if its not enabled you can only mount it read-only, and even if it is, mounting ntfs read-write still can be a pain, but if its enabled you can add following line to your /etc/fstab :
Code:
/dev/hdax /mnt/mountpoint ntfs rw,fmask=777 1 0
If its a fat32 partition you prolly will have more luck, try adding this :
Code:
/dev/hdax /mnt/mountpoint vfat rw,fmask=777 1 0
where of course /dev/hdax should be the partition where your win is on, and /mnt/mountpoint the dir where you mount it in. If you added one of these lines, you can go and mount it.
Mount everything in /etc/fstab
See whats currently mounted and where
Hope this helps,
-
November 4th, 2005, 09:50 AM
#3
Junior Member
It's NTFS.I'll still have to check about the ntfs write enabled option beacuase I'm not sure.
Thanks!
I code,therefore I exist
although the Gods don\'t agree
No lightning pls
-
November 4th, 2005, 10:01 AM
#4
try this :
Code:
raiden@S05013:~$ cat /usr/src/linux/.config | grep NTFS
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y
where /usr/src/linux is your kernel-directory. Post your output.
Besides the fmask=777 will make everything on your win-partition read-write, for everyone.
if you have a problem with that i suggest you use fmask=020 or something alike.
-
November 4th, 2005, 12:51 PM
#5
You need to install the NTFS tools from the DVDs or CDs.
-
November 4th, 2005, 08:30 PM
#6
Junior Member
It's working!
Thanks guys!
I code,therefore I exist
although the Gods don\'t agree
No lightning pls
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|