Change your NTFS / windows drive label via linux
In my current ubuntu machine suddenly music stops playing after a reboot, adn I figured out that it is the issue of my library, My music library was on a NTFS drivewith label NEW LABEL, and there was another drive on my system with the same label , so whenver I rebooted ubuntu append one of the drive (randomly) with _so they would be mounted on
Now type this on command line,
unmount all your ntfs drives,(I hope u know how to do it)
- /media/NEW VOLUME
- /media/NEW VOLUME_
- sudo apt-get install ntfsprogs
Now type this on command line,
unmount all your ntfs drives,(I hope u know how to do it)
- sudo umount <drive directory>
- sudo ntfslabel -f /dev/sda5 <newlabel>
- sudo ntfslabel -f /devsda5 books
This entry was posted on Saturday, September 6, 2008 at 5:07 AM. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
# by Gaurav - February 20, 2009 at 1:41 AM
doesn't work in ubuntu 8.10
# by Dean - April 4, 2009 at 4:32 AM
Brilliant post, completely fixed my issue on 8.10 :)
I had my downloads/storage drives mounted round the wrong way, and thought it was Nautilus showing me the wrong thing, but it was actually showing me the drive label.
Thanks so much.
http://www.spikedsoftware.co.uk - I'll link to this post!
# by vinu - June 11, 2009 at 7:12 AM
good to know It helped ,
# by Ivan - March 21, 2010 at 2:53 AM
Works wonderful in 9.10, thanks!
# by Jota - June 12, 2010 at 4:27 AM
«sudo apt-get install ntfsprogs»
How to change label in Ubuntu/Debian Linux... not all Linux... :P
Post a Comment