Quote (curaga @ May 05 2007,12:47) |
If you mean like a Windows folder view, no chance. But in the emelfm two-sided view it would be "emelfm /mnt/hda1", I think... |
Code Sample |
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1 proc /proc proc defaults 0 0 /dev/fd0 /mnt/auto/floppy vfat defaults,users,noauto,rw,showexec,umask=000 0 0 /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 /dev/hda1 /mnt/hda1 vfat noauto,users,exec,umask=000,uid=1001,gid=50 0 0 /dev/hda5 none swap defaults 0 0 /dev/hdb1 /mnt/hdb1 vfat noauto,users,exec,umask=000,uid=1001,gid=50 0 0 |
Code Sample |
mount /dev/hda1 /mnt/hda1 & mount /dev/hdb1 /mnt/hdb1 & |
Quote (^thehatsrule^ @ May 05 2007,14:45) |
If you want to edit fstab in a frugal, you can boot with "nofstab" and restore your own - but it may be easier to put the mount commands in bootlocal.sh for example (.xinitrc should be reserved for X apps). You could do something like "mkdir /Disk_C && mount /dev/hda1 /Disk_C" I think you can use the Icon tool to modify/create icons. If you want to make one manually check in ~/.xtdesktop (see wiki for more info) For floppy as a regular user, you can try (re)placing a line in fstab for it and set gid/uid flags. automount was stripped out of DSL, so it isn't there even if you see messages relating to it during boot. I suppose you can put it back in from the Knoppix cd though. |
Code Sample |
mount: Invalid argument |