Sep 15, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 How must I go about to mount a ntfs directoty wich is on the same drive as my RH linuc 7.3?
Sep 15, 2002 #2 fluid11 IS-IT--Management Joined Jan 22, 2002 Messages 1,627 Location US mount -t ntfs /dev/??? /mount_point If that doesn't work, then you have to compile NTFS support into the kernel. Linux only supports read-only support on NTFS drives. ChrisP Upvote 0 Downvote
mount -t ntfs /dev/??? /mount_point If that doesn't work, then you have to compile NTFS support into the kernel. Linux only supports read-only support on NTFS drives. ChrisP
Sep 15, 2002 #3 ady2k Vendor Joined Jan 28, 2002 Messages 463 Location ID You can download this file win-fs.tar.gz for support NTFS. Good Luck Upvote 0 Downvote