Re: Where is the disk label stored?
On Sat Mar 05, 2011 at 21:48:33 +0100, Hans-J. Ullrich wrote:
> Sorry, I forgot to mention, the filesystem is now fat32.
> So those tools will not work.
If you're willing to re-format you can set the label
at the time you do that:
# mkfs.vfat /dev/sdc1 -n mylabel
Otherwise checkout the tools included in the
"mtools" package. To show the current lable:
# mlabel -i /dev/sdc1 -s ::
To change it:
# mlabel -i /dev/sdc1 ::my_external
NOTE: /dev/sdc1 is chosen as an example..
Steve
--
Let me steal your soul?
http://stolen-souls.com
Reply to: