" /Volumes/MAKERBOT does not appear to be a whole disk " error. I am using this in terminal :
diskutil partitionDisk /Volumes/MAKERBOT 1 MBRFormat "MS-DOS FAT16" "MAKERBOT" 32M
the SD card is called "MAKERBOT" and it is a 32MB card.
Does anyone have an Idea on what I should do? I tried a different card and it gave the same error. Is this a Mac 10.6 thing?
Thanks
O.
jordan
> --
> You received this message because you are subscribed to the Google Groups "MakerBot Operators" group.
> To post to this group, send email to make...@googlegroups.com.
> To unsubscribe from this group, send email to makerbot+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/makerbot?hl=en.
>
Disk Utility says that it is fine using both verify disk and repair disk. I am going to try my wife's computer that is still 10.5 and see if that makes a difference.
O.
I found the 10.6.2 diskutil manual:
http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/man8/diskutil.8.html
Does the SD card successfully mount on your system? Can you see the
files on it? if not, you may not be able to use the name "/Volumes/
MAKERBOT" to reference it. Try one of the other styles of
designation: "disk2s5" or "/dev/disk3". Disk Utility should show you
what names each drive has.
The error "/Volumes/MAKERBOT does not appear to be a whole disk" might
mean that the disk is partitioned and only one of the partitions is
mounted. If so, you can use Disk Utility to re-format ("Erase") the
disk and make it a single-partition MS-DOS disk (FAT32). Then you can
mount the disk and use the command line to format it as FAT16. Some
cards come with a special partition to implement auto-run or
encryption features.
O.
You my be right about Disk Utility automatically using FAT16 for
smaller SD cards. Mine is 1GB.
On Mar 27, 10:48 am, Owen M Collins <ccstudio.o...@gmail.com> wrote:
> I have attached a screenshot from Disk Utility. This is after I just reformatted it. It is funny that is says it is FAT-16, When I put it in the Makerbot, RepG never gave me the option of building from SD card (after I built the Single wall test box to the SD card) So I don't know what the deal is.
>
> Thanks in advance for any advice,
> O.
>
> On Mar 27, 2010, at 10:09 AM, JohnWasser wrote:
>
>
>
> > I'm using Mac OS 10.5 (Leopard) and Disk Utility will only format
> > FAT32.
>
> > I found the 10.6.2 diskutil manual:
>
> >http://developer.apple.com/Mac/library/documentation/Darwin/Reference...
extension s3g? - Yep
It doesn't see anything on the card.
This was a motherboard that has had 100 builds on it no problem, so I don't feel it is likely to be that. The new part of the equation in this new computer. Hmm...
O.
It definitely needs to be FAT16. My WinXP EEEPC refused to format a little 32MB in anything other than FAT12, which wouldn't work.
I haven't had to format my 2GB since (it's been months), but I rarely do any file transfers over the serial cable any more either. I build to the card directly plugged into my MBPro, then plug the card into my cupcake and Build from SD Card. It's so much faster that way.
Also make sure you didn't accidentally flip the little "Lock" tab on the side of the card. That could cause you some grief.
Andrew.
--
"The future is already here. It's just not very evenly distributed" -- William Gibson
Now it works though. Happy me.
O.
I seem to recall being offered the choice of which FAT to use in discutil, perhaps it's my imagination though.
On May 4, 2010 5:10 p.m., "Jordan Miller" <jrd...@gmail.com> wrote:
and yes, I have added it to the wiki:
http://wiki.makerbot.com/building-from-an-sd-card
which is already linked from here:
http://wiki.makerbot.com/how-to-print#toc18
jordan
On May 4, 2010, at 12:00 PM, Jordan Miller wrote: > figured it out on OS X 10.6.3. The syntax ...