Ultra Frosty Posted March 19, 2004 Share Posted March 19, 2004 When I run Knoppix on my friends computer, I notice that in the Info Center app, under partitions I see /dev/hda1 is formatted with vfat. Is this a real file system or is it just a virtual drive format. I opened it and saw some files that look like they were installed by the manufacturer in this case, Dell. There is a folder called "Dell" and there looks like there are some settings like: ieee1394.mdm, io.sys, dvd.mdm and stuff that looks like it goes with his hardware. Can I mount the drive and write to it without killing his data on Windows? Link to comment Share on other sites More sharing options...
Steven Posted March 19, 2004 Share Posted March 19, 2004 Virtual File Allocation Table. Link to comment Share on other sites More sharing options...
Ultra Frosty Posted March 19, 2004 Author Share Posted March 19, 2004 Can I write to this hd in linux ? Will it mess up the data? Link to comment Share on other sites More sharing options...
markwolfe Veteran Posted March 19, 2004 Veteran Share Posted March 19, 2004 Can I write to this hd in linux?Yes.Will it mess up the data?It shouldn't. As long as you don't overwrite any files that may be critical to Windows... But it should be safe to add a directory there and stuff any data you want in there. Link to comment Share on other sites More sharing options...
Ultra Frosty Posted March 19, 2004 Author Share Posted March 19, 2004 I think ill ask MS Support if vfat is capible with Windows XP, before I partition his hd. Link to comment Share on other sites More sharing options...
aldo Posted March 20, 2004 Share Posted March 20, 2004 What? VFAT is FAT32, ie the version of FAT that ships with Windows 95 OSR2 and above. Of course VFAT is compatible with Windows XP - it's a damn Microsoft file system! Link to comment Share on other sites More sharing options...
revvo Posted March 20, 2004 Share Posted March 20, 2004 VFAT is Fat12/16/32 all that crap. If your kernel doesn't support it and you insert a floppy formatted in windows, its gonna bitch about no VFAT support but usually it does. NTFS is the one you have to add to the kernel. Link to comment Share on other sites More sharing options...
Xenomorph Posted March 20, 2004 Share Posted March 20, 2004 from what i've heard, VFat is the part of FAT16/32 that gives files their long file name support. thats how a FAT16 drive that was limited to 8.3 in DOS/Win3.1 could suddenly have 255 characters when viewed in a VFat "aware" OS such as Windows 95. in Linux before, when you mounted a FAT/DOS drive, it would show file names as 8.3. you had to mount them as VFat to show long file names. Link to comment Share on other sites More sharing options...
Recommended Posts