From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary_Lerhaupt@Dell.com Date: Mon, 13 Jan 2003 19:51:28 +0000 Subject: RE: storage automount & devlabel Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org update: I made automount its own option so devlabel didn't start attempting to automount things it shouldn't (like swap partitions). So, now the syntax is: devlabel add -s /dev/mysymlink -d /dev/sdX1 --automount -----Original Message----- From: Lerhaupt, Gary Sent: Wednesday, January 08, 2003 2:18 PM To: 'linux-hotplug-devel@lists.sourceforge.net' Subject: storage automount & devlabel I've added automount functionality to devlabel. Turns out it was an additional 5 lines of code. In any case, when you hotplug your device, if devlabel finds your symlink in an entry in /etc/fstab, it will run a mount on the mountpoint listed for that symlink. The latest version (0.26.02) is available at http://domsch.com/linux/devlabel So, here's what you do: 1. Install devlabel 2. Hotplug storage 3. `devlabel add -s /dev/mysymlink -d /dev/sdX1` 4. Edit /etc/fstab and add an entry pointing /dev/mysymlink to some mount point 5. Un-Hotplug storage >From then on, when you hotplug your storage, it will automatically get mounted as specified in /etc/fstab. **Note that I've removed the agent hotplug scripts from the tarball install script. If you have never installed devlabel before, you'll have to manually patch your agent hotplug scripts so that devlabel will run after a hotplug event occurs** Gary Lerhaupt Linux Development Dell Computer Corporation ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel