You are not logged in.
Pages: 1
Hi,
While I was trying to get a Diskless network boot up and running, following the ArchWiki page about it, I came to the part where I had to run the following command:
pacman -Sy --arch i686 --root /opt/thinclient --dbpath /opt/thinclient/var/lib/pacman base
Well, the command started out nice, but then at a certain moment I got "Read-only filesystem" errors. So, somewhere in the pacman run, /opt was turned into readonly.
How could this have happened? And how do I reverse it? At the moment I can't even remove /opt/thinclient
EDIT: Ok, due to kernel update, I rebooted and this fixed the readonly problem. But, how can I make sure that this will not happen again when I true to run the above pacman command?
jocom
Last edited by jocom (2010-11-29 17:11:47)
Offline
pacman really knows nothing about your filesystem so definitely did not make it read only.
Offline
Moved to Kernel & Hardware Issues.
ᶘ ᵒᴥᵒᶅ
Offline
Thanks for the replies.
Ok, but before I ran that command, I had still created folders etc...
Afterwards, I ran the command, and then it started nicely downloading all the packages, but half-way it stopped, due to the mentioned errors.
Also, 'mount' said that /opt wasn't mounted read-only, still 'touch '/opt/foo' failed due to the error, so I don't understand anything of it.
But I'll retry the particular command, and see if it succeeds this time.
Offline
Pages: 1