Hello Everyone,
I'm working on a simple website to display server info.
Using these commands to display info about HDD.
$disks[] = array("name" => "Disk1" , "path" => '/mnt/disk1') ;
$disks[] = array("name" => "Disk2" , "path" => '/mnt/disk2') ;
Using Unraid. When I get in the terminal and type
cd /mnt there I see my disks.
Wondering, is that right?
I'm working on a simple website to display server info.
Using these commands to display info about HDD.
$disks[] = array("name" => "Disk1" , "path" => '/mnt/disk1') ;
$disks[] = array("name" => "Disk2" , "path" => '/mnt/disk2') ;
Using Unraid. When I get in the terminal and type
cd /mnt there I see my disks.
Wondering, is that right?
Attachments
-
10 KB Views: 3