mount tool failsForum: Other Help Topics Topic: mount tool fails started by: kenneth hatteland Posted by kenneth hatteland on Mar. 04 2006,18:35
the mount tool only recognises hda2, not my cdrom or floppy and this is bothersome as I need some text files transferred to floppyany ideas ?? kenneth Posted by jls legalize on Mar. 05 2006,14:24
did u try
Posted by pr0f3550r on Mar. 05 2006,15:37
What kind of install (hd, frugal. embedded)?
Posted by anaconda on Mar. 08 2006,14:29
"did u tryCode Sample mount /dev/fd0 and Code Sample mount /dev/cdrom" those only work if cdrom is in fstab-file (I know it should be, but...) You can mount them manually from terminal by: first give yourself root rights: sudo su then make the directories, where you want to mount them: mkdir /mnt/cd mkdir /mnt/disk then you can use the "full" mount command: mount /dev/cdrom /mnt/cd mount /dev/fd0 /mnt/disk That was for ide CD-drive and normal floppy drive for USB or sata drives the locations in /dev/xxx are different hope this helped. PS. if I have problems figuring where something is in /dev... I boot my machine with KNOPPIX cd and just look where KNOPPIX mounted it.... __ ana |