03-18-2019, 04:36 PM
(03-18-2019, 06:50 AM)Luke Wrote: About the PCIe disks. Sounds like a permissions issue to me. I tested PCIe -> SATA some time back and had no issues, but didn't retest on the release. Anyways, let me know if this will solve your issue:Hi Luke,
[edit]Code:sudo chown -R -v rock:rock /media/rock
sudo chmod -Rf 777 rock:rock /media/rock
Can you switch tty when the build 'freezes up' ? if yes, you could check where it mounts and just chmod it I imagine (otherwise check from root):
[edit 2]Code:sudo chmod 777 /dev/sdx
If neither works, ssh into the board when its locked up and pastbin dmesg for us
None of the above work. "freezes up" is probably not the correct description. The device appears to power off. The white and red leds turn off as well as the green led on the pcie card.
At this point the machine is totally inaccessible including via ssh.
If you log in as "rock" without xserver running everything is fine. You can access and use the ssd. As soon as you run startx the device powers off.