raspberrypi_img_backup_script icon indicating copy to clipboard operation
raspberrypi_img_backup_script copied to clipboard

advice of Chief Architecture Han.

Open dydgns2017 opened this issue 6 years ago • 0 comments

better then recently code

if [ ! -n "$1" ] then echo "Error, input the Raspberry Pi SD"
" card Device information ex)
sudo bash $(basename $0) /dev/sdb" && exit 1 fi

Error Fix

mountCheck=$(mount -l | grep $piDev | grep boot | awk {'print $2'})

Error Fix

used=$(df -k | grep media/pi | awk {'print $3'})

inode data..

df -i /media/pi

dydgns2017 avatar Oct 09 '18 19:10 dydgns2017