Mount gives me this: [EMAIL PROTECTED]:/$ mount /dev/root on / type ext2 (rw) /dev/scd0 on /cdrom type iso9660 (ro) /dev/cloop on /KNOPPIX type iso9660 (ro) /ramdisk on /ramdisk type tmpfs (rw,size=96316k) /proc/bus/usb on /proc/bus/usb type usbdevfs (rw,devmode=0666)
There's no hda1 -> you'd have to mount it: either "sudo mount /mnt/hda1" or using the toolbar in the lower right edge (more info in the "Getting started" doc).
[EMAIL PROTECTED]:/$ cat /etc/fstab # Added by KNOPPIX /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,uid=1001,gid=50 0 0
This is fine: it recognized hda1 as a ntfs formatted disk. You can also see the "ro" flag, which means it will be mounted read-only.
-- Michael ----------------------------------------------------------- Help translate SlimServer by using the StringEditor Plugin (http://www.herger.net/slim/) _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
