Code: Alles auswählen
Disk /dev/sde: 250 GiB, 268436504576 bytes, 524290048 sectors
Disk model: STORAGE DEVICE
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 77AEC739-DFB3-4009-8882-AA0E6AC1C78C
Device Start End Sectors Size Type
/dev/sde1 2048 524287999 524285952 250G Linux filesystem
root@k4l:/media/wolf# mkfs.ext4 /dev/sde1
mke2fs 1.47.0 (5-Feb-2023)
Found a gpt partition table in /dev/sde1
Proceed anyway? (y,N) y
Creating filesystem with 65535744 4k blocks and 16384000 inodes
Filesystem UUID: eedc09de-48fc-43d3-af0b-35134acc7e74
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872
Allocating group tables: done
Writing inode tables: done
Creating journal (262144 blocks): done
Writing superblocks and filesystem accounting information: done
root@k4l:/media/wolf# mount /dev/sde1 SD
mount: /media/wolf/SD: wrong fs type, bad option, bad superblock on /dev/sde1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
root@k4l:/media/wolf# dmesg