ich habe Debian 12-7 auf einen kleinen Dell Wyse 5070 als Homeserver auf einer M2-256GB (sda) installiert.
Unter anderem läuft dort auch ein TVHeadend-TVserver.
Nun möchte ich die ungenutzte 16Gb-eMMC (mmcblk0) als Laufwerk für Timeshift nutzen.
Leider komme ich nicht weiter um die eMMC komplett zu löschen/mounten/formatieren.
Sieht so aus als wenn auf dem eMMC-Speicher drei Partionen angelegt sind:
Wer kann mir helfen ? (sorry bin nur Linux-Laie )
Danke
Code: Alles auswählen
root@ioserver:/# fdisk -l
Disk /dev/mmcblk0: 14,68 GiB, 15758000128 bytes, 30777344 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 238,47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: Verbatim Vi560
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: 27E2CA54-AAC8-415B-BB0F-79A4EA52684E
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 498116607 497065984 237G Linux filesystem
/dev/sda3 498116608 500117503 2000896 977M Linux swap
root@ioserver:/# parted --list
Model: ATA Verbatim Vi560 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 boot, esp
2 538MB 255GB 254GB ext4
3 255GB 256GB 1024MB linux-swap(v1) swap
Error: /dev/mmcblk0: unrecognised disk label
Model: MMC DF4016 (sd/mmc)
Disk /dev/mmcblk0: 15,8GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Error: /dev/mmcblk0boot0: unrecognised disk label
Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0boot0: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Error: /dev/mmcblk0boot1: unrecognised disk label
Model: Generic SD/MMC Storage Card (sd/mmc)
Disk /dev/mmcblk0boot1: 4194kB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
root@ioserver:/# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 238,5G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 237G 0 part /
└─sda3 8:3 0 977M 0 part [SWAP]
mmcblk0 179:0 0 14,7G 0 disk
mmcblk0boot0 179:256 0 4M 1 disk
mmcblk0boot1 179:512 0 4M 1 disk
root@ioserver:/#