Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Clear msftres and other GPT 'flags' set by GNU parted' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Clear msftres and other GPT 'flags' set by GNU parted
Authored by: zaqarov on Mon, Oct 27 2008 at 12:18PM PDT
If you only need temporary access, as I did, just going into Terminal and entering the following commands works to mount the drive.
>sudo su
>(enter password)
>mkdir /Volumes/temp/
>mount_msdos /dev/disk1s2 /temp/ (enter the appropriate dev/disk number instead of dev/disk1s2)
good luck ;)

[ Reply to This | # ]