Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:waitusb [2013/01/12 13:53] – [LABEL Version] added instructions for NTFS partition; changed tce-load args lverns | wiki:waitusb [2013/05/13 22:23] (current) – [LABEL Version] changed info about the location of the mtools config file lverns | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **//This page was most recently tested on Core 4.7.6//** | ||
====Basic Form==== | ====Basic Form==== | ||
The form of this bootcode is as follows | The form of this bootcode is as follows | ||
Line 12: | Line 13: | ||
==Change the label of a ext* partition== | ==Change the label of a ext* partition== | ||
Install e2fsprogs.tcz : | Install e2fsprogs.tcz : | ||
- | | + | |
Then set the label of a partition that is formatted with the ext2, ext3, or ext4 partition. For example, let us say that I want to change the label of /mnt/sda2. The proper command will look something like this. | Then set the label of a partition that is formatted with the ext2, ext3, or ext4 partition. For example, let us say that I want to change the label of /mnt/sda2. The proper command will look something like this. | ||
| | ||
Line 31: | Line 32: | ||
| | ||
Where X is the name of the drive (e.g. sdb1) and where mylabel is the label you want to give your device (e.g. " | Where X is the name of the drive (e.g. sdb1) and where mylabel is the label you want to give your device (e.g. " | ||
- | **mtools.tcz** can be a little | + | **mlabel** can be a little |
==OTHER== | ==OTHER== | ||
Line 44: | Line 45: | ||
====Advantages of the Different Forms=== | ====Advantages of the Different Forms=== | ||
Using the basic form is a quick fix and might allow the system to slow down for devices other than hard drives and usb drives.\\ | Using the basic form is a quick fix and might allow the system to slow down for devices other than hard drives and usb drives.\\ | ||
- | Technically speaking, using UUID doesn' | + | Technically speaking, using UUID doesn' |
On the downside, UUIDs are not at all readable and copying them by hand is quite nasty, so if your setup requires you to type in your boot codes upon every boot, then the UUID version is not for you. | On the downside, UUIDs are not at all readable and copying them by hand is quite nasty, so if your setup requires you to type in your boot codes upon every boot, then the UUID version is not for you. | ||