Hi,
I have raspberrypi model B.
Now, currently I have only one partition activated in fstab:
$this->bbcode_second_pass_code('', '
/dev/mmcblk0p1 /boot vfat defaults 0 0
')
But recently I format my SD memory and I want to have this fstab:
$this->bbcode_second_pass_code('', '
## original
# p1 /boot
/dev/mmcblk0p1 /boot vfat defaults 0 0
## no original
# p9 swap
UUID=3474de67-59d7-4e48-8a3c-b14add89d6d9 none swap defaults 00
# p5 /
UUID=e06c801a-90c3-474c-8484-8ac426b4f92b / ext4 defaults,rw,relatime,data=ordered 0 1
# p6 /var
UUID=bdd6740f-bda5-42a8-a287-638650cd3ba7 /var ext4 defaults 02
# p7 /var/log
UUID=88813538-acbd-42bd-9aa5-15a8d6287763 /var/log ext4 defaults,noexec,nosuid,nodev 0 2
# p8 /home
UUID=817ec814-779d-4431-b6a5-d5e63d44fbdb /home ext4 defaults,nosuid,nodev 0 2
')
but when I started with this partitions scheme, then I have cronie.service, sshd.service and network.service errors.
Why?
Thanks in advance,
Xan.