Archiv

Posts Tagged ‘Create’

Create ISO image from folder in Mac OS

Ich habe heute gesucht wie ich aus einem Verzeichnis ein ISO File machen kann.

Geht ganz einfach:

1. Terminal aufmachen und in das Verzeichnis gehen wo das zu konvertierende Verzeichnis liegt
2. hdiutil makehybrid -o GIBMIREINENTOLLENAMEN.iso VERZEICHNISNAME/

It is quite simple in Mac OS, using hdiutil command. For example, you
have a folder naming solaristools on user’s Desktop, and hope to create
a ISO image file for the folder

1. Open terminal window
2. Change current folder to user’s desktop, for example user is “apple”
cd /Users/apple
3. Type following command
hdiutil makehybrid -o solaristools.iso solaristools

A new ISO image “solaristools” will be created on user’s desktop. You
may access to the ISO image as a CD/DVD device in Mac OS later.

Categories: Mac, OSX Tags: , , , ,

Mac/Bash: 40 Verzeichnisse mit Ziffern + Führenden Nullen erstellen

Gestern hatte ich das Problem das ich ganz schnell 40 Verzeichnisse im Format BLURAW_XXX erstellen wollte, wobei XXX eine Ziffer von 0 bis 40 sein sollte, inklusive führenden Nullen (sprich immer dreistellig)

Weiter lesen …

Categories: Mac Tags: , , , , ,