I am trying to share two folders on my linux NAS drive with my minimal ubuntu linux install of xbmc but so far failing.
On the NAS I intend to share
Code:
/home/Public/eDownloader/TV
/home/Public/eDownloader/movies
I have edited the Exports file to:-
Code:
/home/Public/eDownloader/movies 192.168.1.111(rw,no_wdelay,sync,insecure,no_root_squash,no_all_squash,no_subtree_ch
I have a Zoom 5001 PCI Cable Modem that I am trying to get working correctly with Ubuntu 10.04.4 LTS (Server). It is currently working only partially with the tulip module as it is seen as a Conexant Lanfinity HCF Modem, so I am trying to port the old proprietary driver (Available at Zoom's 5001 Driver Page.), however the makefile is incorrect for modern ubuntu systems.
I've been struggling to get my diskless pc to boot using this guide.It seems the kernel is loaded properly from tftp but the root filesystem fails to mount. This is what I get:http://dl.dropbox.com/u/29192523/Screen … 044316.jpgThe server is Arch-based, it didn't work with an Ubuntu server either though.
Dear Team,
Thanks in advance.
The actual content is like below in a file.
I ran iperf on Windows and Linux machine to check bandwidth speed.
Windows bandwidht speed, I explicitly set to 10Mbps/Full and Linux's BW speed is 100Mbps/Full.
Following is the strange output I got:
Client Side ( Linux Box ):
iperf -c 192.168.1.72 -r
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
Client connecting to 192.168.1.72, TCP port 5001
TCP window size: 16.0 K
this is just came to my attention, that when i receive fake emails from twitter and facebook gmail marks them with warning. but not others.
I'm trying to set up NFS for a closed network (all devices known and trusted), to share family files (pics and admin) and mythmedia (videos). System uses fixed IP for server (192.168.0.4) and 2 clients (192.168.0.2 and .3). Simple, I thought...
SERVER: Have installed nfs-kernel-server and set up a pseudo filesystem at /etc/exports.d.
I'm trying to limit bandwidth with tc and check the results with iperf.
The following NFS exports file does not work on FreeBSD 9.0. How should I be specifying that I wish to share with the whole subnet?
mybox# cat /etc/exports
/storage/build 10.10.0.0/24(rw,no_root_squash)
Error from syslog:
mountd[1133]: bad exports list line /storage/build 10.10.0.0/24(rw,no_root_squash)
/etc/rc.conf
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"