

InterviewSolution
Saved Bookmarks
1. |
Solve : installing usb flash/hd drive? |
Answer» I just installed knoppix 4.0 using # knoppix-install, i've found out that it doesn't automaticaly configure a mount position for the drive like it would running Live... I know that the flash drive is working because it shows up in "usb viewer"
I have an idea of what would need to be done, to mount it, from the COMMAND line - but I'm not familiar enough to try to TELL you. Until somebody comes along that can, I can DIRECT you to some reading, that will begin to get you familiar with what is involved. " how to mount usb drive" http://www.linuxforums.org/forum/installation/24063-how-mount-usb-drive.html " How to mount usb flash drives in linux." http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/15776-how-mount-usb-flash-drives-linux.html Not specifically about usb drives, but about the mount command in general. http://www.tuxfiles.org/linuxhelp/mounting.html This probably won't take you directly to where you want to be, but it should be a step in the right direction. When somebody comes along here that can explain what you need to do, if you've read that stuff it should help. I have the feeling that you will want to prove that you can successfully mount and umount it from the command line, before you try to SET up a shortcut. I hope this HELPS, for now. thank you for your reply, you are right I did need to know how to mount it through the shell, and suceeded with mkdir /mnt/usb mount /dev/sda1 /mnt/usb and what I would like is to have the icon like "hard disk" wich i can mount and unmount....Quote thank you for your reply, You're welcome. Quote you are right I did need to know how to mount it through the shell, and suceeded Excellent! It is good to hear that you succeeded. I hope those links contributed. Quote with I'm out of my realm now - but, what would happen if you saved those commands in a file, changed the file permissions to make it an executable file, and ran it? If it worked, then there should be some way to associate your working script file with an icon - it seems like there should be, anyway. ...just thinking... Hey - by the time somebody comes along that really does know what they are talking about, you'll probably have worked it out all by yourself! you were correct but its your sites that got me in the right direction. so this is what I did.... first of all I edited /etc/fstab and added /dev/sda1 /mnt/usb vfat noauto,users,rw,umask=0 0 0 then I right-clicked on the desktop and went to: create new---link to device---hard disk device. /dev/sda1 now appeared in the drop down for the devices and that was all it took.... ThaanxQuote you were correct but its your sites that got me in the right direction. so this is what I did.... Great! and now you've recorded it for the masses that will visit here looking to learn how to do it too. |
|