can anyone tell me how to create a directory in freenas /mnt/test for example

link|improve this question
feedback

2 Answers

mkdir /mnt/test

If this is not what you were looking for, then please expand and rephrase your question.

link|improve this answer
A terse slapdown, but it made me laugh! Etienne, we need to know a lot more about what you've got, what you want to do with it, what you've done so far, and how it worked or failed. – MadHatter Feb 16 '11 at 10:45
feedback

You need do a few things before the disks are accessible:

Add the disks, then format them. Add a mount point - just 'test' in your case. This is followed by the enabling of SMB/CIFS then the creation of a share.

It will then be accessible from //ip.address/test

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.