Results 1 to 7 of 7

Thread: Just for looks...

  1. #1
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Question Just for looks...

    on my Desktop Computer I have two Harddrives, one of them is totally used for Ubuntu Linux. The second HD is partially used for Windows XP, and I use the rest of it (with an ext3 filesystem) for Linux too. When mounted it appears on the desktop as "62.4 GB Media" and I wonder if I could change this name?
    See attachments
    Attached Files Attached Files
    Life is full of setbacks; Success is determined by how you handle them!

  2. #2
    Join Date
    Dec 2009
    Location
    Sfax, Tunisia
    Beans
    53
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Just for looks...

    Linux user #445856 :: Ubuntu User # 29958

  3. #3
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Question Re: Just for looks...

    Thanks SalahTr for the link...
    I was not successful though, because I couldn't find the the "Label" button as it is described in the guide...
    it looks this only works for USB drives but not for my hard drives, am I right?
    I attached several screenshot showing what I did so far
    Attached Files Attached Files
    Life is full of setbacks; Success is determined by how you handle them!

  4. #4
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Just for looks...

    Open a terminal (Applications -> Accessories -> Terminal)
    and run:
    Code:
    sudo e2label /dev/sdb5 label
    to change the label of the ext3 partition. Replace label with the actual label.

    to change the label of an NTFS partition:
    Code:
    sudo ntfslabel /dev/sdXY label
    replace /dev/sdXY with the device name listed in gparted.

  5. #5
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Question Re: Just for looks...

    Quote Originally Posted by sisco311 View Post
    Open a terminal (Applications -> Accessories -> Terminal)
    and run:
    Code:
    sudo e2label /dev/sdb5 label
    to change the label of the ext3 partition. Replace label with the actual label.
    OK...Labeling worked fine, I labeled sdb5 as LinuxPart.
    But sorry, this is not what I wanted and I apologize for being not specific enough in the first place.
    I want to change the name of this partition as it shows under
    --->Main Menu --->Places...see attached screenshots.
    Thanks, sisco311, for the help...
    Attached Files Attached Files
    Life is full of setbacks; Success is determined by how you handle them!

  6. #6
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Just for looks...

    Quote Originally Posted by Cariboo1938 View Post
    OK...Labeling worked fine, I labeled sdb5 as LinuxPart.
    But sorry, this is not what I wanted and I apologize for being not specific enough in the first place.
    I want to change the name of this partition as it shows under
    --->Main Menu --->Places...see attached screenshots.
    Thanks, sisco311, for the help...
    Did you try to log out and log back in and/or remount the partitions. If the partitions is labeled the label of the partition should be displayed.

  7. #7
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Just for looks...

    Quote Originally Posted by sisco311 View Post
    Did you try to log out and log back in and/or remount the partitions. If the partitions is labeled the label of the partition should be displayed.
    No I didn't yet, one moment...
    Yeah...It's done...Thank you very much...learned another lesson...
    Life is full of setbacks; Success is determined by how you handle them!

Bookmarks

Posting Permissions

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