1

I'm new to ubuntu and I have problem with the partitions. I have 3 mounted partitions but I can only go to OS by cd OS while I can't go to New Volume. That is probably because there is a space in its name.

How can I change its name (label) or how can I go to this partition by command line?

enter image description here

muru
  • 197,895
  • 55
  • 485
  • 740
  • Could you please post text files, dialogue messages, and program output listings as text, not as images? To achieve the latter two you can either 1) select, copy & paste the dialogue text or terminal content or 2) save the program output to a file and use that. Longer listings (>100 lines) should be uploaded to a pastie service and linked to in the question. Thanks. – David Foerster Nov 20 '16 at 11:59

1 Answers1

2

Put the name in doble quotes or add backslash before space like New\ Volume

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497