这样分区没有问题吧

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
kennyg
帖子: 1
注册时间: 2009-09-24 20:38

这样分区没有问题吧

#1

帖子 kennyg » 2009-10-17 6:09

ubuntu@ubuntu:~$ mount
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/modules/2.6.28-11-generic/volatile type tmpfs (rw,mode=0755)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
rootfs on / type rootfs (rw)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
/dev/sda2 on /target type jfs (rw,relatime,errors=remount-ro)
/dev/sda5 on /target/boot type ext4 (rw,relatime)
/dev/sda7 on /target/home type jfs (rw,relatime)
/dev/sda8 on /target/usr type jfs (rw,relatime)
ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb5506696

Device Boot Start End Blocks Id System
/dev/sda1 1 3039 24410736 b W95 FAT32
/dev/sda2 3040 6929 31246425 83 Linux
/dev/sda3 6930 38913 256911480 5 Extended
/dev/sda5 6930 6953 192748+ 83 Linux
/dev/sda6 6954 7208 2048256 82 Linux swap / Solaris
/dev/sda7 7209 12314 41013913+ 83 Linux
/dev/sda8 12315 25687 107418591 83 Linux
/dev/sda9 25688 28726 24410736 b W95 FAT32
/dev/sda10 28727 38913 81827046 b W95 FAT32

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8ef08ef0

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9729 78148161 6 FAT16
ubuntu@ubuntu:~$ sudo parted /dev/sda print
回复