LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mountin g file system between solaries and linux box (https://www.linuxquestions.org/questions/linux-newbie-8/mountin-g-file-system-between-solaries-and-linux-box-575691/)

mokku 08-08-2007 02:05 PM

mountin g file system between solaries and linux box
 
Hi,

I have a sparc machine with solaries 9 and got another centOS box. Can I able to mount the file system between both system?

apetrescu 08-08-2007 02:09 PM

Quote:

Originally Posted by mokku
Hi,

I have a sparc machine with solaries 9 and got another centOS box. Can I able to mount the file system between both system?

I'm not quite sure what you mean. You can certainly use NFS to mount the filesystem from one onto another. Does that answer your question?

mokku 08-08-2007 02:45 PM

Hi,

Yes, I have to share the files between linux and unix box. Can I do it?

apetrescu 08-08-2007 02:54 PM

Quote:

Originally Posted by mokku
Hi,

Yes, I have to share the files between linux and unix box. Can I do it?

Yes. Read up on "NFS". It stands for "Networked File System" and it's basically a way for you to transparently mount filesystems over the network, as if they were a CD ROM or a harddrive. Works like a charm and very stable (it's been around forever).

Good luck!

chrism01 08-08-2007 06:57 PM

Just be careful if the same file might be accessed simultaneously by multiple progs on both systems.
NFS is stateless and not good at handling that sometimes.


All times are GMT -5. The time now is 12:52 AM.