PDA

View Full Version : memory stick would not open; now fixed



pdc
03-20-2007, 07:20 AM
a new install of Knoppix on a hard drive worked well, except I could not open a memory stick;

temporary fix: open console;
su (enter root password) mkdir /media/usbdisk
mount /dev/sda1 -t auto /media/usbdisk

permanent fix: edit fstab;

how to? open console: type kdesu kwrite /etc/fstab (enter root password at prompt)

alter final line to /dev/sda1 /media/sda1 auto noauto,users,exec,umask=000,uid=username,gid=users 0 0

save

the system now reads a memory stick fine