Jump to content

Resized NTFS partition no longer mounts


MarkW
 Share

4 posts in this topic

Recommended Posts

Exact same thing happened to me. Acronis is doing something a little odd to the partition table that must be throwing OSX off. I needed to make an /etc/rc.local file with these lines in it to mount my Windows partition each time I boot. It is the only thing that works for me.

 

mkdir /Volumes/WINDOWS

mount -t ntfs /dev/disk0s1 /Volumes/WINDOWS

 

Adjust the WINDOWS and the /dev/diskXsX to match your partition and the name you want it to mount under. Disk Utility can tell you the correct diskXsX to use.

Link to comment
Share on other sites

 Share

×
×
  • Create New...