Thread: Changing mount point name
i installed xubuntu, , used ntfs configuration tool mount 2 ntfs partitions. stupidly, managed use wrong names mount point (so vista partition labeled data partition, , vice verse). isn't huge problem, wondering if there anyway rename mount points...
appreciated.
the mount points stored in /etc/fstab file.
edit file:
you should see like:code:gksu mousepad /etc/fstab
invert mount points , remount partitions:code:/dev/sdxy /media/data ntfs defaults[,...] 0 0 /dev/sdxz /media/vista ntfs defaults[,...] 0 0
code:sudo umount /media/vista sudo umount /media/data sudo mount -a
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Changing mount point name
Ubuntu
Comments
Post a Comment