Results 1 to 3 of 3
yeah i got a new 64 mb flash drive and i want to get it to work with my linx box. it says its compatable and if i go to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-19-2003 #1Just Joined!
- Join Date
- Sep 2003
- Location
- southern california
- Posts
- 66
USB flasdrive
yeah i got a new 64 mb flash drive and i want to get it to work with my linx box. it says its compatable and if i go to the hardware browser it shows up as sda and a fat32 partation sda1 but i cant get to it how would i format or get it to see (i want to switch it between OS winblows to linux and back its for school just word docs and excell spread sheets) is ther any way i can do this and if so plz tell me how if not just tell me how to format it for my linux system.
thanks
fragment
I00I0I
P.s btw i havent had any real problems with linux thats why i havent been here in a while but thats a good thing right means youve done your job well. but thats why i had to get a new toy so i could hack some more with linux.
- 09-19-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Format your USB-card as FAT32 then, that filesystem both linux and windows can read/write from. Use fdisk to format it...
Regards
Andutt
- 09-19-2003 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
To format the partition with vfat, run this:
Then, to use it, just mount it as you normally would. If you want to, you could probably check out the hotplug scripts in /etc/hotplug to make it mount it automagically every time you plug it in; but that requires shell scripting skills, of course.Code:mkfs.vfat /dev/sda1


Reply With Quote
