Skip to content

cheney-yan/rpi-auto-usb-mounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TODO:

[x] basic function works [x] Change the function, mount using disk label rather than config? [ ] Add memory queue and thread [ ] use external yaml to config [ ] Make it a service [ ] refine code in python3 [ ] Auto build and publish [ ] Add something for auto-sync before hot plug out

install as a service

On pi:

sudo mkdir /opt/rpi-auto-usb-mounter/

sudo mv * /opt/rpi-auto-usb-mounter/ sudo mv /opt/rpi-auto-usb-mounter/usb-mounter.service /lib/systemd/system/ sudo chmod 644 /lib/systemd/system/usb-mounter.service sudo systemctl daemon-reload sudo systemctl enable usb-mounter.service sudo systemctl start usb-mounter.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages