I'm using the Raspberry Pi 4 offical power supply.
I have nothing else in the USB ports.
The drive works fine on a desktop PC with an NTFS partition.
The problems start when I try to delete the NTFS partition, create a new one and format it as Ext4.
Firstly, fdisk -l hangs for 30 seconds or more before it lists /dev/sda. Running
Code: Select all
sudo fdisk /dev/sda
d
n [...]
w
fdisk -l is even slower now, maybe 1 minute to return.
I then try to format with
Code: Select all
sudo mkfs.ext4 /dev/sda1Code: Select all
Creating journal (262144 blocks):It's like the Pi can only read / write to the disk super slowly.
Anyone have any ideas?