I want to use ntfs so it can be attached to windows 10 too.
So I will mount it through fstab as an ntfs file system and all of that works OK.
But when I look at the disk in Raspbian Buster I see this (the response edited to remove the internal SDcard):
Code: Select all
$ sudo blkid
/dev/sda1: PARTLABEL="Microsoft reserved partition" PARTUUID="4b1c6ae1-5acc-426f-b668-7450c214fb69"
/dev/sda2: LABEL="Seagate Expansion Drive" UUID="ACA013FDA013CCA8" TYPE="ntfs" PTTYPE="atari" PARTLABEL="Basic data partition" PARTUUID="e68c8d1b-2d97-4a3f-acda-58ae0cef9b53"
$ sudo lsblk -o UUID,NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,MODEL
UUID NAME FSTYPE SIZE MOUNTPOINT LABEL MODEL
sda 3.7T Expansion
├─sda1 128M
ACA013FDA013CCA8 └─sda2 ntfs 3.7T Seagate Expansion Drive
I have another 1TB drive on another RPi but this does not have the extra partition...
So I moved the drive to my Windows10 PC and opened disk management hoping I could just remove this bogus partition, but it is not shown there!
QUESTION:
How can I get rid of the extra partition so the drive shows up with only sda1?