Results 1 to 4 of 4

Thread: wrong partition name in desktop

  1. #1

    Question wrong partition name in desktop

    I have a FAT32 partition mounted in /media/FILES. But in the desktop, as well as in Nautilus, its name appears as "phereData *"

    I can't rename it in the right-click menu. How do I name it to FILES instead?
    Attached Images Attached Images

  2. #2
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: wrong partition name in desktop

    A very good method to have USB drives mounted with a name you choose is to label them. How this is done depends on the file system. You can find the howto in each of the following links

    https://help.ubuntu.com/community/RenameUSBDrive
    http://www.debuntu.org/device-partition-labeling

  3. #3

    Re: wrong partition name in desktop

    sorry if I failed to mention it before but, the hard drive in question isn't a usb removable. its my primary master hard drive and the partition is in hda5. it always gets labeled as "phereData *"

  4. #4

    Re: wrong partition name in desktop

    here's the contents of my fstab if it's any help

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/hda4       /               ext3    defaults,errors=remount-ro 0       1
    /dev/hda5       /media/FILES    vfat    defaults,utf8,umask=007,gid=46 0       0
    /dev/hda1       /media/WINOS    vfat    defaults,utf8,umask=007,gid=46 0       0
    /dev/hdb1	/media/MORESPACE ntfs   defaults,utf8,umask=007,gid=46 0       0
    /dev/hda3       none            swap    sw              0       0
    /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0

Tags for this Thread

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
  •