initializing a new harddisk

1, check if your new harddisk is correctly installed
fdisk -l
2, creating partition
fdisk /dev/cciss/***
n
...
3, creating file system
mke2fs

4 mount the partition

Comments

Popular posts from this blog

周末发现的两样东西,和心理有关的。

QStringList related performance