kreon28
Group: Members
Posts: 48
Joined: Oct. 2006 |
|
Posted: May 05 2007,17:31 |
|
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... |
Thanks again for your help and ok, I mean window rather like GNOME or KDE but...anyway that emelfm could be enough if I can mount that disks. In that moment my fstab looks like this:
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
|
and I pasted in .xintrc something like:
Code Sample | mount /dev/hda1 /mnt/hda1 & mount /dev/hdb1 /mnt/hdb1 &
|
Anyway the fstab doesn't remeber changes after reboot and disks aren't mounted immediately after reboot so I have to use that little automount tool
Now, my first goal is to have mounted the two vfat partitions in main tree at boot e.g. in fstab mount /dev/hda1 /Disk_C
and second goal is using that icon which can point to disk (but you have answered how to do that already in emelfm)
P.S. I have also problem with my floppy, which can be mounted and unmounted only by root and of course I have looked for the answer in the board but unfortunately advices which helped others, didn't help me P.P.S. I read here in the forum about CD-Rom automounting. I mean it would be great if I shouldn't have to mount cd-rom every cd I put but rather have some option which can monitor my cd and mount it automaticly. I know that such automounter exist but I don't know which tool I should look for.
|