LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Linux Samba to Linux Samba sharing - possible? (https://www.linuxquestions.org/questions/linux-networking-3/linux-samba-to-linux-samba-sharing-possible-482927/)

Micro420 09-12-2006 09:14 PM

Linux Samba to Linux Samba sharing - possible?
 
How do I do a SAMBA share between 2 linux boxes? Works fine using Konqueror. But the terminal gives me this:
Code:

sudo mount -t smbfs //192.168.1.2/share /mnt/share -o username=micro420
mount: wrong fs type, bad option, bad superblock on //192.168.1.2/share,
      missing codepage or other error
      In some cases useful info is found in syslog - try
      dmesg | tail  or so

**********NEVERMIND!**********
I didn't have 'smbfs' installed on one of the Linux boxes.
*close thread*

utanja 09-12-2006 10:59 PM

Quote:

Originally Posted by Micro420
How do I do a SAMBA share between 2 linux boxes? Works fine using Konqueror. But the terminal gives me this:
Code:

sudo mount -t smbfs //192.168.1.2/share /mnt/share -o username=micro420
mount: wrong fs type, bad option, bad superblock on //192.168.1.2/share,
      missing codepage or other error
      In some cases useful info is found in syslog - try
      dmesg | tail  or so

**********NEVERMIND!**********
I didn't have 'smbfs' installed on one of the Linux boxes.
*close thread*

why are you using samba between Linux boxes...NFS would be a better solution..

Micro420 09-13-2006 12:35 AM

I was just testing SAMBA out between 2 linux boxes. What are the benefits of using SAMBA versus NFS between 2 linux boxes? I also am using NFS.


All times are GMT -5. The time now is 06:28 AM.