https://github.com/theypsilon/nas-auto-usb
Created a NAS that auto mounts USB media, tested on Raspberry Pi 2
https://github.com/theypsilon/nas-auto-usb
Last synced: over 1 year ago
JSON representation
Created a NAS that auto mounts USB media, tested on Raspberry Pi 2
- Host: GitHub
- URL: https://github.com/theypsilon/nas-auto-usb
- Owner: theypsilon
- Created: 2019-05-22T13:31:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T17:08:04.000Z (over 6 years ago)
- Last Synced: 2025-02-01T11:30:16.983Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAS with USB automount media
I needed this for my PS2 Slim, so I can connect it to a HDD, through a raspberry pi and network cable. That way speeds are better than with USB 1.1, and FMVs don't freeze.
### Requirements:
* armhf arch (or change pulled image on docker-samba.sh)
* systemd + udev
* pmount
* exfat-fuse + ntfs-3g
* docker-engine
### Setup:
Run once: ```sudo ./setup.sh```
In order to show the connected USB media, you would need to reboot.