Results 1 to 8 of 8
I eventually managed to mount my NTFS partition.
The problem is that only the root can read the mounted folder.
Simple users haven't access rights.
When i try (as root) ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-02-2003 #1Just Joined!
- Join Date
- Sep 2003
- Location
- Greece
- Posts
- 10
Mounting an NTFS partition.
I eventually managed to mount my NTFS partition.
The problem is that only the root can read the mounted folder.
Simple users haven't access rights.
When i try (as root) to give read rights to everyone on the mounted folder, it appears a message with something like "Can't change permissions".
Is this problem occured from the NTFS or i missed something?
- 09-02-2003 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
What distro you using?
- 09-02-2003 #3
How are you mounting it?
Are the procedure described in fstab?
You can try to add this into fstab:
/dev/hdX /mnt/windows ntfs user,ro
- 09-03-2003 #4Just Joined!
- Join Date
- Sep 2003
- Location
- Greece
- Posts
- 10
I open a terminal, then a root console.
Then i create the directory:
/mnt/windows
Then i write:
mount /dev/hda1 /mnt/windows -t ntfs -r
Perhaps the "-r" at the end doesn't allow me to change the permissions on the directory!?
In the fstab file there is a line that says:
mount /dev/hda1 /windows/C followed by some other parametres that i don't remember (also i don't know what they mean...)
- 09-03-2003 #5Just Joined!
- Join Date
- May 2003
- Posts
- 43
-r means it's mounted as readonly.
you do NOT want to write to an NTFS partition in linux, not untill it is fully supported by the kernel anyway. it's very dangerous and you are likely to loose files!
- 10-03-2003 #6Just Joined!
- Join Date
- Jul 2003
- Location
- /bin/bash
- Posts
- 27
what do i put as the user??/dev/hdX /mnt/windows ntfs user,ro
- 10-08-2003 #7Just Joined!
- Join Date
- Sep 2003
- Location
- Laurel, MD
- Posts
- 27
I have run into this problem before. Remember that the disk you are importing belongs to another system. The permissions must be set by the exporting system not the importing system. Most likely the permissions set on the export system are too restrictive. The export system must allow the import system to make modifications.
- 11-25-2003 #8Just Joined!
- Join Date
- Sep 2003
- Posts
- 3
Has anyone figured out an answer to this problem?
I never had this problem with mandrake or red hat.
Now that i use slackware i encounter this problem every time.


Reply With Quote
