Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Linux and Network Drive
Name: Matt` Date: March 9, 2002 at 11:51:29 Pacific
Comment:
I am a newbie to Linux, and need to access my Network Drive more easily than keep on typing the smb address for it.
In windows 98 I just need to map it - however what do u do in Linux - I have been told I need to do: smbmount \\server\folder and then put a mount point - however I don't know how to create a mount point.
Name: Name: Date: March 10, 2002 at 00:29:04 Pacific
Reply:
I know very little about samba, but if all you want to know is how to create a mount point, well, that's easy. A mount point is just a directory, so you create it with "mkdir".
0
Response Number 2
Name: raj Date: March 11, 2002 at 01:55:09 Pacific
Reply:
hai u cann't create a mount point at one directory for ex:/mnt/system1
system1 is the mount point of win98 system
use this command to mount it on system1
mount -t smbfs -o username=,password= //system1/c /mnt/system1
u can run this command to mount it or else u can create a file in /usr/sbin
change permission of that file and run the file name at shell
i think u will succed now u are welcome if any problems raj my id is alpenlibe2002@yahoo.com
Summary: hello, I am fairly new to linux and I am trying to network linux and window 2000 together. Here is the scenario: I have connected the linux box and windows 2000 on a hub that I am testing, so what is...
Summary: I have Linux 7.0 (dual booting with Win 2000) on one computer with 2 NIC cards. One card(NDC) is for the internet connection and works fine in both win2000 and linux. The 2nd card(3com)is connected t...
Summary: Hi, I admit I haven't tried anything other than Samba for sharing files/printers between linux and windows machines, but it does work well enough and I would recommend it. Your linux computer will a...