You are not logged in.

#1 2009-04-11 20:12:47

archer108
Member
From: Zurich Switzerland
Registered: 2007-08-28
Posts: 59

Mount ext4 onto ext4 drive (solved)

mount -o rw,nolock 192.168.14.3:/var/cache/pacman/pkg (ext4) /var/cache/pacman/pkg (ext3) works, but does not work if both mount drives are on ext4 format. error:
bash-3.2# mount -o rw,nolock 192.168.14.3:/var/cache/pacman/pkg /var/cache/pacman/pkg
mount: wrong fs type, bad option, bad superblock on 192.168.14.3:/var/cache/pacman/pkg,
anyone knows if there is a special mount option to mount a ext4 share on a ext4 host

Last edited by archer108 (2009-04-14 18:13:25)

Offline

#2 2009-04-14 18:16:12

archer108
Member
From: Zurich Switzerland
Registered: 2007-08-28
Posts: 59

Re: Mount ext4 onto ext4 drive (solved)

the solution is:

pacman -S nfs-utils

Offline

Board footer

Powered by FluxBB