Deutsch English Français
Your feedback:
Did you like this page? vote3 Yes
vote2 Partly
vote1 No
Your comment?

Add your email address, if you want to get a response

Your name, if you like

Do not change this:
Feedback
Search

2006-07-09

Multimedia Card Reader, Mount with UUID and Name

LinuxPrivateComputer
Multimedia Card ReaderMotion-Flash 6
Unomat Motion-Flash 6
Helps you to decide which product to buy
Unomat Motion-Flash 6 Linux
Small hint (not only for removable devices)
blkid

remember the UUID value and
mount -U "XXXX-XXX-..."

mount the partition without knowing the device name. Works also via fstab
UUID="XXXX-XXX-..." /mnt/foo1 auto defaults,noauto,users 0 0

Instead of / additionally to UUID you can also use the name of the filesystem
mount -L NAME1
mount -l

Again via fstab
LABEL="NAME1" /mnt/foo1 auto defaults,noauto,users 0 0
09-07-2006 02.13
Powered by PHP Created with Xemacs Valid rss 2.0! Valid XHTML 1.0! Valid CSS!