Benutzer-Werkzeuge

Webseiten-Werkzeuge


freebsd:freebsd_-_festplatten

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
freebsd:freebsd_-_festplatten [2024-02-21 10:36:22] – [FreeBSD - Festplatten] manfredfreebsd:freebsd_-_festplatten [2026-05-12 21:07:52] (aktuell) – [FreeBSD - Festplatten] manfred
Zeile 9: Zeile 9:
     * [[::Festplatten partitionieren#zusätzliches Laufwerk für FreeBSD 12 einrichten]]     * [[::Festplatten partitionieren#zusätzliches Laufwerk für FreeBSD 12 einrichten]]
     * [[::Festplatten partitionieren#Boot-Laufwerk für FreeBSD 12 partitionieren]]     * [[::Festplatten partitionieren#Boot-Laufwerk für FreeBSD 12 partitionieren]]
 +
 +Seit FreeBSD 6.3 wurde das menügeführte Plattenpartitionsprogramm __''sade''__ //(sysadmins disk editor)// eingeführt.
  
 **ACHTUNG:** **ACHTUNG:**
-Seit FreeBSD 9 wurde **''sysinstall''** entfernt und als Ersatz wurde **''bsdinstall''** eingeführt. +Mit FreeBSD 9.0 wurde ''sysinstall'' entfernt und als Ersatz wurde in FreeBSD 9.0 __''bsdinstall''__ eingeführt.
-Seit FreeBSD 6.3 wurde **''sade''** //(sysadmins disk editor)// eingeführt+
-Mit **''sade''** verwandte Programme sind ''bsdinstall'' und ''gpart''.+
  
-   +<code bash Laufwerke zeigen> 
-        +-------------- Disklabel and partitioning utility ---------------+ +> sysctl kern.disks 
-        | This is a utility for partitioning and/or labelling your disks. |   +kern.disks: ada8 ada9 ada4 ada5 ada0 ada1 cd0 ada7 ada3 ada6 ada2 nda0
-        | +-------------------------------------------------------------+ |   +
-        | |        1 Partition  Managing disk partitions                | |   +
-        | |        2 Label      Label allocated disk partitions         | |   +
-        | +-------------------------------------------------------------+ |   +
-        +-----------------------------------------------------------------+   +
-        |                      OK  ]       Cancel                         +
-        +--------------------------[ DISKUTIL ]---------------------------+   +
-  +
  
-Leider ist ''sade'' ausschließlich Menü geführt (ncursesund kennt keine Parameter+> camcontrol devlist 
- +<WDC WD101KRYZ-01JPDB1 01.01H02>   at scbus0 target 0 lun 0 (pass0,ada0) 
-Mit ''sysinstall'' war es möglich eine automatisierte PXE-Installation durchzuführen (wie Redhat's Kickstart), jetzt nutzt man für diese Zwecke **''bsdinstall''**.+<WDC WD121KRYZ-01W0RB0 01.01H01>   at scbus1 target 0 lun 0 (pass1,ada1) 
 +<WDC WD161KRYZ-01AGBB0 01.01H01>   at scbus2 target 0 lun 0 (pass2,ada2) 
 +<WDC WD161KRYZ-01AGBB0 01.01H01>   at scbus3 target 0 lun 0 (pass3,ada3) 
 +<AHCI SGPIO Enclosure 2.00 0001>   at scbus6 target 0 lun 0 (ses0,pass4) 
 +<WDC WD101KRYZ-01JPDB1 01.01H02>   at scbus8 target 0 lun 0 (pass5,ada4) 
 +<WDC WD121KRYZ-01W0RB0 01.01H01>   at scbus11 target 0 lun 0 (pass6,ada5) 
 +<WDC WD161KRYZ-01AGBB0 01.01H01>   at scbus13 target 0 lun 0 (pass7,ada6) 
 +<PIONEER BD-RW   BDR-S09 1.51>     at scbus15 target 0 lun 0 (sg0,pass8,cd0) 
 +<WDC WD161KRYZ-01AGBB0 01.01H01>   at scbus16 target 0 lun 0 (pass9,ada7) 
 +<WDC WD161KRYZ-01AGBB0 01.01H01>   at scbus17 target 0 lun 0 (pass10,ada8) 
 +<WDC WD161KRYZ-01AGBB0 01.01H01>   at scbus18 target 0 lun 0 (pass11,ada9) 
 +<KINGSTON SA2000M8250G S5Z42105>   at scbus19 target 0 lun 1 (pass12,nda0) 
 +</code>
  
  
Zeile 42: Zeile 46:
 | cd | SCSI CDROM | | cd | SCSI CDROM |
 | fd | Floppy disk | | fd | Floppy disk |
 +
 +
 +===== USB-Stick =====
 +
 +siehe auch: [[::Dateisystem-Images#Image auf einen USB-Stick schreiben]]
 +
 +  > dmesg
 +  ...
 +  usb_msc_auto_quirk: UQ_MSC_NO_GETMAXLUN set for USB mass storage device SanDisk SanDisk 3.2 Gen1 (0x0781:0x55b1)
 +  usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device SanDisk SanDisk 3.2 Gen1 (0x0781:0x55b1)
 +  ugen0.4: <SanDisk SanDisk 3.2 Gen1> at usbus0
 +  umass0 on uhub0
 +  umass0: <SanDisk SanDisk 3.2 Gen1, class 0/0, rev 3.20/1.10, addr 3> on usbus0
 +  umass0:  SCSI over Bulk-Only; quirks = 0x8100
 +  umass0:20:0: Attached to scbus20
 +  da0 at umass-sim0 bus 0 scbus20 target 0 lun 0
 +  da0: <SanDisk SanDisk 3.2 Gen1 DL17> Removable Direct Access SPC-4 SCSI device
 +  da0: Serial Number A2003B84B6F17838
 +  da0: 400.000MB/s transfers
 +  da0: 238728MB (488914944 512 byte sectors)
 +  da0: quirks=0x2<NO_6_BYTE>
 +
 +  > glabel status
 +                          Name  Status  Components
 +  ...
 +  diskid/DISK-A200888888888888     N/ da0
 +
 +  > ls -lha /dev/da0*
 +  crw-r-----  1 root operator  0xf1 Feb 24 14:18 /dev/da0
 +  crw-r-----  1 root operator  0xf3 Feb 24 14:49 /dev/da0s1 
 +
 +  > mount -t msdosfs /dev/da0s1 /mnt/
 +  mount_msdosfs: /dev/da0s1: Invalid argument
 +
 +  > gpart show da0
 +  =>       63  488914881  da0  MBR  (233G)
 +           63       7489       - free -  (3.7M)
 +         7552  488907392    1  ntfs  (233G)
 +
 +  > pkg info sysutils/fusefs-ntfs
 +  
 +  > mount -t ntfs-3g /dev/da0s1 /mnt/
 +  mount: /dev/da0s1: Invalid fstype: Invalid argument
 +
 +//[[https://supportportal.juniper.net/s/article/Junos-How-to-mount-a-USB-drive-on-EX-SRX-MX-QFX-Series-platforms-to-import-export-files?language=en_US|Use another USB device with the FAT16 or FAT32 format. Newer USB 3.0 devices with large capacity use the exFAT format, and might not support the FAT32 format. Try using USB 2.0 devices with smaller capacity.]] - Diese Fehler treten auf, wenn das USB-Laufwerk zu grß ist; FreeBSD unterstützt nur die kleineren USB2.0-Laufwerke.//
  
  
/home/http/wiki/data/attic/freebsd/freebsd_-_festplatten.1708511782.txt · Zuletzt geändert: von manfred