Re: Storage on FBSD

2005-08-05 Thread Angus Barrow
It is indeed possible to have FreeBSD read from a FAT formatted drive
however this is not necessary if you will be sharing the files via a
network connection.  If you are sharing files to windows machines then
it is easier to have the files to be shared on a UFS formatted partition
and to use SAMBA to share the files.  See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-samba.html.


On Fri, 2005-08-05 at 11:00 +0100, Daniel Finnimore wrote:
> Like many people in the it business, I am sure, I have lots of old kit around 
> and am using one P3 with ide drive to run FBSD 4.7 for my shared internet 
> access on 64K dialup ppp.
> 
> With sco unix I can format a drive using dos and then use that section of the 
> drive as as network drive for storage, files etc. Can I do this with FBSD. 
> Ideally an old intel P3 with 4 ide drives one partitioned with FBSD the 
> others all FAT 32.
> 
> What do you think.
> 
> Dan
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Interface Statistics

2004-07-25 Thread Angus Barrow
Hi,
I'm a relative newbie to the world of computer admining and have the
following problem.  I'm one of a group of students sharing a connection
which is limited (by the cabelco) to 1GB maximum transfer in any 24 hour
period.  I've been trying in vain to find a way to at least warn us if
the transfer in a 24 hour period approaches a gigabyte.

I know that on linux ifconfig shows a counter of the total amount of
data transfered over an interface and was wondering if there is a
similar tool for FreeBSD as the ifconfig provided doesn't seem to show
this information.

I've tried googleing in vain and have attempted to set up ntop and
zabbix to see if they could provide the information (ntop didn't want to
play and zabbix still has me beat).

I'm running the configuration shown below:



-=INTERNET=-
 |
 |
-=ROUTER.STUDNET=-
|
|
 -=SWITCH=-
|
|
   -=Computers in rooms=-

The router has two NIC's, xl0 is DHCP configured and is the internet,
the other (dc0) is 192.168.1.1.  The router is running FreeBSD
5.2.1-RELEASE and drops almost all incoming traffic via ipfw and uses
natd to masquerade the connections.

Sorry about the rambling post I'm not really sure how much detail to
provide.  Thanks in advance for any help you can give me.

Angus Barrow

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"