Quote:
Originally Posted by andrei
Can I disable it and mount disks manually?
Thanks for any help!
Andrei
Indeed you can.
mount /dev/hd?? /mountpoint
You can mount a block device to any mount point (as long as said mount point exists of course) Just cd into /mnt and have a look at the mount points automatically created by Knoppix. If you need mount points just make them like so:
mkdir /mnt/hda1
So......assuming the mount point /dev/hda1 exists all you need to do is:
mount /dev/hda1 /mnt/hda1 and it will be there.