Advertisement
JanisPlayer

Sempervideo Raspberry Pi: Externes Laufwerk nutzen

Apr 6th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. sudo i
  2. apt install ntfs-3g
  3. groupadd ntfs
  4. usermod -a -G ntfs [BenutzerName]
  5. umount [Verzeichnis](/media autocomplete)
  6. sudo i
  7. fdisk -l
  8. mount -t auto [Device] [Verzeichnis]
  9. nano /etc/fstab
  10. [Device] [Verzeichniss] auto noatime 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement