LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-11-2004, 12:13 PM   #1
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Rep: Reputation: 15
Networking question


I'm currently using RedHat 9 on GNOME connected to the internet on a TI LAN and i was wondering how i can share and access files off of my schools server. I am connected in the schools lab, but all the other computers are Windows 2000 and the server is Windows NT 4. I just took one of the computers and put linux on, i have my internet configured but now how do i access the shared files on the server?
 
Old 02-11-2004, 12:22 PM   #2
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
samba... mount a share

mount -t smbfs //server/share /mnt/folder u make in mnt dir -o username=yourusername
 
Old 02-11-2004, 12:29 PM   #3
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
[root@internet root]# mount -t smbfs //10.17.10.10/share /mnt/MEHS
mount: wrong fs type, bad option, bad superblock on //10.17.10.10/share,
or too many mounted file systems
thast what i get
 
Old 02-11-2004, 12:36 PM   #4
stirling
Member
 
Registered: Feb 2004
Distribution: LFS, Ubuntu
Posts: 52

Rep: Reputation: 16
cat /proc/filesystems

if smbfs isn't in the list, then you either need to load the smbfs kernel module or make a kernel with smbfs support.
 
Old 02-11-2004, 01:09 PM   #5
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
smbfs is in there
 
Old 02-11-2004, 01:18 PM   #6
Tap-Out
Member
 
Registered: Oct 2002
Location: Halifax, NS
Distribution: Ubuntu, Mepis, Debian
Posts: 130

Rep: Reputation: 15
try using the "smbmount" command.

Code:
[root@internet root]# smbmount //10.17.10.10 /mnt/MEHS
 
Old 02-11-2004, 01:22 PM   #7
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
what does that do
 
Old 02-11-2004, 01:27 PM   #8
Tap-Out
Member
 
Registered: Oct 2002
Location: Halifax, NS
Distribution: Ubuntu, Mepis, Debian
Posts: 130

Rep: Reputation: 15
Quote:
Originally posted by OtisLinux
what does that do
smbmount is like the mount command, except it's for samba (hence the smb part infront of the mount).

Also if you've got a GUI go into your home directory and in the address bar type

smb://10.17.10.10 and it will show the shared files on 10.17.10.10
 
Old 02-12-2004, 09:53 AM   #9
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
First when i try smbmount it says commandnot found
second when i go to the home directory and do
smb://10.17.10.10 it gives me a log in with name and password....a school admin is with me when i do this and we dont know the name or pass.
 
Old 02-12-2004, 10:01 AM   #10
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
nvm i have found the name and pass
i can see all of the files but how do i share them
the smbfs doesnt work as you can see in my earlier posts
 
Old 02-18-2004, 12:27 PM   #11
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
Need more information because i still cannot share with the server.
 
Old 02-18-2004, 12:48 PM   #12
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
hmmm, perhaps you could try this
http://opensource.franz.com/nfs/
nfs is the native networking share in linux, perhaps you would have better luck setting your windows box to serve nfs then to get your linux to mount windows shares
 
Old 02-19-2004, 09:55 AM   #13
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
i cant change my windows, its the school server. I just used this computer as a project to see if i could share files on Windows NT from a linux box.
I can smb:// on GUI but i cant share it so far..
Anything else i can try??
 
Old 02-19-2004, 10:32 AM   #14
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
ok i have gottin some of it to work
[root@internet root]# mount -t smbfs //10.17.10.10/share /mnt/MEHS
3758: session request to 10.17.10.10 failed (Called name not present)
3758: session request to 10 failed (Called name not present)
Password:

I try the password to our server but it says access denied. My administrators do not know what to put in there. What is wrong?
 
Old 02-19-2004, 12:07 PM   #15
OtisLinux
Member
 
Registered: Jan 2004
Posts: 108

Original Poster
Rep: Reputation: 15
[root@internet root]# mount -t smbfs //MEHS/share /mnt/MEHS
Password:
3885: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed

no clu what the pass is.....is it looking for samba password, or MEHS password...MEHS pw doesnt work
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
networking,question... JT13 Linux - Networking 4 06-27-2005 07:15 AM
Networking question Rekna Linux - Networking 1 06-16-2004 10:59 PM
Networking Question MrJBot Linux - Newbie 1 10-19-2003 07:57 PM
Networking Question glitch Linux - Newbie 2 08-03-2002 11:19 AM
Networking Question... mikez Linux - Networking 6 01-11-2002 07:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration