{"id":189,"date":"2009-12-20T10:02:54","date_gmt":"2009-12-19T23:02:54","guid":{"rendered":"http:\/\/threemillion.net\/blog\/?p=189"},"modified":"2010-10-03T13:55:30","modified_gmt":"2010-10-03T03:55:30","slug":"prepare-1tb-usb-hdd-for-topfield","status":"publish","type":"post","link":"https:\/\/threemillion.net\/blog\/?p=189","title":{"rendered":"Prepare 1TB USB HDD for Topfield"},"content":{"rendered":"<p>Topfield forums discussed using a 1TB drive and Topfield in their documentation says that the 1TB is supported, however they failed to provide sufficient instructions on how exactly to set it up correctly. I followed the instructions I found but they did not work for me. The instructions talked about creating a FAT32 partition and then allowing the Topfield to format the drive. This did not work for me, so a little more research and trial and error and worked out a solution that worked for me.<\/p>\n<p>I am using VMware Workstation 7 on Vista 32-bit, so these are the basic steps that I took to get it to work. Please note that these instructions were written after the fact so may not be exactly 100% accurate, however I think they should give sufficient information to get there faster than I did. <\/p>\n<p>Downloaded Knoppix livecd<br \/>\nRan the livecd in VM. It does not have to be VMware, could be VirtualPC, Fusion whatever as long as you can connect the USB device to the VM so that the VM has complete control and not the hosting operating system.<br \/>\nAttached the external USB drive to the VM.<\/p>\n<p>Opened a terminal window in Knoppix and ran the following:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsudo fdisk -l\r\n#identify the correct disk that references your hdd. In my case it was \/dev\/sdb\r\nsudo fdisk \/dev\/sdb\r\n#to delete existing partitions\r\nd\r\n#to create new partition\r\nn\r\n#to accept default of 1\r\nenter\r\n#to accept default last cyclinder\r\nenter\r\n#to write the changes to the disk\r\nw\r\n#Restart knoppix\r\nreboot\r\n<\/pre>\n<p>Not sure why but a restart is required. After the restart open a terminal window.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#double check that the hdd is the same mount? point\r\nsudo fdisk -l\r\nmke2fs \/dev\/sdb1\r\n#to confirm partition still exists\r\nfdisk -l\r\n#mount new partition to confirm functionality\r\nsudo mount \/dev\/sdb1\r\ncd \/media\/sdb1\r\n#Create a directory, to confirm file system is actually there and working\r\nmkdir test\r\n#Change to the new directory\r\ncd test\r\n#Create a text file or something in the directory\r\necho blah &gt; test.txt\r\n#Un mount the partition\r\nunmount \/dev\/sdb1\r\n<\/pre>\n<p>disconnect USB drive and shutdown the VM.<\/p>\n<p>As a double check I installed <a href=\"http:\/\/www.fs-driver.org\/\">ext2fs File Manager<\/a> to allow me to read ext2 linux file systems on my Windows system.<br \/>\nAttach USB drive to host computer<br \/>\nLaunched ext2fs file manager to ensure that the partition is now recognised as a linux partition.<br \/>\nOnce it is, go to Windows Explorer and view the drive \/partition and view the directory and file created earlier is present.<br \/>\nIf so, then it is all good an ready to go to the Topfield.<br \/>\nUnmount the drive and disconnect.<br \/>\nNow attach to the Topfield and you should be good to go.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Topfield forums discussed using a 1TB drive and Topfield in their documentation says that the 1TB is supported, however they failed to provide sufficient instructions on how exactly to set <a href=\"https:\/\/threemillion.net\/blog\/?p=189\" class=\"more-link\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"Layout":"","footnotes":""},"categories":[1],"tags":[37],"class_list":["entry","author-admin","post-189","post","type-post","status-publish","format-standard","category-uncategorized","tag-topfield"],"_links":{"self":[{"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=189"}],"version-history":[{"count":8,"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/189\/revisions"}],"predecessor-version":[{"id":340,"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/189\/revisions\/340"}],"wp:attachment":[{"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/threemillion.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}