Difference between revisions of "Linux: Partition and format new hard drive"
Jump to navigation
Jump to search
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...") |
(No difference)
|
Revision as of 20:26, 1 April 2016
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#