This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
server:joshua:start [2023/12/08 18:29] dwheele [Had problems when booting, apt upgrade'ing] |
server:joshua:start [2025/09/10 13:53] (current) dwheele [Joshua, Linux Server] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Purchased a small Intel NUC computer, which has a Intel Core i7 Processor, 8 Gb RAM (32 Gb maximum), 40 Gb SSD as a possible Minecraft server. | Purchased a small Intel NUC computer, which has a Intel Core i7 Processor, 8 Gb RAM (32 Gb maximum), 40 Gb SSD as a possible Minecraft server. | ||
| + | |||
| + | **Drives** | ||
| + | ^Device^Mounted^Size^Usage^ | ||
| + | ^/ | ||
| + | ^/ | ||
| + | ^/ | ||
| + | ^/ | ||
| + | |||
| + | ^Desc|Intel NUC| | ||
| + | ^S/ | ||
| + | ^SA|J31153-311| | ||
| + | ^Product Code|BOXNUC 7i7BNH| | ||
| + | ^Manu.|5/ | ||
| + | ^Comment|Intel NUC 7 Mainstream Kit\\ Core 7| | ||
| + | |||
| + | |||
| <code bash> | <code bash> | ||
| dwheele@joshua: | dwheele@joshua: | ||
| - | Linux joshua | + | Linux joshua |
| </ | </ | ||
| + | [as of 9/10/2025] | ||
| Line 132: | Line 149: | ||
| sudo apt remove aufs-dkms | sudo apt remove aufs-dkms | ||
| </ | </ | ||
| + | |||
| + | ====== Wouldn' | ||
| + | |||
| + | I bought a large external HDD, modified fstab incorrectly. Kept getting errors on start up. | ||
| + | |||
| + | It kept asking me for the root password for maintenance. Unfortunately I didn't supply the right one (see usual KeePass for the server name). That allowed me to edit the /etc/fstab value to look like this instead: | ||
| + | |||
| + | <code bash> | ||
| + | UUID=135260b9-26cd-41b9-8e69-9489a5d3fe32 / | ||
| + | </ | ||
| + | |||
| + | (I had left off the rw,user value, causing the 0 and 1 to be in the wrong positions. [5/6/2025]) | ||