Gib einen Suchbegriff ein, um deine Suche zu starten
Verwaltet Vinum Volume Manager in FreeBSD.
vinum [COMMAND] [OPTIONS]
vinum list
vinum create -f config
vinum start
FreeBSD-spezifischer Volume Manager (veraltet, durch ZFS ersetzt).
Verwaltet Disk-Labels und Partitionen in BSD-Systemen.
disklabel [OPTIONS] [DISK]
disklabel wd0
disklabel -e wd0
disklabel -w wd0
BSD-spezifische Disk-Partitionierung (ähnlich aber verschieden von Linux fdisk).
Verwaltet MBR-Partitionstabellen in BSD-Systemen.
fdisk [OPTIONS] [DISK]
fdisk wd0
fdisk -i wd0
fdisk -s wd0
BSD-spezifische MBR-Partitionierung (ähnlich aber verschieden von Linux fdisk).
Konfiguriert Concatenated Disk Devices in BSD-Systemen.
ccdconfig [OPTIONS] [CCD_DEVICE]
ccdconfig ccd0 /dev/wd0e /dev/wd1e
ccdconfig -c ccd0
ccdconfig -u ccd0
BSD-spezifische RAID-0 Konfiguration.
Verwaltet Festplatten und Volumes in macOS.
diskutil [VERB] [OPTIONS]
diskutil list
diskutil info disk0
diskutil repairVolume /Volumes/Macintosh HD
macOS-spezifisches Disk-Verwaltungstool.
Verwaltet ZFS Dateisystem (Solaris-Version).
zfs [COMMAND] [OPTIONS] [FILESYSTEM]
zfs list
zfs create tank/data
zfs snapshot tank/data@backup
Solaris-spezifische ZFS-Implementierung (ursprünglich von Sun entwickelt).
Verwaltet ZFS Storage Pools in Solaris.
zpool [COMMAND] [OPTIONS] [POOL]
zpool list
zpool create tank c1t0d0
zpool status
Solaris ZFS Pool Management.
Verwaltet Festplatten in Solaris.
format [OPTIONS] [DISK]
format
format c1t0d0
format -d c1t0d0
Solaris Disk Formatierungstool.
Erstellt Volume Groups in AIX.
mkvg [OPTIONS] [VOLUME_GROUP] [PHYSICAL_VOLUMES]
mkvg -y datavg hdisk1 hdisk2
mkvg -s 128 -y rootvg hdisk0
AIX LVM Volume Group Erstellung.
Erstellt Logical Volumes in AIX.
mklv [OPTIONS] [VOLUME_GROUP] [SIZE] [LOGICAL_VOLUME]
mklv -y lv01 datavg 10G
mklv -t jfs2 -y homevg hdisk1
AIX LVM Logical Volume Erstellung.