Tex-Twil macrumors 68030 Original poster May 28, 2008 2,501 15 Berlin Sep 17, 2009 #1 Hello, I'm looking for the command that I can use to list all (even not mounted) partitions in OSX. The Linux command is Code: $ fdisk -l Thanks, Tex
Hello, I'm looking for the command that I can use to list all (even not mounted) partitions in OSX. The Linux command is Code: $ fdisk -l Thanks, Tex
Angelo95210 macrumors 6502a Jan 7, 2009 972 15 Paris, France Sep 17, 2009 #2 An other linux command is : Code: df
F flatfoot macrumors 65816 Aug 11, 2009 1,013 8 Sep 17, 2009 #3 diskutil is the command line program you need to use for this. Try "diskutil list".
Tex-Twil macrumors 68030 Original poster May 28, 2008 2,501 15 Berlin Sep 17, 2009 #4 flatfoot said: diskutil is the command line program you need to use for this. Try "diskutil list". Click to expand... ok thanks. that looks ok. "df" shows only mounted partitions.
flatfoot said: diskutil is the command line program you need to use for this. Try "diskutil list". Click to expand... ok thanks. that looks ok. "df" shows only mounted partitions.