Differences between version 4 and previous revision of FileSystemNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Sunday, March 7, 2004 4:17:46 pm | by JohnMcPherson | Revert |
Older page: | version 3 | Last edited on Saturday, January 10, 2004 3:36:41 pm | by JohnMcPherson | Revert |
@@ -1,12 +1 @@
-mount(8) is your friend.
-
-!Mounting an [NTFS] drive
-
-# 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 777-755=022
.
-
-----
-CategoryDiskNotes
+Describe
[FileSystemNotes
] here
.