- Locate the new device. e.g. $> ls /dev/sdb
- Create partition. $> fdisk /dev/sdb
- m - help
- n - new partition
- p - list partitions
- d - delete partition
- Reboot
- Format partition. $> mkfs -t ext3 /dev/sdb1
- Edit /etc/fstab to mount on startup. /dev/sdb1 /mnt/sdb1 ext3 defaults 1 2
- Done
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.