|
发表于 2007-5-23 19:21:48
|
显示全部楼层
转自ubuntuforumsif the GUI dosen't want to mount your ubuntu partition (common bug with v1.4d) then you need to mount it with the terminal. I create a folder on my desktop, and name it UBUNTU. Then in a terminal:
sudo mount_ext2 /dev/disk0s3 /Users/username/Desktop/UBUNTU
*you need to change 'disk0s3' for wherever your ubuntu partition is.
At this point is easy to think that it has not worked, as the GUI does not update.
From the finder menu GO > GO TO FOLDER > (Point to UBUNTU folder)
*you may need to do this twice
Your ubuntu partition will show as a drive on your desktop.
I prefer to manually unmount via the terminal as well, to do this :
sudo umount /dev/disk0s3 - again changing disk0s3 to your ubuntu partition.
*note, then when mounted in this way, you WILL be able to access the options ext2fsxmanager offers from it's system pref's pane.
Hope that helps!
chrisj303 |
|