Ubuntu:~$ sudo mkdir /mnt/Linkstation
Ubuntu:~$ sudo apt-get install nfs-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libevent1 libgssglue1 libnfsidmap2 librpcsecgss3 portmap
The following NEW packages will be installed:
libevent1 libgssglue1 libnfsidmap2 librpcsecgss3 nfs-common portmap
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 342kB of archives.
After this operation, 1122kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
.
.
.
.
.
.
Ubuntu:~$ sudo /etc/init.d/portmap restart
Ubuntu:~$ sudo /etc/init.d/nfs-common restart
Ubuntu:~$ sudo mount -t nfs 192.168.0.200:/mnt/disk1/share /mnt/Linkstation
Ubuntu:~$ sudo vim /etc/fstab
192.168.0.200:/mnt/disk1/share /mnt/Linkstation nfs rw,auto
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment