Penguin
Diff: FileSystemNotes
EditPageHistoryDiffInfoLikePages

Differences between version 3 and revision by previous author of FileSystemNotes.

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

Newer page: version 3 Last edited on Saturday, January 10, 2004 3:36:41 pm by JohnMcPherson Revert
Older page: version 2 Last edited on Monday, May 19, 2003 9:27:09 am by DanielLawson Revert
@@ -6,4 +6,7 @@
 # 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 777-755=022. 
+  
+----  
+CategoryDiskNotes