Re: Can I and where to learn how?

2002-10-13 Thread Adam Weinberger

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 (10.13.2002 @ 1052 PST): bowen said, in 1.4K: 
 1_) I'd like to use my FreeBSD 4.7 to act as the home to 3 windows
 machines my documents folder.

/usr/ports/net/samba

 2_) I'd like to use it for my WWW server 

/usr/ports/www/apache13

 3_) I'd like to use it for my FTP server

lukemftpd comes with freebsd. it's great. you can enable it through
inetd.

 4_) I have 1 fat32 drive that I want to use for the windows machines my
 documents folders? So how do I mount them in say /home dir? And then use
 Samba to share those? And can I set permissions and ownership of each
 sub directory within the /home/backup mount??

mount_msdos -l /dev/ad2s1 /home, or whatever drive it is.

 5_) I have one UFS? Default Freebsd drive mounted in /home/www for the
 web server. Just wondering if that's a good place to have it or should I
 mount it somewhere else?

yes, UFS. that place is perfectly find for your web root.

- -Adam


- --
Oh good, my dog found the chainsaw.
-Lilo, Lilo  Stitch
Adam Weinberger
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE9qdXwo8KM2ULHQ/0RAuUqAKC+r1Ipj8scXdXaRvWSXWypDlv5dQCdF3pm
3NZ+qnJdAD3CsdyUXui4Fw4=
=IuQQ
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can I and where to learn how?

2002-10-13 Thread Warren Block

On Sun, 13 Oct 2002, DaleCo, S.P.---'the solutions people' wrote:

 Good question.  FBSD can read NTFS, I think, but I don't think
 it speaks FAT.   (I could be wrong here.)  I've never tried mounting
 a Windoze HDD in a FBSD box, can't think of why I'd want to

See:

man mount_msdos

Useful for dual-boot situations where you want to read data files on
other partitions.  And other things too, of course.

I can't see why the OP would use it in that situation, and can think of
good reasons *not* to use it.  FFS is native to FreeBSD and is less
likely to get screwed up than FAT even if FAT were native.  I've not
benchmarked it, but I'll bet FFS is faster as well.  Through Samba or
FTP, the clients won't know the difference.

-Warren Block * Rapid City, South Dakota USA


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message