yes i am new to Linux myself.. But learning
and yes Semple.. That is why freeNAS didnt detect hard drives, because they werent in a RAID array.
The server came with 3x 146gb SAS drives installed, that im just using to learn with..
I set two of them to RAID 1 together.. so a single 146gb Drive with redundancy, and freenas recognised it instantly
my issue was, i ddnt know the command line to make a shareable folder in the 2nd hard drive.. (the only hard disk available to share was the root drive, which is a 32gb USB stick.. that was easy to make a shareable folder for.
Mkdir /files ......... etc
But didnt know the command line to access the SAS hard drive, to be able to make a shareable folder on the drive, so that it can be accessed across the network..
DOS is easy.. you type in the drive letter... Like, if 2nd hard drive is E: drive, you type n E:/ and thats it, your now accessing it..
But being new to linux, i dont know the command line for the SAS hard drive..
I tried mkdir /dev/ads1 /files ........
as the second drive is seen as ads1 on this server..
But just not knowledgeable on the commands for linux.
cheers