openSUSE Forums > Archives > SF Archives > ARCHIVES - Network/Internet » "map Network Drive" Equivalent?

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Network/Internet Questions regarding network or Internet configuration and use in SUSE Linux

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 25-Apr-2007, 10:02
Joban
Guest
 
Posts: n/a
Default

Is there any way to mount an smb network drive, so amaroK and others will access it as local media?
  #2 (permalink)  
Old 25-Apr-2007, 17:02
badger_fruit
Guest
 
Posts: n/a
Default

yes!!

but because linux doesn't use drive letters, you have to assign it to a folder instead

try this
1. create a new folder (example "music") in your home folder (in my case, /home/badger_fruit/)
2. run a teminal (konsole) and type:-

Code:
su
mount -t cifs //192.168.0.200/music /home/badger_fruit/music/
before you hit enter to execute, you need to change "192.168.0.200/music" to your server's IP address and share name

3. browse to the folder you created in step 1. hopefully, you should now see your networked files but if not, play about with the mount command, if you get really stuck you can try reading man mount from the konsole or re-post error messages etc if that doesn't help

now, as for "re-mapping" or re-mounting on startup, im not sure, i actually came here to post that very question myself lol (see thread --> http://www.suseforums.net/index.php?showtopic=34449)
  #3 (permalink)  
Old 27-Apr-2007, 05:14
swerdna
Guest
 
Posts: n/a
Default

Quote:
Is there any way to mount an smb network drive, so amaroK and others will access it as local media?
[/b]
Yes, you can mount them temporarily with the command "mount" entered into a console, or permanently (as foreshadowed by badger-fruit) with an entry in smbfstab or fstab. Since there is a spectrum of possible share configurations the answer's not a one-liner. So I'm drafting some detail and recipes into a tutorial: HowTo Mount a CIFS Network Share [Network Drive] in openSUSE.

Hope that helps

Swerdna

  #4 (permalink)  
Old 13-May-2007, 04:09
Joban
Guest
 
Posts: n/a
Default

Thanks! It all works happily
 

Bookmarks

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 On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2