| thank you very much I had two problems: could not open memory stick;
a temporary fix of
su mkdir /media/usbdisk
mount /dev/sda1 -t auto /media/usbdisk provided an effective but temporary fix
and when the solution loomed of editing fstab, I could not do this; seeking help,
I was told to open a console and type kdesu kwrite /etc/fstab and whilst the text editor was german-text, I edited it:
/dev/sda1 /media/sda1 auto noauto,users,exec,umask=000,uid=username,gid=users 0 0
I can now open the memory stick easily with Konqueror; thank you all very much;
I hope Google can find this to help any others; I was struck how many texts on editing fstab were written by experts; but little to guide beginners on how to do it! |