Results 1 to 3 of 3
how to change the name of any device (usb drive) instead of assign by system ,i am using fedora 10...
- 07-22-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
change the device (usb drive) name
how to change the name of any device (usb drive) instead of assign by system ,i am using fedora 10
- 07-22-2009 #2
Not sure of windows partitions. But if you are using ext2/ext3, the following command works.
This assuming you have a partition say /dev/sda7 and you want to name it as 'Muzik'.Code:/sbin/e2label /dev/sda7 Muzik
A candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076
- 07-22-2009 #3
Ok, I got the link. https://help.ubuntu.com/community/RenameUSBDrive
Though it is for Ubuntu, same should work for Fedora too.
Btw, you should have googled yourself, shouldn't you?A candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076


Reply With Quote