Linux: Partition and format new hard drive
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...")
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#