[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linux and Fat32?



As far as I know it does.  Just use the standard "mount" command, but with a "-t vfat"
filesystem option.  You'll need to load the "vfat" module at boot time (when you
installed debian, the "configure modules" section gives you this ability).  So
the command would be:

mount -t vfat /dev/hd? /mountDir

You can put a record in your "/etc/fstab" to automate this.  (works for me :-) )

-- Harmon


Reply to: