Where's the metadata?

2013-03-28 Thread Ronald F. Guilmette
So, um, I downloaded the memstick.img file for FreeBSD 9.1-RELEASE and then I dd'ed that to my 16GB ADATA USB flash thingy. After that, it worked just fine, and as expected. No problems. I could boot FreeBSD from it. Now however, I need to use that USB stick for something else, and I want to

Re: Where's the metadata?

2013-03-28 Thread Daniel O'Callaghan
On 29/03/2013 12:29 PM, Ronald F. Guilmette wrote: So what_is_ the best tool for just simply taking some sort of drive... like a USB flash drive, or any other kind of drive for that matter... and returning it to it's actual size? Did you try using fdisk? It is probably a standard MBR boot

Re: Where's the metadata?

2013-03-28 Thread Quartz
The problem is that now, the Windows system seems to think that the size of the thing is only something like 24.2 Megabytes... *not* the actual size, which is vastly larger (16GB). but then at the last second I hesitate and decide to actually try to _understand_ what's going on here, really,

Re: Where's the metadata?

2013-03-28 Thread Quartz
Did you try using fdisk? Don't use fdisk, it's waay out of date, doesn't work with a lot of modern large drives, and has horribly arcane syntax. Modern versions of gpart support MBR, so there's basically no reason to suffer through fdisk anymore.

Re: Where's the metadata?

2013-03-28 Thread Jov
use newfs_msdos in FreeBSD,then format it to NTFS in windows. I used this command solve the same problem. 2013/3/29 Ronald F. Guilmette r...@tristatelogic.com So, um, I downloaded the memstick.img file for FreeBSD 9.1-RELEASE and then I dd'ed that to my 16GB ADATA USB flash thingy. After

Re: Where's the metadata?

2013-03-28 Thread Jov
use newfs_msdos /dev/da0 in FreeBSD,then format it to NTFS in windows. I used this command solve the same problem. 2013/3/29 Ronald F. Guilmette r...@tristatelogic.com So, um, I downloaded the memstick.img file for FreeBSD 9.1-RELEASE and then I dd'ed that to my 16GB ADATA USB flash thingy.