12-20-2020, 05:21 PM
Another thing is re-direction. Some people mis-type the output file and wonder why their root file system is full;
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.
Code:
# MiscCommand >/dev/nul
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
Arwen Evenstar
Princess of Rivendale