Linux: Partition and format new hard drive

From RHS Wiki
Revision as of 20:26, 1 April 2016 by Rafahsolis (talk | contribs) (Created page with " fdisk /dev/xvdN m show help add new partition (if you want filesystem different from ext4 change with t) p (print partition table) w (write partition table) q (quit) m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
fdisk /dev/xvdN
m show help
add new partition (if you want filesystem different from ext4 change with t)
p (print partition table)
w (write partition table)
q (quit)
mkfs.ext4 /dev/xvdN#