Find the answer to your Linux question:
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...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    4

    Unhappy 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

  2. #2
    Linux User saivin's Avatar
    Join Date
    Dec 2008
    Location
    Bengaluru, India
    Posts
    305
    Not sure of windows partitions. But if you are using ext2/ext3, the following command works.
    Code:
    /sbin/e2label /dev/sda7 Muzik
    This assuming you have a partition say /dev/sda7 and you want to name it as 'Muzik'.
    A candle looses nothing by lighting other candles. - Khalil Zibran.
    Registered Linux User #490076

  3. #3
    Linux User saivin's Avatar
    Join Date
    Dec 2008
    Location
    Bengaluru, India
    Posts
    305
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...