Firefox 16, a treat for developers http://t.co/cnd27CzT
Mandriva small NFS server
Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client computer to access files over a network in a manner similar to how local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. The Network File System is an open standard defined in RFCs, allowing anyone to implement the protocol.
lets begin to intall nfs sercer on mandriva (192.168.1.108)
First install the packages via urpmi
urpmi nfs-server
Make a share directory like /mandriva and give ownership for nobody user and nogroup group
chown nobody:nogroup /mandriva
Now add to /etc/export the the directory and access permission like
/mandriva 192.168.1.101(rw,sync,no_root_squash,no_subtree_check)
this mean that this directory is just reachable from this ip , to make it reacerable from all mahines, remove the IP adress
After this you have to restart the nfs server

and don't forget to allow NFS services in the firewall

check nfs if ready with
[root@localhost ~]# rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
lets back to the Client is My Fedora 14
First make sure that nfs-cilent install on your system , andmake the mount direcotoy for nfs like /nfs-mandriva
mkdir /nfs-mandriva
mount the nfs server to this diorectory
mount 192.168.1.108:/mandriva /nfs-mandriva
now check the file system now you can see that
[root@localhost ~]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup-lv_root
35737240 5988816 27933080 18% /
tmpfs 3062656 1308 3061348 1% /dev/shm
/dev/sda6 495844 68034 402210 15% /boot
/dev/mapper/VolGroup-lv_home
30060596 1665956 26867652 6% /home
/dev/sda3 512020476 309441248 202579228 61% /media/New Volume
/dev/sda5 307220476 49932848 257287628 17% /media/New Volume_
192.168.1.108:/mandriva 10776192 2342656 7886080 23% /nfs-mandriva
Check the directory files
[pirat9@localhost ~]$ ls -ltr /nfs-mandriva/
total 4
-rw-r--r-- 1 root root 40 Dec 30 2010 sharefile
you can try with gui way

to add this partitton permanently to the /etc/fstab
192.168.1.108:/mandriva /nfs-mandriva nfs rw,sync,hard,intr 0 0
save and exit reboot
Enjoy
For questions please refer to our Q/A forum at : http://ask.unixmen.com
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Steganography- Hide Your Files Inside An Image in Linux : Nowadays, our personal computer is not only a work tool, it is also our private space where we sto...4 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Recent Posts
Recent Posts
- Steganography- Hide Your Files Inside An Image in Linux
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
- A Secure Password
- Linux Kernel 3.10. It’s BIG!
- Monitoring Users Activity Using psacct or acct Tools in Linux
- Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux
Recent Comments

Maintained by
Anblik
.


















DragonFartOutLoud
| #
it went to china.
DragonFartOutLoud
| #
great review! i’ve been using it as my main OS since Beta 1 release. its been a awesome ride so far :)
jet li
| #
i try the method, and i unzip the image contain zip secret, i dont find the file that i was hide, where it go? and how to open it? :s
zinovsky
| #
Yes, it is possible using Steganography, we will post another quick howto do that in the next few days
SK
| #
Hey Abhishek
Yes there are many open source tools available to meet your requirements. They are easy to manage and has a decent web gui to configure. We will publish all of them one by one shortly. Stay tuned with us.