>
> I have another question right now.
> I write a autorun.sh to detect the hotplug event and mount the disk.
> But if I got a usb HD that have vfat, NTFS and ext3 formats at
> different partitions,
> how could I write one mount command for all cases?
> I cannot mount every /dev/sda[1-9] as -t vfat, right?
> appreciate your help,
> miloody
>
blkid <device name>

this is what i got from my system.

ruby # blkid /dev/sda1
/dev/sda1: UUID="dc705c94-0f0e-42b8-aecc-d0da7d8119ea" TYPE="ext3"
ruby #

Thanks

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to