when I run mount
, I can see my hard drive mount as fuseblk
.
/dev/sdb1 on /media/ecarroll/hd type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
However, fuseblk
doesn't tell me what filesystem is on my device. I found it using gparted
but I want to know how to find the fs using the command line utilities.
lsblk -no name,fstype
what distro are you using? What are your permissions in /run/udev/data, and /sys? – Evan Carroll Aug 31 '21 at 06:02drwxr-xr-x 2 root root /run/udev/data/
dr-xr-xr-x 12 root root /sys/
– Gianluca Frustagli Sep 04 '21 at 12:58