Wednesday, August 19, 2009
Howto label Linux partition
Posted on 1:00 AM by Unknown
In linux, to label a partition, there are 3 tools that can be used. The tools are e2label, tune2fs and mke2fs.To use e2label to label the second partition of the first hardisk with label DATA:# e2label /dev/sda2 DATATo use tune2fs to do the similar job as above:# tune2fs -L DATA /dev/sda2The third tool, mke2fs is actually a tool to build ext2/ext3 filesystem. So, if you want to build the
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment