Quote (^thehatsrule^ @ Sep. 17 2006,15:40) |
1. irregular shows that it's already mounted as somewhere else i suppose (/cdrom in this case) - but I agree it does seem a bit odd in your case. Run `mount` and you can see what and where everything is mounted. 4. /KNOPPIX is read only - but you may create a .uci extension, (some others have been looking for this as well). 5. Unless you really want it in /opt (i.e. making the extension) you can just install it to hda4 straight out. 6. I suppose that package is in need of updating. |
Code Sample |
/dev/root on / type ext2 (rw) /dev/hda4 on /cdrom type ext2 (rw) /dev/cloop on /KNOPPIX type iso9660 (ro) /ramdisk on /ramdisk type tmpfs (rw,size=252208k,size=1925312k) /proc/bus/usb on /proc/bus/usb type usbdevfs (rw,devmode=0666) /dev/hda3 on /mnt/hda3 type reiserfs (rw,nosuid,nodev) |