Package: mount
Version: 2.13-10

My /etc/fstab contains

LABEL=music     /music  auto    user,noauto,relatime    0 0

to mount my usb music player on request. But if I try to run
"mount /music", then I get

        mount: No medium found

If I change fstab to

/dev/disk/by-label/music /music auto    user,noauto,relatime    0 0

(which actually means the same), then it works.

Its important to note that the usb device doesn't contain a partition
table.

% ls -al /dev/disk/by-label
total 0
drwxr-xr-x 2 root root  80 Nov  1 18:47 .
drwxr-xr-x 6 root root 120 Nov  1 12:27 ..
lrwxrwxrwx 1 root root   9 Nov  1 18:47 music -> ../../sdd
% uname -a
Linux pluto 2.6.23.1 #1 PREEMPT Sun Oct 14 21:26:19 CEST 2007 x86_64 GNU/Linux


Regards

Harri




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to