We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I simply wrote gdu . in /c/Users/alice on this 2tb drive mount options:
gdu .
/c/Users/alice
mount
/dev/nvme0n1p2 on /c type ntfs3 (rw,nosuid,nodev,relatime,uid=1000,gid=1000,windows_names,iocharset=utf8,uhelper=udisks2,x-gvfs-show)
I switched to use ntfs-3g and the problem resolved, not sure if anything can be done to warn/detect directory junctions
/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W420043W-part2 /c ntfs-3g rw,uid=1000,gid=1000,windows_names 0 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I simply wrote
gdu .
in/c/Users/alice
on this 2tb drivemount
options:I switched to use ntfs-3g and the problem resolved, not sure if anything can be done to warn/detect directory junctions
The text was updated successfully, but these errors were encountered: