| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 7 | dpavlin | #! /bin/sh |
| 2 | |||
| 3 | # SMB mount script | ||
| 4 | # created by LinNeighborhood | ||
| 5 | |||
| 6 | smbmount //server/smare_name /mnt/ -o username=joedoe%joepw,fmask=644,dmask=755,uid=1000,gid=1000,ip=11.22.33.44,debug=0,workgroup=HOME | ||
| 7 |
| Line # | Revision | Author | |
|---|---|---|---|
| 1 | 7 | dpavlin | #! /bin/sh |
| 2 | |||
| 3 | # SMB mount script | ||
| 4 | # created by LinNeighborhood | ||
| 5 | |||
| 6 | smbmount //server/smare_name /mnt/ -o username=joedoe%joepw,fmask=644,dmask=755,uid=1000,gid=1000,ip=11.22.33.44,debug=0,workgroup=HOME | ||
| 7 |