1

I am using Ubuntu 12.04 (dual os windows 7)

Now I have total 2 hard drives. 1st is a system hard drive and having two partitions another is 1tb my work hard drive with no partition.

My system hardrive partitions named with it's size like 157 GB Filesystem, 293 GB Filesystem` etc. I want to change this name.

enter image description here

I have tried using GParted but it doesn't shows that drive but only Works drive and DVD`

enter image description here

How to change these label? and if can't than how to access on terminal? because if use this

cd /157 GB Filesystem

It doesn't work.

anonymous2
  • 4,298
pixelngrain
  • 349
  • 2
  • 3
  • 17

1 Answers1

0

You can't be able to rename a partition's label when it was mounted.

In your case it's /dev/sda1 ntfs partition which was already unmounted.So right-click on the partition and select Label.

enter image description here

Give the label name and apply it.

Avinash Raj
  • 78,556