Quote:
Originally posted by Q-Fireball
Check if your kernel supports the automount support if not recompile your kernel. And you need to install automount .
Oh I am sorry its called supermount.
http://gentoo-wiki.com/HOWTO_Supermount
|
Super you a wizard!!!
10x for help
In this link have super idea.
This is my fstab file.
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hda9 / ext2 defaults 1 1
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=cp1251,codepage=866,noauto,ro,exec,users 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=cp1251,codepage=866,noauto,ro,exec,users 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=cp1251,sync,codepage=866 0 0
/dev/hda1 /mnt/fat1 vfat umask=0,iocharset=cp1251,codepage=866 0 0
/dev/hda5 /mnt/fat2 vfat umask=0,iocharset=cp1251,codepage=866 0 0
/dev/hda6 /mnt/fat3 vfat umask=0,iocharset=cp1251,codepage=866 0 0
/dev/hda7 /mnt/hda7 ext2
none /mnt/sda supermount fs=auto,dev=/dev/sda 0 0
none /proc proc defaults 0 0
/dev/hda8 swap swap defaults 0 0
/dev/hda10 swap swap defaults 0 0
Result:
USB flash drive work and mount automatically when is connected.
Only create icon on my desktop link to /mnt/sda and all easy.
In kernel on Mandriva 2006 supermount is installed and active.
If not active on your kernel look this
>cd /usr/src/linux
>make menuconfig
and in program choose supermount ......
exit of program and run this
>make
after 10-15 min reboot
This must work!
many 10x Q-Fireball