You are not logged in.
Pages: 1
hello
i install arch but when i want to install a software i can't.
there is an error "file system read only"
what should i do?
Last edited by MHALAH152 (2013-05-12 06:31:48)
Offline
Post your fstab...
Offline
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3 LABEL=arch
UUID=fa3120d1-074b-4857-9c6f-456bebc76143 / ext4 defaults,relatimeed 0 1
Offline
What is "relatimeed"?
Offline
sorry I edit my fstab and now this is the code
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3 LABEL=arch
UUID=fa3120d1-074b-4857-9c6f-456bebc76143 / ext4 defaults,relatime,data=ordereded 0 1
Offline
What is "data=ordereded"?
The point is, you replaced one typo in the parameters with another typo. And this is probably what is causing the rw remount to fail.
Offline
I'm a newbie corner and I install arch by a book
what should i write in the fstab?
Last edited by MHALAH152 (2013-05-11 14:13:09)
Offline
just use "defaults", nothing else. Don't add any other options unless you actually know what they are doing.
Offline
I'm a newbie corner and I install arch by a book
Have you tried following the installation guide and beginners guide from the wiki?
Arch changes quite a bit and other sources - blogs, books etc. don't usually keep up.
Offline
just use "defaults", nothing else. Don't add any other options unless you actually know what they are doing.
I do that.but now i have new problem
my system can't find internet and i can't install any software
Last edited by MHALAH152 (2013-05-11 14:35:08)
Offline
65kid wrote:just use "defaults", nothing else. Don't add any other options unless you actually know what they are doing.
I do that.but now i have new problem
my system can't find internet and i can't install any software
Then please mark this thread as [Solved] by editing your first post and prepending it to the title.
Then open a new thread about your networking issue and include information about your network card, drivers, what you have set up in your configs etc...
https://wiki.archlinux.org/index.php/Fo … ow_to_Post
Offline
Pages: 1