Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mcooper06

Pages: [1]
1
Installation / Changing the DataStore Location on a Physical Device
« on: March 27, 2014, 02:30:17 PM »
This post demonstrates my lack of Linux skill more than anything -

I wrote the base image to a 120GB SATA disk and it works fine, but I would like to use the remaining capacity for caching as well.  So my disk had a single partition of 4~GB labeled /dev/sda1.  I created a second primary partition, /dev/sda2 using the remaining space.

I used this command to create a path: "sudo mkdir /mnt/sda2"
I then mounted the partition using: mount "sudo /dev/sda2 /mnt/sda2/"
I then created a subdirectory on this newly mounted drive using this command: "sudo mkdir -p /mnt/sda2/wanos/ds0"
I then edited the bootlocal.sh script using the command: "sudo vi /opt/bootlocal.sh"
  I have added the line: "mount /dev/sda2 /mnt/sda2"
  I have added the line: "ln -s /mnt/sda2/wanos /wanos"
  I have commented out the line: "ln -s /mnt/sda1/wanos /wanos"

I thought this would do the trick, and the system boots fine, but when I go into the interface, I am shown that the Datastore Disk is still /dev/sda1 and I was thinking it should be /dev/sda2.

Michael



2
Installation / Hardware Compatibility
« on: March 24, 2014, 10:19:58 PM »

I have an HP workstation that boots the OS correctly - the two NICs that I have are Linux compatible - one for sure seems detected.  I can't seem to get to the web interface though no matter what I try.

If both NICs are the same, I assume then that driver is compatible.

Thoughts?


Pages: [1]