Showing posts with label Partition. Show all posts
Showing posts with label Partition. Show all posts

2014-03-13

Tiny Core Linux Partition Label


ext2/ext3 Partitions
There are two commands:
tune2fs -L my_label /dev/partition
/sbin/e2label /dev/partition my_label

Dos Partition Label (mtools better)
dosfstools.tcz
   dosfslabel /dev/xxxx [LABEL]

FAT/FAT16/FAT32 Partitions
You must install the mtools utility package.

Then type
sudo mlabel -i /dev/partition ::my_label

/etc/mtools.conf
drive p: file="/dev/sdb1"

~/.mtoolsrc
mtools_skip_check=1

mlabel p:<label>


NTS Partitions:
You must install the ntfsprogs package

The command to be used is:
ntfslabel /dev/partition my_label.