You are not logged in.

#1 2011-12-02 12:21:54

beta990
Member
Registered: 2011-07-10
Posts: 207

[SOLVED] Installation on separated harddisks

I have installed Archlinux with the newest iso on my system.
On the installation I have separate the /var and /home partition to the HDD.
On the SSD I have /, swap and a partition for Windows.

Now I get errors like, file system diff, need to be 755, when updating/installing packages.
To remove this error, I have chmod /var 1755, but don't know if this is alright.

What could be the problem?

This is my fstab:

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
tmpfs		/tmp	tmpfs	nodev,nosuid	0	0
UUID= swap swap defaults 0 0
UUID= /home btrfs defaults,noatime 0 1
UUID= /var btrfs defaults,noatime 0 1
UUID= / btrfs defaults,ssd,compress=lzo,noatime 0 1
UUID= /boot ext2 defaults 0 1

Thanks for the help.

Last edited by beta990 (2011-12-02 15:15:43)

Offline

#2 2011-12-02 15:15:30

beta990
Member
Registered: 2011-07-10
Posts: 207

Re: [SOLVED] Installation on separated harddisks

Nevermind, solution was chmod 755 /var, chmod /var/lib.

Problems gone..

Offline

Board footer

Powered by FluxBB