Results 1 to 7 of 7
Hi! I’m still quiet new and unfamiliar to using linux and I’m wondering about using a memorystick (still need to go out and buy the thing) between my Linux system ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-19-2005 #1Just Joined!
- Join Date
- Nov 2005
- Location
- South Africa
- Posts
- 4
Memory stick, FAT32? on linux?
Hi! I’m still quiet new and unfamiliar to using linux and I’m wondering about using a memorystick (still need to go out and buy the thing) between my Linux system and a Windows system. Isn’t it a problem that memorysticks mostly use FAT32 or VFAT? Would I need to format a memorystick if I want to use it with Linux? Wouldn’t then become useless in Windows?
- 11-19-2005 #2
Linux can read/write to FAT filesystems no problem, and windows can do the same, it's the best filesystem of windows to linux and linux to windows data transfer.
- 11-20-2005 #3
It will work straight out of the box for most distros, but some require mounting
meh, but you probably already knew thatCode:mkdir /mnt/usb mount /dev/sda1 /mnt/usb
- 11-20-2005 #4
Woops, sorry for the double post
- 11-20-2005 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
The FAT filesystem wasn't an invention of Microsoft despite what they'll tell you. This is why it's so standard and there is full availability of its specifications to all. Availibility to Mac was one of the reasons that so many portable devices used it, which is also to the benefit of us linux users.
- 11-26-2005 #6Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
This belief arises because of Microsoft's trademark bloated software.The FAT filesystem wasn't an invention of Microsoft despite what they'll tell you.
- 11-26-2005 #7
For what it may be worth, you might want to read this short thread.


Reply With Quote
