Results 1 to 2 of 2
I ran across a how-to on the subject which told me to run a command showing what filesystems my distro understands. It does not understand/see NTFS or FAT32 partitions. Where ...
- 08-31-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 2
How do I mount a Win Fat 32 or NTFS partition?
I ran across a how-to on the subject which told me to run a command showing what filesystems my distro understands. It does not understand/see NTFS or FAT32 partitions. Where do I go from here?
Robert
- 08-31-2005 #2Just Joined!
- Join Date
- Jan 2005
- Location
- Topeka, KS, USA
- Posts
- 88
Your kernel should have FAT32 drivers installed. When you mount the drive, use the -vfat option to declare the file system.
Since you're on the Debian board, I'll assume you have access to apt-get, so runand then mount the file system, and you can use the -ntfs flag to declare the file system. I haven't been able to write to my NTFS partition yet, but I can read from it. There are three other NTFS packages in Debian you might try, ntfs-modules, ntfstools, and ntfsprogs. You can find the package names for apt if you runCode:apt-get install libntfs5
Code:apt-cache search ntfs


Reply With Quote
