Comments on: How to auto-mount removable devices in GNU/Linux http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: ashkax http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-16679 ashkax Wed, 22 Jul 2009 20:41:57 +0000 http://www.xaprb.com/blog/?p=147#comment-16679 here is the same idea, without any external program…
enjoy

KERNEL==”sd?1″, ATTRS{vendor}==”Corsair”, ATTRS{model}==”Flash Voyager”, NAME=”%k”, SYMLINK+=”voyager”
ACTION==”add”, KERNEL==”sd?1″, ATTRS{vendor}==”Corsair”, ATTRS{model}==”Flash Voyager”, RUN+=”/bin/mkdir /mnt/voyager”
ACTION==”add”, KERNEL==”sd?1″, ATTRS{vendor}==”Corsair”, ATTRS{model}==”Flash Voyager”, RUN+=”/bin/mount -t vfat -o sync,flush,uid=1000,gid=100 /dev/voyager /mnt/voyager”
ACTION==”remove”, KERNEL==”sd?1″, ENV{ID_VENDOR}==”Corsair”, ENV{ID_MODEL}=”Flash_Voyager”, RUN+=”/bin/umount /mnt/voyager”
ACTION==”remove”, KERNEL==”sd?1″, ENV{ID_VENDOR}==”Corsair”, ENV{ID_MODEL}=”Flash_Voyager”, RUN+=”/bin/rmdir /mnt/voyager”

KERNEL==”sd?1″, ATTRS{vendor}==”WD”, ATTRS{model}==”1600BEV External”, NAME=”%k”, SYMLINK+=”passport”
ACTION==”add”, KERNEL==”sd?1″, ATTRS{vendor}==”WD”, ATTRS{model}==”1600BEV External”, RUN+=”/bin/mkdir /mnt/passport”
ACTION==”add”, KERNEL==”sd?1″, ATTRS{vendor}==”WD”, ATTRS{model}==”1600BEV External”, RUN+=”/bin/mount -t vfat -o sync,flush,uid=1000,gid=100 /dev/passport /mnt/passport”
ACTION==”remove”, KERNEL==”sd?1″, ENV{ID_VENDOR}==”WD”, ENV{ID_MODEL}=”1600BEV_External”, RUN+=”/bin/umount /mnt/passport”
ACTION==”remove”, KERNEL==”sd?1″, ENV{ID_VENDOR}==”WD”, ENV{ID_MODEL}=”1600BEV_External”, RUN+=”/bin/rmdir /mnt/passport”

]]>
By: Rohit http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-15076 Rohit Thu, 28 Aug 2008 07:32:52 +0000 http://www.xaprb.com/blog/?p=147#comment-15076 Can u tell me how internally ivman works??
means how ivman detects usb is plugged. It should receive some signal or event, right? what is that ???
Plz tell me, i m in great need of it…
Thanks…

]]>
By: האתר של שביט אילן » Blog Archive » קישורים http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-13553 האתר של שביט אילן » Blog Archive » קישורים Sat, 20 Oct 2007 22:32:04 +0000 http://www.xaprb.com/blog/?p=147#comment-13553 [...] How to auto-mount removable devices in GNU/Linux – היום הכלים ש- KDE ו- Gnome מציעים הם אוטומטיים, אך אם בוחרים בסביבת עבודה אחרת כדאי להכיר את השיטות השונות לעיגון התקנים נתיקים. [...]

]]>
By: Paul, Kerri and The Boys » links for 2007-01-17 http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-3215 Paul, Kerri and The Boys » links for 2007-01-17 Wed, 17 Jan 2007 05:19:14 +0000 http://www.xaprb.com/blog/?p=147#comment-3215 [...] How to auto-mount removable devices in GNU/Linux – Xaprb (tags: howto linux) [...]

]]>
By: Xaprb http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-2190 Xaprb Sun, 15 Oct 2006 02:10:42 +0000 http://www.xaprb.com/blog/?p=147#comment-2190 I’ve switched to Xubuntu and now it is all preconfigured for me. I can’t even remember how I had it configured before.

]]>