Simple Unixy mistakes that will ruin your day
#2
Another thing is re-direction. Some people mis-type the output file and wonder why their root file system is full;
Code:
# MiscCommand >/dev/nul
Note that it really "/dev/null" with 2 el's.



Next is the dreaded mis-identification of devices. With Pinebook Pro, their are 2 MMC devices, the internal eMMC and the Micro SD card. In most Linux kernels they show up with the same prefix, but different unit numbers, That's because they use the same driver, "mmcblk". However, getting the unit number wrong for writing could lead to over-writing your working OS.
--
Arwen Evenstar
Princess of Rivendale
  Reply


Messages In This Thread
RE: Simple Unixy mistakes that will ruin your day - by Arwen - 12-20-2020, 05:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Advice on building a simple computer… SeeMossRun 4 4,255 05-24-2021, 05:25 PM
Last Post: barray

Forum Jump:


Users browsing this thread: 2 Guest(s)