Thank a lot Frank, you are right, without any information is not simple:-)
So,
-device -> raspberry 2
-shutdown -> i use a ATXRaspi board to shutdown the raspberry, so I've enabled the rc-local service in order to run in background a script that execute "systemctl poweroff" if I press the power button.
-yes update rune ui instelld
- new installation (if with my modifications can be called fresh instalation again.....
[root@runeaudio ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 1.7G 1.4G 254M 85% /
devtmpfs 367M 0 367M 0% /dev
tmpfs 371M 0 371M 0% /dev/shm
tmpfs 371M 316K 371M 1% /run
tmpfs 371M 0 371M 0% /sys/fs/cgroup
tmpfs 371M 804K 370M 1% /tmp
logs 5.0M 44K 5.0M 1% /var/log
rune-logs 5.0M 1.4M 3.7M 27% /var/log/runeaudio
/dev/mmcblk0p1 100M 13M 88M 13% /boot
[root@runeaudio ~]#
Thanks again for your support
EDIT -> I've expaned the partition, new df:
[root@runeaudio ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 15G 1.4G 13G 11% /
devtmpfs 367M 0 367M 0% /dev
tmpfs 371M 0 371M 0% /dev/shm
tmpfs 371M 316K 371M 1% /run
tmpfs 371M 0 371M 0% /sys/fs/cgroup
tmpfs 371M 20K 371M 1% /tmp
logs 5.0M 44K 5.0M 1% /var/log
rune-logs 5.0M 1.3M 3.8M 26% /var/log/runeaudio
/dev/mmcblk0p1 100M 13M 88M 13% /boot
//nas_dlinkVolume_1/Music 915G 725G 191G 80% /mnt/MPD/NAS/Libreria
EDIT 2 : as workaround to poweroff the runeaudio in the script I've set instead of systemctl poweroff:
sync ; sync ; poweroff -f
I know that is not the best way to shutdown a distro, but for now works...
@tux, is there any tutorial in order to set the modification on netctl? ( I don't still know very well systemd ....)