Mounting volume error opening partition device Permission denied
Using ntfsfix with bootmed and getting "Mounting volume... Error opening partition device: Permission denied". I got this when fixing my wife's windows machine. Basically, make sure you are using sudo in front of the commands. These two steps fixed the laptop.
- Use
sudo fdisk -l
or Gparted to find the NTFS volume. sudo ntfsfix /dev/{ntfs-volume}
- Pushed on 06/05/2013 by Christian