Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Mount/Umount ???
Name: Mr Nice Guy Date: November 24, 2001 at 06:07:23 Pacific
Comment:
I'm running Red Hat Linux 6.1, and are a complete newbie to it, Actualie first time i workt on linux was yesterday... I've found out that the only way to get files from my floppys was to mount them, but when i change the floppy the directory tree does not change and i have to Umont and then mount again. Is there an easier way to do this?? And can I auto mount on boot up??
Name: darren Date: November 24, 2001 at 06:12:44 Pacific
Reply:
nope, there isnt an easier way.
0
Response Number 2
Name: Webster Date: November 24, 2001 at 09:52:07 Pacific
Reply:
Some Linux distributions, eg Mandrake, have a "supermount" feature which automatically mount and unmounts drives but this was dropped in the latest Mandrake release 8.1 because of reported errors.
Most distributions, including the bigger sellers such as Red Hat and SuSE need to have drives mounted/unmounted. You soon get used to the discipline.
0
Response Number 3
Name: Mr Nice Guy Date: November 24, 2001 at 12:34:20 Pacific
Reply:
Ive found an easier way to do this, Just use an text editor and write: mount -t vfat /dev/fd0 /mnt/floppy (this is with dos/windows floppys change vfat to ext2 or somthing else if the floppy isent dos/windows formated) and save it as "floppydos" then goto command line and type: chmod 700 floppydos Then you can just duble click on it and the disk a: is mounted Then open up your text editor again and write: umount /mnt/floppy save it as "ufloppy" enter command line modus and enter: chmod 700 ufloppy then you can just duble click and a: is unmounted much easier than writing it every time you want to change a floppy.
Summary: Hi 3Dave, On mounting /dev/hda7; root@1[knoppix]# mount -t ext3 /dev/hda7 /mnt/hda7 mount: wrong fs type, bad option, bad superblock on /dev/hda7, missing codepage or other error In some...
Summary: Actually if there is a no line in /etc/fstab for the cdrom or FDD you use mount umount or i.e. mount /dev/cdrom /mnt/cdrom umount /dev/cdrom or umount /mnt/cdrom ...
Summary: Well, at least I'm not wearing egg on my face from not trying another floppy drive previous to this. I took your advice, m.sanders, and booted knoppix on my SIS chipset Celeron. Worked like a charm. A...