[Samba] can we map windows folder onto unix

2002-12-11 Thread Kailash Kayastha
Hello,
Does anyone on this list know of any utilities that enables mapping windows
folder onto Unix machine? I am going to do the migration of our intranet
site from IIS to Apache in Linux. As the intranet content is over 15Gig, I
need to migrate in a phase wise manner. So if I can run web server on linux
serving the files from the old intranet box, this would help. Any ideas are
welcome.
Thanks,
Kailash
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] can we map windows folder onto unix

2002-12-11 Thread Kristyan Osborne
Hi,

look at apache for your web server http://www.apache.org

To map windows dir to linux you need to share the directory and use smbmount (part of 
samba)

Some docs to help you http://us1.samba.org/samba/docs/man/smbmount.8.html

cheers

-
Kristyan Osborne IT Technician
Longhill High School
01273 391672

--
Computers are like airconditioners: They stop working properly if you open windows.
Win95:   A 32-bit patch for a 16-bit GUI shell running on top of an
 8-bit operating system written for a 4-bit processor by a
 2-bit company who cannot stand 1 bit of competition.


-Original Message-
From: Kailash Kayastha [mailto:[EMAIL PROTECTED]]
Sent: 11 December 2002 15:25
To: '[EMAIL PROTECTED]'
Subject: [Samba] can we map windows folder onto unix


Hello,
Does anyone on this list know of any utilities that enables mapping windows
folder onto Unix machine? I am going to do the migration of our intranet
site from IIS to Apache in Linux. As the intranet content is over 15Gig, I
need to migrate in a phase wise manner. So if I can run web server on linux
serving the files from the old intranet box, this would help. Any ideas are
welcome.
Thanks,
Kailash
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] can we map windows folder onto unix

2002-12-11 Thread Jean-Paul ARGUDO
Does anyone on this list know of any utilities that enables mapping windows
folder onto Unix machine? 

I've accomplished a recent migration. I used smbfs to mount Windows 
shares. Then cp from /mnt/...windowsshares... to /home/users...

It worked perfectly. :-)

Is that an answer?

In Debian environment, just apt-get smbfs, then update your /etc/fstab, 
putting line like:

\\SERVER\usershare	/mnt/server/usershare	smbfs	0	0

# apt-cache search smbfs
smbfs - mount and umount commands for the smbfs (for kernels = than 2.2.x)


--
Jean-Paul ARGUDO

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can we map windows folder onto unix

2002-12-11 Thread bakkerl
Quoting Kailash Kayastha [EMAIL PROTECTED]:

 Hello,
 Does anyone on this list know of any utilities that enables mapping
 windows
 folder onto Unix machine? I am going to do the migration of our
 intranet
 site from IIS to Apache in Linux. As the intranet content is over 15Gig,
 I
 need to migrate in a phase wise manner. So if I can run web server on
 linux
 serving the files from the old intranet box, this would help. Any ideas
 are

smbmount should do it.
smbmount //windowsmachine/share /path/where/to/mount 

if needed the options username=john,passwd=doe

Lennard
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] can we map windows folder onto unix

2002-12-11 Thread Frank Matthieß
On Wed, Dec 11, 2002 at 04:41:32PM +0100, [EMAIL PROTECTED] wrote:
 Quoting Kailash Kayastha [EMAIL PROTECTED]:
 
  Hello,
  Does anyone on this list know of any utilities that enables mapping
  windows
  folder onto Unix machine? I am going to do the migration of our
  intranet
  site from IIS to Apache in Linux. As the intranet content is over 15Gig,
  I
  need to migrate in a phase wise manner. So if I can run web server on
  linux
  serving the files from the old intranet box, this would help. Any ideas
  are
 
 smbmount should do it.
 smbmount //windowsmachine/share /path/where/to/mount 
 
 if needed the options username=john,passwd=doe

..or option credentials=/home/user/.smbfs.credentials

which contain:
username = windows username
password = corresponding password
^D

In this way you hide username and password in a process list. 

-- 
Frank Matthieß[EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba