ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #07593
Re: [Question #78203]: Cannot Mount Volume(already mounted?)
Question #78203 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78203
Status: Open => Answered
actionparsnip proposed the following answer:
The commands are all in the terminal, yes
and no
/media/disk is the mount point. if you read the command it mentions
/dev/sda5.
sudo umount /media/disk; sudo mkdir /media/disk; sudo mount /dev/sda5
/media/disk -t ntfs-3g -o uid=1000
will unmount it and mount it writable using ntfs-3g. It is already
mounted but will most likely be read only. You havent given me the
output of the command I gave so I can only guess.
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.