I'm looking at WD Mybook disk, connected via USB as disk sde
. Now, fdisk -l /dev/sde
tells me that the single partition on the drive is:
Device Start End Sectors Size Type
/dev/sde1 2048 15628050431 15628048384 7.3T Microsoft basic data
but what's that? I don't quite understand what the Wikipedia page is telling me about this partition type. It seems to be auto-mounted fine, and still I don't undestand what filesystem is in use.
sudo parted -l
– oldfred Mar 24 '21 at 16:29file -s /dev/sde1
might yield more clues. – telcoM Mar 24 '21 at 18:33