I cant use fdisk -l

Code:
sudo fdisk -l
fdisk: illegal option -- l
usage: fdisk [-BIaipqstu] [-b bootcode] [-1234] [disk]
       fdisk -f configfile [-itv] [disk]
 
I think FreeBSD's fdisk is different than Linux's. I got used to gpart now and it is a nice tool too. You can use gpart show because it does give output similar to Linux's fdisk -l.
 
Back
Top