Slow CIFS performance, good network performance

I recently updated to a newer OSMC Version an a Vero4K and I noticed a dramatically degraded performance with CIFS mounts. Were there any recent changes to SMB configuration or the kernel in the past few months that could have impact here?

I am on an 5GHz WLAN and have at least 200MBit/s on average in busy times.
Testing access with DD shows about 5MB/s with a CIFS kernel Mount (SMB 3)
Testing access with DD shows about 15MB/s with an NFS mount

Yes, SMB has an overhead, but not 3 times. That is not what it used to be. Access from an Unbuntu Box or an Pi work fine as before (same WLAN) and have almost identical speed as NFS (a few MB/s slower, nothing serious). But on the Vero4K it tanked right after the update.

I really like to find out what causes this for me instead of just rolling back to a way older build. If something changed it can be addressed for me and maybe other users have a similar issue - or at least it is documented in some way what the root cause on my end out of the sudden is.

So any input or insight where I might look before I go over the commits in git? You know, just a headstart finding out what causes this.

Have you mounted through fstab or Kodi?
Can you show us the mounts?

Kodi is not even involved at this point. Just from the shell. I noticed it in Kodi of course but to get that out of the equation I went to the shell and tested the performance and stumbled across this performance problem right away. So we do not need to deal with Kodi at all at this point.

CIFS shares are mounted over /etc/fstab:

//Singularity/Movies /mnt/Movies/ cifs noauto,x-systemd.automount,vers=3.0,sec=ntlmssp,credentials=/home/osmc/.smbcredentials,uid=1000,gid=1000,iocharset=utf8

Nothing else changed by me on the Vero4K in regards to SMB or networking. Server Setup is minimum protocol SMB2, maximum protocol SMB3, opportunistic locking with an SMB2 lease and encryption is disabled. So pretty standard for a home setup. Server is a Synology DS3617xs

As said network is performing fine as indicated by iperf and accessing NFS shares (used dd to do a quick and dirty testing outputting a file to /dev/null) . And as pointed out, all other Linux systems still run fine here accessing the same server on the same network with the same settings. Just the Vero4K doesn’t want to play nice since the update. I hadn’t updated since Summer, so can be anything that happened sine then, which makes it harder to isolate sadly.

Don’t wanna roll back right now and try to find a root cause. Temporarily using NFS mounts, though want to go back to CIFS because of ACLS, symlinking and other stuff.

So any hints are welcome pointing me in some direction to address the problem I am experiencing or what to investigate.

Here’s a simple dd from a Pi3 to an SMB 3.0 share:

osmc@osmc:~$ time dd if=/dev/zero of=/mnt/test/zzz.tmp bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 74.3446 s, 11.3 MB/s

real	1m14.406s
user	0m0.001s
sys	0m5.601s

and now from a Vero4K (not plus) to the same SMB 3.0 share:

osmc@osmc-4k:~$ time dd if=/dev/zero of=/mnt/test/yyy.tmp bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 75.7043 s, 11.1 MB/s

real	1m15.745s
user	0m0.000s
sys	0m3.860s

Nothing unexpected there.

I recall that quite a while ago there was an isolated issue with SMB performance over WiFi (I think) on a Vero4K. To eliminate this possibility, can you see what the performance is over a wired connection?

Just out of interest, have you updated the Synology’s DSM OS in the past few months?

Sure, can run the test again, here’s the output. Tested a bit more in both receiving and transmitting direction to limited it further down, and gladly there was a difference I wasn’t aware of before. Maybe that helps to find the root cause in my setup…

iperf for reference - using a dedicated 5GHz for testing

osmc@vero: iperf3 -c diskstation
Connecting to host diskstation, port 5201
[  4] local 192.168.100.50 port 41357 connected to 192.168.100.30 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  21.9 MBytes   183 Mbits/sec    0    438 KBytes
[  4]   1.00-2.00   sec  25.2 MBytes   212 Mbits/sec    0    477 KBytes
[  4]   2.00-3.00   sec  24.7 MBytes   207 Mbits/sec    0    498 KBytes
[  4]   3.00-4.00   sec  25.5 MBytes   214 Mbits/sec    0    498 KBytes
[  4]   4.00-5.00   sec  24.9 MBytes   208 Mbits/sec    0    498 KBytes
[  4]   5.00-6.00   sec  25.4 MBytes   213 Mbits/sec    0    498 KBytes
[  4]   6.00-7.00   sec  25.3 MBytes   212 Mbits/sec    0    498 KBytes
[  4]   7.00-8.00   sec  25.3 MBytes   212 Mbits/sec    0    498 KBytes
[  4]   8.00-9.00   sec  25.2 MBytes   211 Mbits/sec    0    498 KBytes
[  4]   9.00-10.00  sec  25.4 MBytes   212 Mbits/sec    0    498 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   249 MBytes   209 Mbits/sec    0             sender
[  4]   0.00-10.00  sec   247 MBytes   207 Mbits/sec                  receiver

iperf Done.

So the Vero can send out data nicely and saturate the connection almost. The connection itself is a bit higher if I look from the AP’s point of view. But doesn’t matter.

osmc@Vero:~$ iperf3 -c diskstation -R
Connecting to host diskstation, port 5201
Reverse mode, remote host diskstation is sending
[  4] local 192.168.100.50 port 44230 connected to 192.168.100.30 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  12.2 MBytes   103 Mbits/sec
[  4]   1.00-2.00   sec  16.3 MBytes   137 Mbits/sec
[  4]   2.00-3.00   sec  12.3 MBytes   103 Mbits/sec
[  4]   3.00-4.00   sec  13.0 MBytes   109 Mbits/sec
[  4]   4.00-5.00   sec  12.1 MBytes   101 Mbits/sec
[  4]   5.00-6.00   sec  12.3 MBytes   103 Mbits/sec
[  4]   6.00-7.00   sec  13.1 MBytes   110 Mbits/sec
[  4]   7.00-8.00   sec  13.6 MBytes   114 Mbits/sec
[  4]   8.00-9.00   sec  14.0 MBytes   118 Mbits/sec
[  4]   9.00-10.00  sec  12.2 MBytes   102 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   132 MBytes   110 Mbits/sec  169             sender
[  4]   0.00-10.00  sec   131 MBytes   110 Mbits/sec                  receiver

iperf Done.

If going reverse you see the first problem, that the Vero4K seems only to receive half the data rate it can send out. So more or less topping out at 100MBit/s. Still I could live with that performance, which brings WLAN on par with wired.

Note the Pi tops out around 165ish Mbit/sec over WLAN, so a tad slower, but about the same in both directions. Well technically it is not a Pi, it’s another SOB that runs an ARM Debian. Tests on Ubuntu on a Notebook show also no Problems at all and are in line with what’s happening on the SOB.

CIFS on the Pi

twenty@pi: dd if=/dev/zero of=/mnt/test_smb/zzz.tmp bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 54.5467 s, 15.4 MB/s

twenty@pi: dd if=/mnt/test_smb/zzz.tmp of=/dev/null bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 52.1232 s, 16.1 MB/s

About what to expect, nothing special to see here. Reading a tad faster than writing.

NFS on the Pi

twenty@pi: dd if=/dev/zero of=/mnt/test_nfs/zzz.tmp bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 79.7751 s, 10.5 MB/s

Yes, writing NFS is significantly slower from the Pi. Never cared. Was not a network glitch. Probably something else I have running there. So let’s ignore this anomaly for now as it is specific to that installation.

twenty@pi: dd if=/mnt/test_nfs/zzz.tmp of=/dev/null bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 50.3636 s, 16.7 MB/s

As expect slightly faster than SMB. But absolutely negligible difference.

CIFS on the Vero4K

osmc@vero: dd if=/dev/zero of=/mnt/test_smb/zzz.tmp bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 36.3009 s, 23.1 MB/s

Yes, writing to a CIFS mount is absolutely no problem!

osmc@vero: dd if=/mnt/test_smb/zzz.tmp of=/dev/null bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 143.909 s, 5.8 MB/s

Meh, this sucks! Huge Problem. That is way too slow for no reason. Even with the diminished capabilities of receiving data compared to sending out (as iperf3 reports) this should not drop so significantly. It should be about double. It’s like it’s getting cut in half of what one expects given tests on other systems and the iperf3 results.

NFS on the Vero4K

osmc@vero: dd if=/dev/zero of=/mnt/test_nfs/zzz.tmp bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 32.4093 s, 25.9 MB/s

As expect slightly faster than SMB. But absolutely negligible, in the 10-15% range. That’s fine, no one should care about that.

osmc@vero: if=/mnt/test_nfs/zzz.tmp of=/dev/null bs=8M count=100
100+0 records in
100+0 records out
838860800 bytes (839 MB, 800 MiB) copied, 67.865 s, 12.4 MB/s

As pointed out, it seems the Vero4K cannot receive data faster here, so it tops out in accordance what iperf3 reported.

Other Notes
The Synology got its regular security updates. Also not RAID related, the test was done with a single disk to rule out any IOPS releated stuff as well. To rule the NAS out I also tested with CIFS shares from a Windows Server. . Same deal. I also thought maybe it is related to wireless on the Vero4K and plugged in a cable. Same deal, reading over the network tanks with SMB shares (no using SMB2 or so makes it even worse, dropping to 2MBit/s compared to SMB3). Though of course with the Vero4K the wired speed is slower as compared to wireless as it is only a 100Mbit/s port. But I am perfectly fine just thinking in 100MBit/s max here. Still SMB should reach 10Mbit/s easily, as it did in the past. So what changed? I could playback 1080p flawless for over a year, now it is nearly impossible. And no, no jumbo frames or anything here in the network. Plain old MTU of 1500. No firewalling or anything in place on the NAS, Switch or AP. As you see no issues from the Pi.

What Now?
Does this help? Any suggestions or ideas? Can you confirm the Vero4K cannot receive data faster than 100MBit/s but sends out faster over WLAN? If not, then we might have found the first thing that needs investigation.

I could understand that the hardware of the Vero4K is limited here and it maybe just can’t receive faster than 100MBit/s (never checked before as there were no problems). Still that should not give me half the performance with CIFS, It should be close to what the Pi does here. And this has recently started that it dropped so drastically that I barely can play 1080p files anymore.

So any ideas where to look? Can you reproduce this in some way? It’s just for receiving data compared to sending out, and SMB tanks way too much - which it didn’t do before.

Could be that the read ahead from Kernel mounts causes this? I have not tried with non Kernel mounts yet, given I had no serious problems before.

Excellent, comprehensive write-up.

I’m pretty much out of time for today, though others are, of course, free to chip in. I’ll see how my V4K WiFi performs tomorrow, though only on 2.4 GHz, after my Asus AC router took a turn for the worse a few weeks back.

To give us a clearer overall picture of your device, could you also provide full logs?

Of course: Logs

Fresh reboot, didn’t bother to enable debugging on Kodi, as this is independent of Kodi itself.

Let me know if you see something out of the ordinary or have any ideas I can try out. Really a strange problem, especially given that I had zero issues from day one and now can’t barely play 1080p files. Sure, will switch temporarily to NFS, but still want to know what is causing this. Puzzling problem…

Thanks for the logs.

I see your NAS is a bit of a beast, complete with 4 LAN ports. We’ve seen a few strange iperf figures with another Syno NAS - though admittedly it was more modest and older. What does ethtool show for the relevant interface port?

Yup, it’s quite beefy and probably a total overkill. CPU could be a bit faster though and sadly 10GbE ports are not included by default. Sure insanely expensive for home use, but I got a sweet deal on it, as I bought when a local company went out of business. Sadly they shreddered the HDDs that were inside. Wife Acceptance Factor (WAF) is really good with the compact cube design.

Anyway, I have configured a port (that is attached to my “official” home network) like any other run of the mill 1GbE port you would find on any smaller or older model, so no fancy bonding (which I never got to work properly probably because of my cheapo Netgear switch that is not up to the task and not properly manageable). Hence the most basic configuration until I replace the switch and revisit that topic. So should be nothing special here at all.

Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
                                             1000baseT/Half 1000baseT/Full
        Link partner advertised pause frame use: No
        Link partner advertised auto-negotiation: Yes
        Speed: 1000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: d
        Link detected: yes

I seem to re-call getting a good 200Mbps in RX and TX directions when connected to a 5Ghz network when testing some years ago.

However things have moved a lot since then, so it’s possible we have asymmetric speeds as a result of some driver changes.

Do we know if this has always been a problem?
Has anything changed in your environment, i.e. new router?

Sam

Yep, there seems to be an asymmetric speed issue on the Vero4K. In my case, I ran the tests on 2.4 GHz with a 20 MHz channel width. The Vero was placed next to the access point to ensure the best possible signal.

From a wireless Vero4K to a wired Pi3.

osmc@osmc-4k:~$ iperf3 -c 192.168.8.33
Connecting to host 192.168.8.33, port 5201
[  4] local 192.168.8.214 port 34220 connected to 192.168.8.33 port 5201
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  5.12 MBytes  42.9 Mbits/sec    0   67.9 KBytes       
[  4]   1.00-2.00   sec  5.79 MBytes  48.6 Mbits/sec    0   93.3 KBytes       
[  4]   2.00-3.00   sec  5.96 MBytes  49.8 Mbits/sec    0    115 KBytes       
[  4]   3.00-4.00   sec  6.00 MBytes  50.5 Mbits/sec    0    133 KBytes       
[  4]   4.00-5.00   sec  5.99 MBytes  50.3 Mbits/sec    0    150 KBytes       
[  4]   5.00-6.00   sec  6.24 MBytes  52.3 Mbits/sec    0    164 KBytes       
[  4]   6.00-7.00   sec  6.16 MBytes  51.7 Mbits/sec    0    178 KBytes       
[  4]   7.00-8.01   sec  6.22 MBytes  51.5 Mbits/sec    0    191 KBytes       
[  4]   8.01-9.00   sec  5.88 MBytes  50.0 Mbits/sec    0    202 KBytes       
[  4]   9.00-10.00  sec  6.31 MBytes  52.9 Mbits/sec    0    253 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec  59.7 MBytes  50.0 Mbits/sec    0             sender
[  4]   0.00-10.00  sec  59.0 MBytes  49.5 Mbits/sec                  receiver

Reverse mode.

osmc@osmc-4k:~$ iperf3 -R -c 192.168.8.33
Connecting to host 192.168.8.33, port 5201
Reverse mode, remote host 192.168.8.33 is sending
[  4] local 192.168.8.214 port 34224 connected to 192.168.8.33 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  3.99 MBytes  33.5 Mbits/sec                  
[  4]   1.00-2.00   sec  4.50 MBytes  37.8 Mbits/sec                  
[  4]   2.00-3.00   sec  4.33 MBytes  36.3 Mbits/sec                  
[  4]   3.00-4.00   sec  4.09 MBytes  34.3 Mbits/sec                  
[  4]   4.00-5.00   sec  4.17 MBytes  35.0 Mbits/sec                  
[  4]   5.00-6.00   sec  4.24 MBytes  35.6 Mbits/sec                  
[  4]   6.00-7.00   sec  3.67 MBytes  30.8 Mbits/sec                  
[  4]   7.00-8.00   sec  4.78 MBytes  40.1 Mbits/sec                  
[  4]   8.00-9.00   sec  4.22 MBytes  35.4 Mbits/sec                  
[  4]   9.00-10.00  sec  4.36 MBytes  36.6 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec  44.4 MBytes  37.2 Mbits/sec   45             sender
[  4]   0.00-10.00  sec  43.7 MBytes  36.7 Mbits/sec                  receiver

Just to be safe, I ran the V4K as the server and the Pi3 as the client, and the results were the same.

Your ethtool resuls show one anomaly:

    Supports auto-negotiation: Yes
    ...
    Advertised auto-negotiation: No

So if ethtool is to be believed, your NAS seems to be telling the router/switch that it doesn’t support auto-negotiation. In such a situation, the router/switch should fall back to half duplex, though ethtool says that the NAS is using full duplex. Of course, ethtool might be misreporting the situation, but this possible mismatch needs to be investigated.

And to complete the iperf stats, could you provide the wired figures (both directions) for the V4K <-> diskstation?

However things have moved a lot since then, so it’s possible we have asymmetric speeds as a result of some driver changes

Well if we could revert that in the other direction my problems would be solved right away :smiley:

Do we know if this has always been a problem?
Has anything changed in your environment, i.e. new router?

No recent environment changes. Sure, firmware updates on the NAS (security fixes mostly) and an firware updates on the AP as well. But these happened before I updated the Vero4K. I do not know the exact last Version of OSMC I was on, I think it was something pre-Summer or so. Before that I never had any read performance issues. But it could be that they have always been there but were not so drastic. Never felt the need to investigate the actual performance before.

Your ethtool resuls show one anomaly

That’s because for testing I connected the NAS directly to the router/AP to rule out any issues with my cheap switch. The router has locked the port to 1GbE. It’s an AVM, they don’t support proper autosensing and have a “power management” setting where you tell it which port is 100 and which is 1000.

And to complete the iperf stats, could you provide the wired figures (both directions) for the V4K <-> diskstation?

Sure, will run a complete set of wired test to make sure the initial quick wired test was not some kind of random glitch. Will do proper testing (variations with and without the switch) after the weekend and report back.

Also could you test with the Vero4K+ if wireless behaves asymetric as well? Because if the solution for me is going wired in the end I probably buy a second unit for the 1GbE connection right away and move the old one to another room, where an Amazon Fire TV is still in use.

I didn’t get a chance to test myself yet; but after mentioning in chat, @grahamh reported >150Mbps in both directions today with some fair distance from his router.

I will do some testing shortly (iperf3 in both directions)

4K and 4K + share the same WiFi module (and firmware).

Cheers

Sam

From @grahamh:


C:\ProgramFiles\iperf-3.1.3-win64>iperf3 -c 192.168.1.1 -R
Connecting to host 192.168.1.1, port 5201
Reverse mode, remote host 192.168.1.1 is sending
[  4] local 192.168.1.114 port 57696 connected to 192.168.1.1 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  16.8 MBytes   141 Mbits/sec
[  4]   1.00-2.00   sec  18.1 MBytes   152 Mbits/sec
[  4]   2.00-3.00   sec  18.8 MBytes   158 Mbits/sec
[  4]   3.00-4.00   sec  19.0 MBytes   160 Mbits/sec
[  4]   4.00-5.00   sec  17.3 MBytes   145 Mbits/sec
[  4]   5.00-6.00   sec  18.6 MBytes   156 Mbits/sec
[  4]   6.00-7.00   sec  18.7 MBytes   157 Mbits/sec
[  4]   7.00-8.00   sec  18.4 MBytes   154 Mbits/sec
[  4]   8.00-9.01   sec  18.3 MBytes   152 Mbits/sec
[  4]   9.01-10.00  sec  16.7 MBytes   141 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec   181 MBytes   152 Mbits/sec    0             sender
[  4]   0.00-10.00  sec   181 MBytes   152 Mbits/sec                  receiver

iperf Done.

C:\ProgramFiles\iperf-3.1.3-win64>iperf3 -c 192.168.1.1
Connecting to host 192.168.1.1, port 5201
[  4] local 192.168.1.114 port 57698 connected to 192.168.1.1 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  25.2 MBytes   211 Mbits/sec
[  4]   1.00-2.01   sec  24.5 MBytes   205 Mbits/sec
[  4]   2.01-3.00   sec  23.9 MBytes   201 Mbits/sec
[  4]   3.00-4.00   sec  24.0 MBytes   202 Mbits/sec
[  4]   4.00-5.00   sec  24.2 MBytes   203 Mbits/sec
[  4]   5.00-6.00   sec  23.2 MBytes   195 Mbits/sec
[  4]   6.00-7.00   sec  24.1 MBytes   202 Mbits/sec
[  4]   7.00-8.00   sec  23.0 MBytes   193 Mbits/sec
[  4]   8.00-9.00   sec  22.5 MBytes   189 Mbits/sec
[  4]   9.00-10.00  sec  22.8 MBytes   191 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec   238 MBytes   199 Mbits/sec                  sender
[  4]   0.00-10.00  sec   238 MBytes   199 Mbits/sec                  receiver

I was referring to the possibility of a duplex mismatch, rather than a speed mismatch.

I also noticed that your ethtool report says the NAS supports only full duplex at 1 Gbps, yet advertises both half and full duplex. :wink:

Redid some wired tests: Wired shows the same extreme slowdown with SMB that no other device in my network has, neither wireless nor wired. Same drill, looks basically the same, just top speed is of course a tad lower. And no, no duplex issue involved or anything else or other devices would show similar problems. It’s specific to the Vero in my network. Only device with problems after I recently upgraded…

So going back several versions for now (something from Spring or so) so the device works as it did in the past as it’s not even impossible to play 1080p content smoothly anymore. And I probably leave it at that release then. Should I find some time I might do some more investigations when exactly the problem that shows in m environment came up…

One more question though that just came to my mind? How do I set CIFSMaxBufSize on the Vero4k? I noticed I cannot increased it beyond 65535 in /etc/fstab. This is the only difference I noticed that any other Linux setup uses larger values per default (NFS does as well). Adding something to /etc/modprobe.d didn’t work.

Any suggestions how to increase rsize on the Vero4K? I like to try that out before resetting the unit and start over.

It’s a module param:

MODULE_PARM_DESC(CIFSMaxBufSize, "Network buffer size (not including header). "
                                 "Default: 16384 Range: 8192 to 130048");

So we can adjust it – but I’m not sure why it’snot causing issues for other users.
It should be adjustable under /sys/module

Sam

It’s not exposed under /sys/module/cifs/parameters/, would be readonly anyway.

Don’t know if it makes a difference, but I like to give it a shot if it makes any difference at all. Given that CIFS is not loaded as module as it seams I do not know how to adjust kernel parameters here.

I’ll look in to this and give you an update when things die down after Leia.

Sam