How can I tell what file system an external hard drive has using Debian?
I have opened it via the GUI, but there is nothing listed for 'filesystem type'
The best option I have seen is lsblk's file system option:
lsblk -f This will print out all block devices (mounted or not) and their file system's.
findmnt -o source,fstype
cat /proc/mounts
blkid
cat /proc/mounts and mount command? Unsure why I am being downvoted, but I was able to find the information using:
fdisk -l, which returns:
Device Boot Start End Sectors Size Id Type /dev/sdb1 2048 1953521663 1953519616 931.5G 7 HPFS/NTFS/exFAT
mountcommand