instructions for mount
This commit is contained in:
20
README.md
20
README.md
@@ -1,4 +1,4 @@
|
||||
# Install webcam-streamer
|
||||
# Prepare the system
|
||||
|
||||
Make sure you have the Raspbian 12
|
||||
`lsb_release -a`
|
||||
@@ -17,6 +17,24 @@ In your home directory clone the repo
|
||||
Go into the project directory
|
||||
`cd webcam-streamer`
|
||||
|
||||
Insert a formatted (vfat) drive into USB.
|
||||
Install the `mnt-usb` systemd mount file
|
||||
`sudo cp mnt-usb.mount /etc/systemd/system/`
|
||||
|
||||
Reload systemd manager configuration
|
||||
`sudo systemctl daemon-reload`
|
||||
|
||||
Mount the USB drive
|
||||
`sudo systemctl start mnt-usb.mount`
|
||||
|
||||
See the status
|
||||
`sudo systemctl status mnt-usb.mount`
|
||||
|
||||
Enable the `/mnt/usb` to mount at boot time
|
||||
`sudo systemctl enable mnt-usb.mount`
|
||||
|
||||
# Install webcam-streamer
|
||||
|
||||
Install the `webcam-service` systemd service file
|
||||
`sudo cp webcam-streamer.service /etc/systemd/system/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user