Giter VIP home page Giter VIP logo

Comments (5)

mhx avatar mhx commented on June 1, 2024 2

This error originates from the fusermount code.

The check is skipped when running as root.

I would assume the 2 TB (working) disk uses NTFS_SB_MAGIC (0x5346544E, which is in the list), whereas the 1 TB (failing) disk uses NTFS3_SUPER_MAGIC (0x7366746e, which isn't in the list).

Now, here's a completely random guess:

The system update you mentioned also updated the kernel, which now contains the NTFS3 driver. For some reason, the working drive is mounted using the old NTFS driver, the failing drive is mounted using the new NTFS3 driver. You can potentially check that by running mount without arguments and searching for your drive.

In any case, there is absolutely nothing DwarFS can do here. Please file an issue for libfuse, which will likely have to add NTFS3_SUPER_MAGIC to their fusermount filesystem magic whitelist.

from dwarfs.

mhx avatar mhx commented on June 1, 2024

Can you please describe your exact environment? Are you using WSL? How are you mounting the NTFS partition? Are you able to mount any other FUSE-based file system in the same environment?

from dwarfs.

Fabxx avatar Fabxx commented on June 1, 2024

native arch linux, it's a 1TB disk that i mount normally when i click on it from tunar and i give my password to mount the NTFS partition, i can also mount ext4 ssd partition normally. The same thing doesn't seem to happen with another NTFS disk of 2TB

from dwarfs.

mhx avatar mhx commented on June 1, 2024

Can you please paste the exact commands you're using and their exact output? Ideally, show both, the case that works and the case that doesn't.

from dwarfs.

Fabxx avatar Fabxx commented on June 1, 2024

dwarfs myfile.dwarfs mnt I 23:32:26.497181 dwarfs (v0.6.2, fuse version 35) I 23:32:26.646246 file system initialized [149ms] fusermount3: mounting over filesystem type 0x7366746e is forbidden

2TB Disc command result:

dwarfs custom.dwarfs Recovery/mnt I 23:34:35.428586 dwarfs (v0.6.2, fuse version 35) I 23:34:35.428766 file system initialized [141.2us]

both dwarfs were made with --compress-level=9

from dwarfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.