I can create files and programs, but when I power cycle the Pi, all the new content is gone. I have tried to edit an existing file. The changes were gone after the power cycle. File manager shows 2.4G free. Any thought?
I can create files and programs, but when I power cycle the Pi, all the new content is gone. I have tried to edit an existing file. The changes were gone after the power cycle. File manager shows 2.4G free. Any thought?
Enter the following commands and post output here:
df -h
uname -r
Thanks, Clem
pi@raspberrypib:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 7.2G 4.4G 2.5G 64% /
devtmpfs 427M 0 427M 0% /dev
tmpfs 432M 0 432M 0% /dev/shm
tmpfs 432M 12M 420M 3% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 432M 0 432M 0% /sys/fs/cgroup
/dev/mmcblk0p1 60M 20M 41M 34% /boot
tmpfs 87M 0 87M 0% /run/user/1000
/dev/sda1 247M 552K 247M 1% /media/pi/USB DISK
pi@raspberrypib:~ $ uname -r
4.1.19-v7+
pi@raspberrypib:~ $
pi@raspberrypib:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 7.2G 4.4G 2.5G 64% /
devtmpfs 427M 0 427M 0% /dev
tmpfs 432M 0 432M 0% /dev/shm
tmpfs 432M 12M 420M 3% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 432M 0 432M 0% /sys/fs/cgroup
/dev/mmcblk0p1 60M 20M 41M 34% /boot
tmpfs 87M 0 87M 0% /run/user/1000
/dev/sda1 247M 552K 247M 1% /media/pi/USB DISK
pi@raspberrypib:~ $ uname -r
4.1.19-v7+
pi@raspberrypib:~ $