Tagged Questions
1
vote
0answers
589 views
How do I force a partition and format on a USB key in OS X Mountain Lion Disk Utility or from CLI diskutil?
I have a brand new Memorex TravelDrive 64GB USB disk which is being troublesome.
It's formatted FAT16 on MBR, which is not so nice, and I'd like to put it on HFS+.
I've tried to do this through ...
1
vote
2answers
1k views
Restore disk in single user mode
I wounder if it is possible to restore one partition to another in command line? The similar operation can be performed with Disk Utility, but unfortunately I cannot boot in graphics mode (even safe ...
1
vote
1answer
3k views
Create new partition in unallocated space with diskutil
I have deleted the first partition on my external HD such that it now has 100GB of free space at the beginning of the partition. I'd like to reclaim that space, but Disk Utility doesn't let me create ...
1
vote
1answer
556 views
Ejecting USB drive via AppleScript does not make drive power down
On startup, I eject my external USB disks with the following AppleScript:
try
do shell script "diskutil eject \"/Volumes/USB Backup\""
end try
This works as expected: the drive powers down. ...
3
votes
2answers
614 views
Disk utility in command line
I'm looking for the CLI equivalent of "Check disk" and "repair disk" in Disk Utility. I think fsck is involved but I don't know with which options, and if it's the only program run.
1
vote
1answer
300 views
dd to ISO from disc drive makes unmountable / unburnable image?
I'm trying to dd from a disc in my DVD drive on my MacBook to an ISO, but the image always ends up as unmountable and unburnable. The disc is unmounted when I start the process.
I've used dd many ...