On 2/26/06, daniel <[EMAIL PROTECTED]> wrote: > What I'd like to know is how to plug it in and have it always get the same id. > Is this even possible?
Write udev rules to create persistent device names. An example from my /etc/udev/rules.d/10-local.rules file: BUS=="usb", KERNEL=="sd[a-z]2", SYSFS{serial}=="300000005AF6", SYMLINK="%k", NAME="backups%e" > I just want my normal user to always be able to mount > my flash drive without having to su to root to edit fstab first. You could also use filesystem labels in /etc/fstab. Instead of /dev/sdX, use LABEL=mylabel as the device name. You can set filesystem labels on any current filesystem. For example with ext3, you use e2label. With this, you don't need to mess with udev rules. -Richard -- gentoo-user@gentoo.org mailing list