my root partition is full, and, by a mistake during installation, my /usr was not splited on different partition.
Now, when I move this, configure fstab like following:
UUID=partitionuuid-partitionuuid-partitionuuid-partitionuuid /usr ext4 defaults 0 0
Next, I moved original /usr to a copy like /usr_old
When I reboot my system, it give following message:
ERROR: Root device mounted successfullym but /sbin/init does not exists.
If I move back /usr_old to /usr, it works like before, using root partition folder, without mounting new configured partition over it.
Looking about the error, I found that it should be mounted in ramfs, or something like that, together with root / partition. But, it still confused for me, and I didn't found a concise way to put it to work.
There is some way to split this folder after archlinux installation? Someone experienced that sometime?
Thanks, And Past