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

Adding acl to ntfs-3g's mount options may fix the issue of failing to shutdown/reboot #5

Closed
shunf4 opened this issue Mar 24, 2024 · 4 comments

Comments

@shunf4
Copy link

shunf4 commented Mar 24, 2024

I am experimenting installing Linux to a subdirectory of an NTFS partition, and your guide is of great help. Though, I am installing Debian instead of Arch Linux, and I use ntfs-3g because ntfs3 is not enabled by Debian's kernel, so my situation and what I have done is a bit different to the guide.

The installation was successful. Because I need to use POSIX ACL feature, I happened to enable ntfs-3g's acl mount option in my bootloader (GRUB2):

# In /etc/default/grub
GRUB_CMDLINE_LINUX="rootfstype=ntfs-3g rootflags=permissions,acl,recover,suid subroot=XXX"

Then I found I am able to normally shutdown and reboot the system! Maybe the workaround is also useful to people installing ArchLinux, following your guide.

@nikp123
Copy link
Owner

nikp123 commented Mar 24, 2024

I am going to merge this on good faith because I really cannot be bothered to test this for myself.

@shunf4
Copy link
Author

shunf4 commented Mar 24, 2024

But you can't merge an issue.😉

@nikp123
Copy link
Owner

nikp123 commented Mar 24, 2024

Done

@nikp123 nikp123 closed this as completed Mar 24, 2024
@nikp123
Copy link
Owner

nikp123 commented Mar 24, 2024

But you can't merge an issue.😉

I can merge what the issue fixed ;)

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