Penguin
Diff: FileSystemNotes
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of FileSystemNotes.

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

Newer page: version 2 Last edited on Monday, May 19, 2003 9:27:09 am by DanielLawson Revert
Older page: version 1 Last edited on Sunday, May 18, 2003 10:06:00 pm by CraigBox Revert
@@ -5,5 +5,5 @@
 # Go to http://linux-ntfs.sourceforge.net/ to get the NTFS driver for your kernel (assuming you haven't compiled it in yourself) 
 # mkdir /mnt/windows 
 # mount -t ntfs /dev/hdb1 /mnt/windows 
  
-If you want non-root users to be able to read it, add "-o umask=022" to the line. Remember, a [Mask] is the inverse of the bits you want - to get 755 (root RWX, group/all RX, good for dirs), subtract 888 -755=022. 
+If you want non-root users to be able to read it, add "-o umask=022" to the line. Remember, a [Mask] is the inverse of the bits you want - to get 755 (root RWX, group/all RX, good for dirs), subtract 777 -755=022.