Discussion Overview
The discussion revolves around the challenges and considerations of changing the filesystem of USB drives, particularly from "vfat" to NTFS or FAT32, to ensure compatibility with Windows and Linux operating systems. Participants explore various commands and tools available in Linux for formatting, as well as the implications of using different filesystems.
Discussion Character
- Technical explanation
- Debate/contested
- Exploratory
Main Points Raised
- One participant notes that "vfat" refers to a FAT32 filesystem and inquires about a Linux command to convert it to NTFS.
- Another participant suggests using the commands mkfs.ntfs or mkntfs for creating an NTFS filesystem, but advises against it, recommending FAT32 instead due to reliability concerns with NTFS on Linux.
- A different viewpoint mentions the possibility of the drives using exFAT and suggests copying data to a hard drive and formatting to FAT32 from Windows.
- Concerns are raised about the inability to format USB drives as NTFS under Windows XP if "optimize for quick removal" is enabled, emphasizing the risks of corruption when moving NTFS drives without proper unmounting.
- One participant recommends using gparted for formatting options, including FAT, NTFS, or ext3, and provides installation instructions for Ubuntu.
- Another participant reiterates the recommendation of FAT32 for USB keys, citing the risks associated with NTFS when moving drives between machines.
- Discussion includes the nature of NTFS as a journaling filesystem, which is designed to handle failures during write processes, but highlights issues with security models and compatibility across different machines.
Areas of Agreement / Disagreement
Participants express a general preference for FAT32 over NTFS for USB drives, citing various concerns about reliability and compatibility. However, there are differing opinions on the necessity and implications of using NTFS, particularly regarding its journaling capabilities and security model.
Contextual Notes
Participants mention various commands and tools for formatting, but there are limitations regarding the specific conditions under which certain filesystems can be used or formatted, particularly in relation to Windows XP settings and the reliability of NTFS on Linux.