Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: neorej on September 09, 2009, 06:03:49 AM
-
Hi,
i want to find a way to mount a usb disk by looking to the disklabel.
So i have a usb disk with a disklabel set to "USBDISK".
Now i want to somehow search for that disk label, en find out with sdX device that is, without mounting it.
On My fedora 11 laptop i can look into /dev/disk/by-label
Unfortunately this is not available om tc2.2.
-
blkid | grep USBDISK
-
Thank you very very much!!!!