1.
For SATA Format HD
using "ls /dev/sd*" to find out the id for the adding HD
e.g., sdb
2.
Using "fdisk -l" to list the details of all HD
Using "fdisk /dev/sdX" to format the adding HD
fdisk:
d: delete the seleted partition
n: add a new partition
p: primary partition
partition number (1-4): 1
w: write table to disk and exit
reference:
http://pub.mlc.edu.tw/viewitem.jsp?itemid=000000000037926
3.
Using "apt-get install reiserfsprogs" to install before formating a new HD as the ReiserFS format
Using "mkfs -t reiserfs /dev/hdXD" to format a PARTITION as the ReiserFS format
4.
Modify /etc/fstab as
"/dev/sdb1 /mnt/DSlot reiserfs default 0 0"
- Aug 09 Thu 2007 16:21
[Liunx] Add A New HD
close
全站熱搜
留言列表
發表留言