nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Suse Linux Mount a NAS Volume

This is a discussion on Suse Linux Mount a NAS Volume within the Novell Suse / OpenSuse forums, part of the Linux Distribution category; Hi, How do you mount a NAS volume in Suse Enterprise Linux sever?...


Go Back   nixCraft Linux Forum > Linux Distribution > Novell Suse / OpenSuse

Linux answers from nixCraft.


Novell Suse / OpenSuse Discussion about Novell Linux or OpenSuse Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-02-2010, 02:18 PM
sweta's Avatar
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
OS: Suse, RHEL, Vista
Posts: 199
Thanks: 12
Thanked 9 Times in 9 Posts
Rep Power: 7
sweta has a spectacular aura about sweta has a spectacular aura about
Question Suse Linux Mount a NAS Volume

Hi,

How do you mount a NAS volume in Suse Enterprise Linux sever?
__________________
Reply With Quote
  #2 (permalink)  
Old 07-02-2010, 05:30 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Type the following two command and replace with actual IP, username and password:
Code:
mkdir /nas
mount -t cifs  //nsa.server.ip.address/volumeName_IfAny -o  username=userName,password=passWord /nas
To see nas
Code:
df -H
cd /nas
ls
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
The Following User Says Thank You to nixcraft For This Useful Post:
sweta (08-02-2010)
  #3 (permalink)  
Old 08-02-2010, 06:21 AM
kumarat9pm's Avatar
Senior Member
User
 
Join Date: Jun 2007
Location: Pune,MH,India
OS: RHEL,UBUNTU..
Posts: 445
Thanks: 20
Thanked 20 Times in 18 Posts
Rep Power: 5
kumarat9pm has a spectacular aura about kumarat9pm has a spectacular aura about kumarat9pm has a spectacular aura about
Send a message via Yahoo to kumarat9pm Send a message via Skype™ to kumarat9pm
Default

Is NAS is always SMB/CIFS share?
__________________
Thanks,
Surendra Kumar Anne
Ubuntu: Simple, Stylish and Striking..!
Linux: Fast, friendly, flexible and .... free!
Support Open source.
Reply With Quote
  #4 (permalink)  
Old 08-02-2010, 10:01 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Almost, as SMB/CIFS supported by all operating systems.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #5 (permalink)  
Old 08-02-2010, 01:49 PM
kumarat9pm's Avatar
Senior Member
User
 
Join Date: Jun 2007
Location: Pune,MH,India
OS: RHEL,UBUNTU..
Posts: 445
Thanks: 20
Thanked 20 Times in 18 Posts
Rep Power: 5
kumarat9pm has a spectacular aura about kumarat9pm has a spectacular aura about kumarat9pm has a spectacular aura about
Send a message via Yahoo to kumarat9pm Send a message via Skype™ to kumarat9pm
Default

Hmm thanks for the info Vivek..

want to add one more info.. some times just providing username/password will not work.. at those points we have to specify domain name too..
Code:
mount -t smbfs -o username=surendra,workgroup=example,password=Tu330jA23 //nas.example.com/sharedfolder /opt/
One more point to remember is "sharedfolder" should be shared on NAS box..
__________________
Thanks,
Surendra Kumar Anne
Ubuntu: Simple, Stylish and Striking..!
Linux: Fast, friendly, flexible and .... free!
Support Open source.
Reply With Quote
The Following User Says Thank You to kumarat9pm For This Useful Post:
sweta (08-02-2010)
  #6 (permalink)  
Old 08-02-2010, 04:53 PM
sweta's Avatar
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
OS: Suse, RHEL, Vista
Posts: 199
Thanks: 12
Thanked 9 Times in 9 Posts
Rep Power: 7
sweta has a spectacular aura about sweta has a spectacular aura about
Default

@vivek & @kumarat9pm thanks
__________________
Reply With Quote
  #7 (permalink)  
Old 08-02-2010, 04:59 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

There is also smbclient which offers an interface similar to that of the ftp program.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
Reply

Tags
cifs , mount nas in suse linux , nas , openuse , smb , smbclient , suse


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
HowTo Setup up a VPN in Novell SUSE Linux 10 a31modela Networking, Firewalls and Security 1 04-01-2010 07:09 AM
Linux Logical volume manager unixfoo CentOS / RHEL / Fedora 0 18-12-2008 08:27 AM
Vmware on Suse Linux lacloai Linux software 7 16-07-2007 08:37 PM
I Have Installed Suse 10.2 Linux Pravin192006 Linux software 2 23-04-2007 09:06 PM
mount one partition of one linux server on other linux serve Jaggu Linux software 1 07-08-2006 10:47 PM


All times are GMT +5.5. The time now is 04:59 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38