On Tue, Feb 12, 2008 at 10:38:07AM +0530, Ramnarayan.K wrote: >On Feb 12, 2008 10:22 AM, Balaji Narayanan <[EMAIL PROTECTED]> wrote: > >> >> also, i am not sure how hard disks are mounted. assuming that this is >> done by hotplug, try to see if you can fiddle around /etc/hotplug to see >> if you can add specific options for your devices. >> >> >the specific options are in etc/fstab for those devices that have a more >permanent mounting like onboard hard disk and stuff > >while the hot mount devices are in /etc/mtab which get refreshed every time >we reboot. >
/etc/fstab provides the list of file system information that needs to be mounted. /etc/mtab provides the list of file system information that is currently mounted. /etc/mtab is temporary and is maintained by the system. Editing / changing this could be dangerous. What you want is to figure out which process mounts these devices on plugging in (hotplug?) and then see how to configure it to work the way you want. -balaji -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
