[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Automount von USB-Ger?ten



On Wed, Feb 03, 2010 at 02:52:29PM +0100, Markus Sch?ttler wrote:
> dann wird sie eingebunden. Prima, einen Schritt weiter! (-:
> Aber wie kann sie sich automatisch einbinden, sobald man sie 
> einstöpselt.


/etc/udev/rules.d

http://www.debianhelp.org/node/9937

<quote>
Basically:
1. Write the rule to create a symlink to the device - this way you
can always access it as, say, /dev/usbstick rather than /dev/sda,
/dev/sdb etc.
2. Write the rule to automatically mount; you can use something
like:
RUN+="/bin/mount -t auto /dev/usbstick /media/usbstick"
(you can drop the '-t auto /dev/usbstick' if you have an fstab
entry)
</quote>

oder google, cuil oder wen auch sonst fragen.


Reply to: