Actions
Bug #1045
closedSMB init script should clear /media/smb before starting since some devices might not be there after a reboot.
Start date:
08 Oct 2023
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Updated by Hammel about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
On shutdown it should also unmount all smb mounts. Note that piboxd should be doing that but it would get called AFTER smb via rcK. So I might need an S88smb that only runs on stop() to make sure all SMB mounts are released.
Updated by Hammel about 1 year ago
- Project changed from PiBox to piboxd
- Category deleted (
04 - Root File System) - Status changed from In Progress to Closed
- % Done changed from 10 to 100
The SMB script didn't need to do this. piboxd's smb startup needed to clean up after itself. While it SHOULD be doing that on shutdown, it wasn't. So an extra cleaning of /media/smb was added.
Implemented and tested on hardware - it works.
Updates committed and pushed.
Closing issue.
Actions