[openMosix-it] dubbi su MFS
Stefano Stalio
openmosix@democritos.it
Wed, 12 Mar 2003 10:29:39 +0100
ho qualche dubbio su mfs
sul sito di openmosix, nella sezione documentazione, nell'howto scritto
da Kris Buytaert (http://howto.ipng.be/openMosix-HOWTO/x226.htm#AEN247)
si trova il seguente testo:
> After mounting the /mfs mount-point on each node, each nodes file-system is accessible through the /mfs/[openMosix_ID]/ directories.
>
> With the help of some symbolic links all cluster-nodes can access the same data e.g. /work on node1
>
> on node2 : ln -s /mfs/1/work /work
> on node3 : ln -s /mfs/1/work /work
> on node3 : ln -s /mfs/1/work /work
> ...
>
> Now every node can read+write from and to /work !
sulla documentazione presente in
/usr/src/linux/Documentation/filesystems/mfs
(ma e` ancora mosix)
> ....
> One of the implications is that a symbolic link is never allowed to cross nodes.
> ....
>
Che devo fare? posso condividere /home via mfs (ln -s /mfs/1/home /home
su tutti i nodi) o devo tornare ad nfs?
Grazie, Stefano