Difference between revisions of "User talk:Bredman"
From eLinux.org
(Replaced content with "Edit this page to send a message to bredman.") |
|||
| Line 1: | Line 1: | ||
Edit this page to send a message to bredman. | Edit this page to send a message to bredman. | ||
| + | |||
| + | Hi there, | ||
| + | |||
| + | I have a suggestion for your "R-Pi NAS" article. Instead of creating init script, automatic mounting of USB hard drive can be done by editing /etc/fstab and adding following line: | ||
| + | /dev/sda1 /home/pi/yourMountedFolder auto uid=pi,gid=pi,noatime 0 0 | ||
| + | |||
| + | Best regards, | ||
| + | Predrag | ||
Revision as of 22:16, 21 November 2012
Edit this page to send a message to bredman.
Hi there,
I have a suggestion for your "R-Pi NAS" article. Instead of creating init script, automatic mounting of USB hard drive can be done by editing /etc/fstab and adding following line: /dev/sda1 /home/pi/yourMountedFolder auto uid=pi,gid=pi,noatime 0 0
Best regards, Predrag