- sudo mksir /mnt/SDCARD
- Edit
/etc/udev/rules.d/50-xandros-udev.rules
- Find the comment
# usb, removable storage
- Immediately after this comment, so that it will replace the Asus dialog, add the following line, changing the serial number to match your device and optionally changing the name
SDCARD
(in both places)
BUS=="usb", KERNEL=="sd*", SYSFS{serial}=="146030377350"
, NAME="SDCARD", OPTIONS+="last_rule"
, RUN+="/bin/mount /dev/sdb1 /mnt/SDCARD"
Configure mount point
- Edit
/etc/fstab
- Add a new line at the end
/dev/sdb1 /mnt/SDCARD vfat rw,uid=user
1 comment:
How do I get the SD Cards serial no?
Thanks for your help!
Post a Comment