Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Hi, how to automount disk (usb and in-hw) when I access the folder which is defined in fstab as mount-point of disk device. I read something about it but didnt quite understand it :S , also how to create mount shortcuts for thunar or pcmanfm?
Thank you
ps: I am using fluxbox with lxde panel.
Last edited by tomtomp on Fri Nov 04, 2011 5:39 pm, edited 1 time in total.
Mounts specified in /etc/fstab are mounted at boot or on request, but never automounted. For internal disks, it is simplest to let them mount on boot. For external disks, you could define them in /etc/fstab as noauto,user and issue a mount command when you connect the drive. You could also try using a udev rule to mount on detection. You could use autofs to mount on access.