Changing the label (name) of partitions.

Last update on March 18, 2009 07:39 AM by deri58
Published by deri58

Changing the label (name) of partitions






All commands must be given as administrator (root mode).
Give the simplest names possible to partitions (if possible only alphanumeric characters (a. .. z and 0 ... 9) and - and _.
  • Partition ext2/ext3


There are two commands:

tune2fs -L my_label /dev/partition

/sbin/e2label /dev/partition my_label
  • Partition FAT/FAT16/FAT32


You have to install the mtools package.
Then type:

sudo mlabel -i /dev/partition ::my_label
  • NTFS partition


You have to install the ntfsprogs package.
The command is:
ntfslabel /dev/partition my_label.
Best answers for « Changing the label (name) of partitions. » in :
Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition. Under Windows Vista, select...
Replace/remove the Recycle Bin under Vista ShowReplace/remove the Recycle Bin under Vista How can I reactivate Vista in the trash? Just do right click on the desktop/ Customize/ click change desktop icons/ and check or uncheck "Recycle Bin."
Renaming multiple files in batch ShowRenaming multiple files in batch Native features Using a third-party program Renaming a large number of files can quickly become tedious. Fortunately, there are tools to automate this task in many cases: Native features On Windows...
Download Ant Renamer ShowANT Renamer allows to reappoint a big number of files and files in some clicks. It is only changing the names of files / files: Change of extension Replacement of character strings by others Insertion of a character string Displacement of...
Download Active Partition Manager ShowActive@ Partition Manager helps you to manage storage devices and the partitions that they contain. You can create, remove, format and rename the partitions on your computer without shutting down the system. The carried out changes will take...
DNS (Domain Name System) ShowWhat is DNS? Each computer directly connected to the Internet has at least one specific IP address. However, users do not want to work with numerical addresses such as 194.153.205.26 but with a domain name or more specifically addresses (called...
UNIX system - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence its name "shell". The shell therefore acts as an intermediary between the operating system and the user using command lines...
Linux Tricks ShowMounting a CD-ROM drive To mount a CD-ROM drive under Linux, log in as the system administrator, i.e. with the login "root". It is then sufficient to mount the drive, i.e. to "capture" the content of the CD-ROM drive in a directory (most of the...