rrrrrrrr8 发表于 2008-10-15 09:59

问题3,yes.

我的air就用分成三个分区,第一个为fat32,做数据盘,第二个ntfs安windows xp系统.第三个leopard系统.
xp在leopard下的winclone软件备份. leopard用再生龙光盘做备份,所有备份映像在fat32分区里.

jihaiming 发表于 2008-10-30 14:57

Leopard 自带有分区工具的啊, 磁盘工具就有分区功能的.:roll:

grizzly 发表于 2008-10-31 14:14

Mac OS X provides partition tool under applications | utilities. It support on-live adjust partition size. If you like CLI, there are corresponding CLIs to do so. Since Mac OS X is UNIX-like system, there is mount command. So, if you using the tool create a new slice or partition of disk, you can mount is as you home directory and it will cover the original home directory. It means that anything under original home will be invisible (no read and no write, they are just keep there -- you can use them once you umount the slice). All files to your home will go to the new home.

The other thing is that I don't think this could be a right way to keep data safe because backup tool -- time machine is there and EXT-HDD is very cheap. Further, if the MAC is down except HDD, you still get chance to use Firewire to get data out.

JCheung 发表于 2009-02-09 10:19

原帖由 iamsujian 于 2008-7-30 12:32 AM 发表 http://bbs3.chinaunix.net/images/common/back.gif
刚买了台macbook 402120G 硬盘,预装的leopard 系统默认使用一整块硬盘,没对硬盘进行进一步的分区,这样对文件的整理,搜索,访问好像都不利!

我想知道:

1,如何在finder中显示 /etc /usr /var /te ...




你所说的概念有混。
你所说的 /etc /usr /va /tmp /bin 等等是系统的目录。
每个目录有每个目录的作用,你可以根据你的用途,来划分文件系统,Mac下的文件系统我不知道是不是etx2,etx3,我用Linux多,然后还要挂载到目录。。
你还是把基本的概念熟悉下吧。

tonyliu2ca 发表于 2009-03-16 09:02

原帖由 iamsujian1,如何在finder中显示 /etc /usr /var /temp /home 等等这些目录。

2。在不重装系统的前提下如何重新分区,使得常用的类似 /home /usr/var 等等这些目录单独分到一个分区中去。

3,如果重装系统,不知道安装盘中有没提供类似cfdisk的分区工具。

4,对bsd系统不熟,能不能给个mac os x 系统中各个目录的说明。

1: 参见楼9,楼3中的相关说明.
2:还真没有这样设置过,其实这样能节省处启动卷的空间但是还要占用别的卷的空间呀,不过你可以尝试使用Mac OS X的别名(Alias)或者软连接.
3: 你的是Leopard, 而Leopard内置的叫Disk Utility的程序就可以改变分区, 但是它有一些限制,无法随意移动卷, 而命令行可以看看hdiutil, diskutil, 甚至可以看看pdisk, fdisk等.
4: 参考Mac的官方说明,英文:http://www.apple.com/ca/support/leopard/, 中文:http://www.apple.com.cn/support/leopard/ 相关的文章.

另外,由于工作关系,我现在就用多个Volumes(宗卷--官方翻译,或者叫卷--以前上学的叫法),其它的卷用户系统测试。

tonyliu2ca 发表于 2009-03-16 09:47

如果希望将个人目录移动到其它卷,可以参考:
Mac OS X:如何将个人文件夹从默认卷移到其他卷(适合OSX10.5 Leopard)
页: 1 [2]
查看完整版本: 关于mac os x 的系统分区问题