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

Two NTFS drives : one is mounted as <user>, the other as root #111

Open
Thibaulltt opened this issue May 2, 2024 · 0 comments
Open

Two NTFS drives : one is mounted as <user>, the other as root #111

Thibaulltt opened this issue May 2, 2024 · 0 comments

Comments

@Thibaulltt
Copy link

Hi, here are the two drives I want to mount onto my Linux partition (taken from my fstab):

UUID=<...>   /windows/alpha          ntfs    users,async,auto,permissions,exec      0 0
UUID=<...>   /windows/beta           ntfs    users,async,auto,permissions,exec      0 0

Both drives are NTFS. One is a hard drive (the first one, device /dev/sdb) and the other is NVMe (the second one, device /dev/nvme1n1).

A near-stock install of Fedora 40 mounts both of them, but sets the permissions differently:

<user>@fedora ~ $ ll /windows/alpha
total 236K
drwxrwxrwx. 1 <user> <user> 4.0K Aug 30  2021 '$RECYCLE.BIN'
drwx------. 1 root   root   8.0K Dec 27  2016  Config.Msi
drwxrwxrwx. 1 <user> <user>  16K Sep 25  2020  Documents
... snip ...


<user>@fedora ~ $ ll /windows/beta/
total 4.0K
drwxrwxrwx. 1 root root    0 Mar 27  2022 '$RECYCLE.BIN'
drwxrwxrwx. 1 root root    0 Mar 26  2022  Programs
... snip ...

I've ensured hibernation was disabled from Windows (powercfg /h off).

Any pointers to where the issue might lie ? I need those drives mounted as the logged in user. I've got two users on this computer and don't want to have to set UID and GUI manually, since that's what the users parameter is supposed to do, no?

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

1 participant