I have an 8TB NVME drive attached to the pi 5 via the Pimoroni hat.
The 4i won’t allow me to use it as the temporary storage device:
sudo bash mk_encr_sd_rfs.sh -x /dev/nvme0n1
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
Get:5 https://pkgs.tailscale.com/stable/debian bookworm InRelease
Hit:6 https://zk-sw-repo.s3.amazonaws.com/apt-repo-bookworm-aarch64 bookworm InRelease
Fetched 6,581 B in 1s (6,395 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
zksaapps is already the newest version (1.0-16).
rsync is already the newest version (3.2.7-1).
The following packages were automatically installed and are no longer required:
cloud-guest-utils eatmydata libeatmydata1 python3-blinker python3-configobj python3-json-pointer python3-jsonpatch python3-jsonschema python3-jwt python3-netifaces
python3-oauthlib python3-pyrsistent python3-rfc3987 python3-uritemplate python3-webcolors
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Stopping zkifc...done.
mount: /mnt/tmproot: special device /dev/nvme0n11 does not exist.
dmesg(1) may have more information after failed mount system call.
Mounting failed. Installing crypto installer on /dev/nvme0n1.
Installing necessary packages...
umount: /dev/nvme0n11: no mount point specified.
done.
Formatting USB mass media on /dev/nvme0n1...1+0 records in
1+0 records out
512 bytes copied, 0.0528332 s, 9.7 kB/s
The device contains 'ext4' signature and it may remain on the device. It is recommended to wipe the device with wipefs(8) or fdisk --wipe, in order to avoid possible collisions.
The size of this disk is 7.3 TiB (8001563222016 bytes). DOS partition table format cannot be used on drives for volumes larger than 2199023255040 bytes for 512-byte sectors. Use GUID partition table format (GPT).
mke2fs 1.47.0 (5-Feb-2023)
The file /dev/nvme0n11 does not exist and no size was specified.
Does anyone know of a way to force it to use a different format?
Thanks,
Crab