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

automounter dependencies #355

Open
servusdei2018 opened this issue Sep 3, 2022 · 2 comments
Open

automounter dependencies #355

servusdei2018 opened this issue Sep 3, 2022 · 2 comments
Assignees

Comments

@servusdei2018
Copy link
Contributor

servusdei2018 commented Sep 3, 2022

I'm beginning work on an automounter, based off of vermaden/automount. It relies upon devd, and will mount/unmount devices automatically in /Volumes.

It'll need these packages, to support the corresponding filesystems:

sysutils/exfat-utils -> exFAT
sysutils/fusefs-exfat -> exFAT
sysutils/fusefs-ntfs -> NTFS (read write support)
sysutils/fusefs-ext2 -> EXT4
sysutils/fusefs-hfsfuse -> HFS
sysutils/fusefs-lkl -> XFS
sysutils/fusefs-simple-mtpfs -> MTP
@mszoek mszoek self-assigned this Sep 3, 2022
@servusdei2018
Copy link
Contributor Author

servusdei2018 commented Sep 6, 2022

I spent a couple hours trying various things, and although I made a lot of progress on a go rewrite of automount, I ended up abandoning that in favor of just customizing it, since shell turned out to be better. Three env vars need to be customized in order to function as needed: e.g. https://github.com/servusdei2018/ravynmount/blob/master/automount.conf, and then automount should work perfectly.

Edit: I just realized that it's included already on freeBSD so it would just take a commit to add the proper config

@mszoek
Copy link
Collaborator

mszoek commented Sep 12, 2022

Perfect. So we just need an appropriate automount.conf? Send me a PR when you get it working :)

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

No branches or pull requests

2 participants