Skip to content
This repository has been archived by the owner. It is now read-only.

Automount and autounmount are not work in the new release #29

Closed
ZoltanHegedus opened this issue Jul 12, 2019 · 3 comments
Closed

Automount and autounmount are not work in the new release #29

ZoltanHegedus opened this issue Jul 12, 2019 · 3 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@ZoltanHegedus
Copy link

@ZoltanHegedus ZoltanHegedus commented Jul 12, 2019

In the new Trident TOS 1907 the automount and autounmount services are not work. The connected USB devices, the insider DVD writer and second SSD are invisible in my machine.

@RodMyers
Copy link
Collaborator

@RodMyers RodMyers commented Jul 12, 2019

rc-status | grep auto
automountd [ started ]
autounmountd [ started 12:43:16 (0) ]
automount [ started ]

they are working on 1907.

It's a devd(?) regression

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Jul 15, 2019

This will be fixed in the 19.07-U1 update. Turns out TrueOS has removed all the filesystem automount integrations from their latest changes. I had to go into the archives and find/copy those routines into Trident itself for the next round of builds.

You can easily re-enable it on your system right now if you copy that one file from the commit below, and insert one line into /etc/auto_master to enable the rule.

project-trident/trident-core@92c4c26

@ZoltanHegedus
Copy link
Author

@ZoltanHegedus ZoltanHegedus commented Jul 18, 2019

Thank's your answers!

Have a nice day!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.