[ubuntu-it] label dei dischi

Max maxter a email.it
Mer 11 Apr 2007 16:40:07 BST


Davide Corio ha scritto:
> Qualcuno conosce un tool grafico che permetta di modificare la label di
> dischi, penne usb e simili?

da http://ubuntuforums.org/showthread.php?t=322973
-----------
You can change the label on an ext2/3 filesystem with this command:
Code:
sudo e2label /dev/sda1 new-label

Where new-label is what you want your new label to be,
and /dev/sda1 is the location of your usb stick.

Also if you install mtools you will be able to change FAT partition labels.
Code:
sudo apt-get install mtools
For the new label:
Code:
sudo mlabel /dev/sda1  new_label
----------------------

ciao

Max



Maggiori informazioni sulla lista ubuntu-it