Segui il video qui sotto per vedere come installare il nostro sito come web app sulla tua schermata principale.
Nota: Questa funzionalità potrebbe non essere disponibile in alcuni browser.
Pubblicità
fatto, non cambia nulla. da l'operazione conclusa ma il disco è tale e quale a primaI comandi gdisk che ti ho dato...
sudo blkdiscard /dev/sde
sudo dd if=/dev/zero of=/dev/sde bs=1M count=100
sudo mkfs.btrfs -f /dev/sde
ubuntu@ubuntu:~$ sudo blkdiscard -f /dev/sde
blkdiscard: Operation forced, data will be lost!
ubuntu@ubuntu:~$ sudo dd if=/dev/zero of=/dev/sde bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes (105 MB, 100 MiB) copied, 0.320135 s, 328 MB/s
ubuntu@ubuntu:~$ sudo mkfs.btrfs -f /dev/sde
btrfs-progs v6.12
See https://btrfs.readthedocs.io for more information.
Performing full device TRIM /dev/sde (223.57GiB) ...
NOTE: several default settings have changed in version 5.15, please make sure
this does not affect your deployments:
- DUP for metadata (-m dup)
- enabled no-holes (-O no-holes)
- enabled free-space-tree (-R free-space-tree)
ERROR: error during mkfs: Operation not permitted