![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2009
Location: Florida
Beans: 48
Ubuntu Jaunty Jackalope (testing)
|
Naming USB meory stick
Hi everyone,
I've come to this forum not knowing any better where else to put this question. I've read some replies as to naming usb sticks/thumb drives. Some say you can't name them. And in my little experience with linux (since jan.09) have not been able to find a way to do it. If this is the case with linux, I would just about expect a remedy for this. Mostly because I can name sticks in windows and the naming is preserved when passed over to ubuntu. And I also know what ever you can do in windows, you can do with linux and probably better. Anyone know how to name usb drives. I'm using ubuntu jaunty. I have tried karmic beta about 3 weeks prior to final release. Liked it for the most part, but for me, continually went south. Thanks for any and all input, a2z
__________________
www.webstore.com/~a2zHere If you didn't learn something one day, you didn't do anything that day. Those that don't do anything one day, don't want to know anything. |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() |
Re: Naming USB meory stick
I'm pretty sure you can do this with GPartEd - the disk partitioning tool. Just be careful with it!
Steve. |
|
|
|
|
|
#3 | |
|
Just Give Me the Beans!
![]() Join Date: Mar 2009
Location: Florida
Beans: 48
Ubuntu Jaunty Jackalope (testing)
|
Re: Naming USB meory stick
Quote:
Thanks, I hope it works a2z
__________________
www.webstore.com/~a2zHere If you didn't learn something one day, you didn't do anything that day. Those that don't do anything one day, don't want to know anything. |
|
|
|
|
|
|
#4 |
|
Ubuntu Member
![]() Join Date: Jan 2009
Location: Melbourne, FL
Beans: 48
Ubuntu Karmic Koala (testing)
|
Re: Naming USB meory stick
You can also do this while formatting the partition using fdisk.
$ sudo mkfs.vfat -F 16 -n liveusb /dev/sdb1 The label would be livusb in the above example. Or if you already have a partition you can follow this guide for both gparted and CLI. I did the following on my usb-thumbdrive Code:
sudo mlabel -i /dev/sdb1 -s :: Total number of sectors (1973410) not a multiple of sectors per track (61)! Add mtools_skip_check=1 to your .mtoolsrc file to skip this test Then I added this: Code:
echo mtools_skip_check=1 >> ~/.mtoolsrc Code:
sudo mlabel -i /dev/sdb1 -s :: Code:
Volume has no label Code:
sudo nano /etc/mtools.conf Code:
drive p: file="/dev/sdb1" Code:
sudo mlabel p:usb-ubuntu Code:
sudo mlabel -i /dev/sdb1 -s :: Code:
Volume label is USB-UBUNTU Hope this helps! Chris Crisafulli itnet7/irc.freenode.net Ubuntu Florida Team |
|
|
|
| Bookmarks |
| Tags |
| naming thumb drive, naming usb stick |
| Thread Tools | |
| Display Modes | |
|
|