<html>
<head>
<base href="https://issues.openmandriva.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - remote filesystem by nfs does not work correctly"
href="https://issues.openmandriva.org/show_bug.cgi?id=2003">2003</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>remote filesystem by nfs does not work correctly
</td>
</tr>
<tr>
<th>Product</th>
<td>Openmandriva Lx 3.0
</td>
</tr>
<tr>
<th>Version</th>
<td>3.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal
</td>
</tr>
<tr>
<th>Component</th>
<td>Network
</td>
</tr>
<tr>
<th>Assignee</th>
<td>tpgxyz@gmail.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dbdallo@fastwebnet.it
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>itchka@compuserve.com
</td>
</tr></table>
<p>
<div>
<pre>this is my system
Kernel: 4.8.8-desktop-1omv x86_64 (64 bit) Desktop: KDE Plasma 5.8.3
Distro: OpenMandrivaLinux 3.0 Einsteinium
Machine: System: TOSHIBA product: SATELLITE C55-A-1P6 v: PSCGNE-00V00FIT
Mobo: TOSHIBA model: PT10S Bios: TOSHIBA v: 1.20 date: 01/13/2014
CPU: Dual core Intel Core i5-4200M (-HT-MCP-) cache: 3072 KB
Network: Card-1: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter
driver: ath9k IF: wlp3s0
Card-2: Qualcomm Atheros QCA8172 Fast Ethernet driver: alx IF: enp4s0
when i try mounting a nfs share on my NAS (192.168.1.100/Bruno)
as result i have:
# mount -vv -t nfs -o defaults 192.168.1.100/Bruno /mnt/Bru
mount.nfs: timeout set for Sat Nov 19 21:07:30 2016
mount.nfs: trying text-based options
'vers=4.2,addr=192.168.1.100,clientaddr=192.168.1.14'
mount.nfs: mount(2): Invalid argument
mount.nfs: an incorrect mount option was specified
my NAS uses a nfsvers=3
then:
# mount -vv -t nfs -o vers=3,proto=tcp,port=2049 192.168.1.100:/Bruno /mnt/Bru
mount.nfs: timeout set for Sun Nov 20 22:29:04 2016
Failed to start rpc-statd.service: Unit rpc-statd.service not found.
starting manually rpc.statd
finally i have:
# /sbin/rpc.statd &
# mount -vv -t nfs -o vers=3 192.168.1.100:/Bruno /mnt/Bru
mount.nfs: timeout set for Mon Nov 21 18:31:50 2016
mount.nfs: trying text-based options 'vers=3,addr=192.168.1.100'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 192.168.1.100 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 192.168.1.100 prog 100005 vers 3 prot UDP port 30000
192.168.1.100:/Bruno on /mnt/Bru type nfs (rw,vers=3)
directory is mounted.
but every time i reboot every time i have to do the same commands.
it looks like something is missing.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>