Tuesday, May 09, 2006

Linux tips Part 1

Adding Flash(thumb) drive support to a knoppix or related (debian) system.
it is so s1mpl3 open a simple text editor then open file then you may have to scroll back to your root folder or / then goto the etc or /etc folder and open the fstab file
just add this line in
/dev/usb0 /mnt/sda1 vfat user,noauto,exec,umask=000 1 0
that worked for my 64mb device or you may try
/dev/sda1 /media/sda1 vfat user,noauto,exec,umask=000 1 0
this is for the normal fat32 not ntfs (ill try to post about that later)

0 Comments:

Post a Comment

<< Home