Penguin
Diff: AccessingWindowsPartitions
EditPageHistoryDiffInfoLikePages

Differences between version 10 and predecessor to the previous major change of AccessingWindowsPartitions.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 10 Last edited on Saturday, August 27, 2005 4:31:11 pm by IanMcDonald Revert
Older page: version 9 Last edited on Sunday, July 4, 2004 10:16:52 pm by AristotlePagaltzis Revert
@@ -14,7 +14,13 @@
  
 =/dev/hda1 /mnt/windows vfat auto 0 0= 
  
 If you have multple hard discs, or an out-of-the-ordinary setup, you'll need to change /dev/hda1 to reflect the correct location of your partitions. 
+  
+I had to do the following in my /etc/fstab to get it to work with a non-root user for [NTFS] -- IanMcDonald  
+  
+=/dev/sda2 /ntfs ntfs user,uid=502 0 0=  
+  
+The user allows the user to [Mount], unmount and the uid says that that user can access.  
  
 ---- 
 CategoryBeginners