Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
|
|||||||
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
Using NTFS partitions as normal User
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
Using NTFS partitions as normal User
Okay, so my windows paritition is NTFS. I enabled the modules in the kernel (2.4.18) and edited the /etc/fstab file to mount it.
If I log in as root, I can access my NTFS parition with no problem whatsoever. If I log in as a normal user, however, I can't access the partition. Suggestions? |
|
#2
|
||||
|
||||
|
Could you post the NTFS partition line from /etc/fstab?
|
|
#3
|
||||
|
||||
|
/dev/hda1 /mnt/WinXP ntfs user,ro,noatime 0 0
is what it says in /etc/fstab |
|
#4
|
||||
|
||||
|
Can you please paste the output of 'ls -l' of the /mnt directory? I'm suspecting that it has something to do with the WinXP directory.
|
|
#5
|
||||
|
||||
|
How so? Login as root, or SU as root, and the directory works perfectly, and I can access any file within....
I'll post the results this evening when Im home on the PC.... |
|
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
|||
|
|||
|
How good is the support for NTFS? I'm dual-booting 2k and XP now (NTFS for all drives) but intend on making it a triple boot with Linux very soon.
|
|
#8
|
||||
|
||||
|
Linux reads NTFS partitions pretty well. An experimental write support is also available. I'm not sure about compressed files/directories or encryption, though.
|
|
#9
|
|||
|
|||
|
So, how experimental is it? Anyone used and abused it yet to see how well it works?
|
|
#10
|
||||
|
||||
|
The following should work for you:
/dev/hda1 /mnt/WinXP ntfs default,umask=000 0 0 You can try keeping the ro (read only) if you want to. I don't think you need noatime if you mount the filesystem with ro. The umask=000 essentially disables Linux file security. If have not tried writting to an ntfs directory from Linux, good luck if you try! For more info on this type: "man mount" at the command prompt. If you do a "man fstab" read the description at the top. It explains that /etc/fstab is directing the mount command. |
|
#11
|
||||
|
||||
|
Quote:
|
|
#12
|
||||
|
||||
|
Well I tried using the /etc/fstab that you suggested, and had the same issue :-(
As for the results of the ls command... drwxr-xr-x 2 root root 48 Mar 21 11:52 WinXP/ |
|
#13
|
||||
|
||||
|
Quote:
|
|
#14
|
||||
|
||||
|
Quote:
Try looking at /etc/mtab to see which file systems are mounted. I don't know what else to tell you. |
|
#15
|
||||
|
||||
|
Quote:
|
|
#16
|
||||
|
||||
Of course. I didn't read carefully enough.
|
|
#17
|
||||
|
||||
|
Quote:
It's why other users can't access the mount point that's a bit wierd. ryejay98: Is that ls output before or after you have mounted the partition? |
|
#18
|
|||
|
|||
|
THANK YOU!
Quote:
mb |
|
#19
|
||||
|
||||
|
The NTFS read support in Linux is fine, but the write support is very dangerous. Please don't use it. If you need advanced file system support in Linux, use ext3. If you want to share a partition between linux and windows and want to write with both, use fat32. NTFS is a windows technology and as such I think you should count yourself lucky that Linux can read it at all.
|
![]() |
| Similar Topics | ||||
| Topic | Replies | Forum | ||
Hard Drive: Win 2k Pro NTFS to XP NTFS
|
17 | Windows OS | ||
Vista created xtra folder for normal user acct
|
0 | Windows OS | ||
Assigning unallocated space to existing NTFS partitions (with gParted Live)?
|
2 | Storage and Networking | ||
Programs 2 recover deleted partitions/files [NTFS/FATx]
|
7 | Software Apps | ||
External HDD- Need to convert to NTFS but what about partitions?
|
2 | Storage and Networking | ||
| Thread Tools | Search this Thread |
|
|
All times are GMT -4. The time now is 12:27 PM.


Of course. I didn't read carefully enough.
It's why other users can't access the mount point that's a bit wierd. 
Hard Drive: Win 2k Pro NTFS to XP NTFS