close
]#fdisk /dev/sda (sda depends on your harddisk)
Command (m for help):n (Then input your start cylinders and end cylinders, we can get last cylinders by "fdisk -l")
Reboot and kernel will get new partition.
mkfs -t ext3 /dev/sda8 (sda8 depends on your partitions)
mount -t ext3 /dev/sda8 /mnt/HD_5G
Auto mount new HD, edit fstab.
]#vi /etc/fstab
Add "/dev/sda8 /media/HD_5G ext3 defaults 0 0"
全站熱搜