Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cspenceiv committed Jun 16, 2015
1 parent aaa36de commit 53183fc
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ If you spin your own test environment to try these scripts out, these programs
will be needed.

## Storage
These scripts assume that you have already mounted a file share directory to
/images by default. Currently, testing has been conducted with simple Windows
shares (samba). Here is a quick command to help you get rolling:
There is now a script to mount SMB or NFS shares with ease: fog.mount

```Shell
mount -t cifs -o username=user,sec=ntlm //0.0.0.0/Images /images
```
Usage: ```fog.mount <shareType> <serverIP> <shareName> [username] [password]```

At this time, shareType can be either 1 (SMB) or 2 (NFS).

It is highly suggested to avoid using the password option since user passwords
could be found in plaintext in the process list. If you do decide to use it,
only use it with read-only accounts. You've been warned!

## Additional Resources
Check out the FOG Project at https://fogproject.org/ and see the latest development on fog-imager's parent project.
Check out the FOG Project at https://fogproject.org/ and see the latest
development on fog-imager's parent project.

Be sure to check out the FOG Project github as well: https://github.com/FOGProject/fogproject
Be sure to check out the FOG Project github as well:
https://github.com/FOGProject/fogproject

0 comments on commit 53183fc

Please sign in to comment.