My external HDD is "Seagate Backup Plus 500 GB USB 3.0"
I want to use it for NAS(dd-wrt firmed) , I changed it to MBR and ext3.
-> gdisk and mkfs.ext3 is best solution!
http://www.ehow.com/how_12119053_convert-gpt-mbr-linux.html
* If you want to use only data storage, you can remove reserved space which is 5% of whole disk.
sudo tune2fs -m 0 /dev/sdb1
(http://geekyprojects.com/ubuntu/how-to-format-a-usb-external-hard-drive-for-linux/)
No comments:
Post a Comment