Category: Linux

Add New Disk Partition

Add drive to server fdisk /dev/sdb1

Create new primary disk and change type

Format: mkfs -t ext3 /dev/sdc1

Add to /etc/fstab /dev/sdb1 /foldername ext3 defaults 1 2 mkdir /foldername mount /foldername

 

Tags:

Linux

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.