Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTFS not detected when mounted via gui #95

Open
jrabbit opened this issue Nov 19, 2020 · 1 comment
Open

NTFS not detected when mounted via gui #95

jrabbit opened this issue Nov 19, 2020 · 1 comment

Comments

@jrabbit
Copy link

jrabbit commented Nov 19, 2020

I have an ntfs partition mounted that is detected as "fuseblk" and nothing further. I'd expect duf to recognize NTFS here. lsblk reports it as ntfs correctly. I mounted it using nautilus in gnome-shell.

@bjourne
Copy link

bjourne commented Feb 12, 2025

Have the same issue:

 {
  "device": "/dev/sdb2",
  "device_type": "fuse",
  "mount_point": "/mnt/windows",
  "fs_type": "fuseblk",
  "type": "fuseblk",
  "opts": "rw,nosuid,nodev,relatime",
  "total": 1000068870144,
  "free": 776833372160,
  "used": 223235497984,
  "inodes": 759805988,
  "inodes_free": 759803808,
  "inodes_used": 2180,
  "blocks": 244157439,
  "block_size": 4096
 }

I guess "fs_type" should be "ntfs" here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants