How to share files between linuxes.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to share files between linuxes.
# 1  
Old 12-09-2010
How to share files between linuxes.

Code:
[jone@fedora14~]$sudo mount -t cifs //192.168.0.13/jone /media
Password: 
[ 8846.360731] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
[ 8846.360824] CIFS VFS: Send error in SessSetup = -13
[ 8846.360892] CIFS VFS: cifs_mount failed w/return code = -13
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

PS:192.168.0.13 is a linux samba server.
I can access 192.168.0.13 via windows, but can't linux.
# 2  
Old 12-09-2010
I would try using the smbfs argument :

mount -t smbfs -o username=<name>,password=<passwd> //sambashare /mountpoint
# 3  
Old 12-11-2010
I've resolved it. it is because of missing the '-o username' option.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Moving UNIX files from share

Hello, We have a Unix SunOS Server that runs an Oracle 11.2.0.3 database, it is linked up to a network storage where backups go every night. I've created a data pump backup (.dmp) file and want to move it from the network store to windows server to import the data. When i try to move the... (2 Replies)
Discussion started by: dbajtr
2 Replies

2. Shell Programming and Scripting

Compare files and share output from both files

hi all, Thanks to all for your great help... I have a scenario that I have two files (file1 & file2). I need to compare two files entire row by row and share the output if any discrepancies within two files. File1: DB1|TB1|C1,C3 DB2|TB2|C1,C2 DB3|TB3|C1,C2,C3,C4 File2: ... (2 Replies)
Discussion started by: Selva_2507
2 Replies

3. Shell Programming and Scripting

Help with data reformat if share share content

Input data: read1_data1 read1_data1 read2_data1 read3_data1 read4_data1 read4_data1 read4_data1 read5_data1 . . Desired output result: read1_data1 read1_data2 read2_data1 read3_data1 read4_data1 (3 Replies)
Discussion started by: perl_beginner
3 Replies

4. Red Hat

How to share files between host XP and RedHat VM?

Hi, I am fairly new to Linux. I have a Win XP host machine where I am running a Redhat virtual machine using VMplayer. I have a tool in the VM that I need to run using some input data located on the host machine. How can I share files between the host and the VM? I need to be able to read/write... (3 Replies)
Discussion started by: ilyaz
3 Replies

5. UNIX for Advanced & Expert Users

OS comparison in a brief: Solaris 10 vs FreeBSD (vs linuxes)

Hi, I wanted to ask for a brief summary (without details) about the comparison of the following OSes: - FreeBSD - OpenBSD - Solaris 10 - Linux 2.4 - Linux 2.6 In the following areas (current and perspective for the future): - security - overall stability / reliability - filesystem... (1 Reply)
Discussion started by: adderek
1 Replies

6. Windows & DOS: Issues & Discussions

Mac.. PC.. how do I share files with each other on the same router???

OKay so.. I have a mac at web design company office, and a PC at home.. I want to be able to send the Mac files.. We are using the same modem that's hooked up through out a router!! How would I do this.. I'm new to this part so talk to me like I'm 2!!! thanks.. (2 Replies)
Discussion started by: pattersonz
2 Replies

7. AIX

Which Files To Share WIth CSM?

Hi, I'm new to AIX 5.3 and CSM, but am familiar with other UNIX flavours. I've been asked to compile a list of files we should manage using CSM. Could someone suggest a starting list? /etc/hosts /etc/passwd what else? I'm not looking for a comprehensive list, just a starting... (0 Replies)
Discussion started by: MyMateDave
0 Replies

8. UNIX for Dummies Questions & Answers

Accessing files on unix share from xp?

Sorry if the is in the wrong section, but would like to know if anyone can help with the following I am on a network using Windows XP and am having problems viewing/manipulating files on one of the shared drives, which happens to be a snap server. I have no other problems with any of the other... (1 Reply)
Discussion started by: MrB
1 Replies
Login or Register to Ask a Question