Feature request - cloudshell XU4

Hi John,

I’ve updated the script to provide a little more information. I believe df is failing to respond (timing out). If i remember correctly, are you running any NFS mounts on this system?

We currently allow for 4 seconds, before we terminate the df process if it doesnt respond. As previously, this prevents it locking up the Cloudshell stats in NFS drop situations,

Get new script:

wget https://raw.githubusercontent.com/Fourdee/DietPi/testing/dietpi/dietpi-cloudshell -O /DietPi/dietpi/dietpi-cloudshell

If df fails to respond, error log will be created here, and, you’ll also get a “DF failed” print on the scene:

/var/log/dietpi-cloudshell.log

Hi Fourdee,

Thanks for the update - but no change here. Sometime I have a correct display, sometime it is the “Mount not cative message”.

I have NFS shares on a QNAP but it doesn’t make any difference if this is powered up or not. I drives I reference in Cloudshell are local - a USB flask and an SSD.

John

Hi John,

Really strange.

Checked the code. It appears df is returning a result, but for some reason, the result is missing your mounted drives. Basically this means the drive isn’t mounted at that time, which is bizarre lol.

Lets check dmesg for any mounting information
If you get a chance, could you please paste/upload the results of:

dmesg

HI Fourdee,

Too big for here so here’s the link:

http://pastebin.com/WPyL6hUu

John

Hi John,

Thanks.

Only appears we have logs for 32 seconds after boot. If any errors occurred afterwards, they should be time stamped.

[ 8.292214] [c7] sdb: unknown partition table
[ 8.340711] [c7] EXT4-fs (sdb): mounting with “discard” option, but the device does not support discard
[ 8.341533] [c7] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard

Strange, it reports a unknown partition table (note: maybe it doesn’t like GPT, prefers MBR?), yet mounts it fine. Can you remember how this drive was originally formatted (eg: through dietpi-drive_manager or elsewhere)?

I think I formatted this from the command line but I can’t really remember - this is a 120 GB SSD.

I’ll reformat through DietPi later today and see if that makes any difference.

John

Hi Fourdee,

Reformatted the SSD with dietpi drive manager and mounted as usb_2.

Still the same “Mount not active” message on the eMMC and SSD drives - the USB flash drive does not show this message. The numbers look as they should be for all three drives.

The dmesg is here:

http://pastebin.com/KNq7qfq7

Thanks for you help with this I am not sure where to go from here.

John

Thanks John, I’ll take a look and get back to you within a few days (NanoPi’s turned up, image’r’us :wink: lol)
https://github.com/Fourdee/DietPi/issues/603
https://github.com/Fourdee/DietPi/issues/602

Hi Fourdee,

Thanks for following up on this - the numbers on the display are fine the only irregularity is the “mount not active” error - this doesn’t worry me but I know you’ll want this working perfectly.

Any other cloudshell users tested this?

John

Hi John,

Dmesg looks fine.

I’ve added some extra debug/logging code to the script, should give us some useful information on the cause:

wget https://raw.githubusercontent.com/Fourdee/DietPi/testing/dietpi/dietpi-cloudshell -O /DietPi/dietpi/dietpi-cloudshell

Reboot system.

When you notice the “Mount not active” message, check the log file and paste results please:

cat /var/log/dietpi-cloudshell.log

This was done when the eMMC was repsorted as not active:

Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 29G 11G 18G 38% /
udev 10M 0 10M 0% /dev
tmpfs 399M 6.8M 392M 2% /run
tmpfs 996M 4.0K 996M 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 996M 0 996M 0% /sys/fs/cgroup
/dev/sda1 110G 3.6G 101G 4% /mnt/usb_2
tmpfs 10M 1.3M 8.8M 13% /DietPi
tmpfs 996M 12K 996M 1% /tmp
/dev/mmcblk0p1 71M 33M 39M 46% /boot
/dev/sdb1 15G 5.9G 8.0G 43% /mnt/usb_1
192.168.1.4:/pi 8.2T 4.7T 3.5T 58% /mnt/pi
192.168.1.4:/Multimedia/Music/John’s iTunes/Music 8.2T 4.7T 3.5T 58% /mnt/Music
192.168.1.4:/Multimedia/Movies 8.2T 4.7T 3.5T 58% /mnt/Movies
192.168.1.4:/TV Series 8.2T 4.7T 3.5T 58% /mnt/TV Series
192.168.1.4:/TV Documentaries 8.2T 4.7T 3.5T 58% /mnt/TV Documentaries
192.168.1.4:/Triathlon 8.2T 4.7T 3.5T 58% /mnt/Triathlon
192.168.1.4:/Music Videos 8.2T 4.7T 3.5T 58% /mnt/Music Videos
192.168.1.4:/Multimedia/Photos 8.2T 4.7T 3.5T 58% /mnt/Photos

Thanks John,

Bizarre. When executing the source code based on the above df export, all seems fine:

root@DietPi-XU4:~# store_path='/'
root@DietPi-XU4:~# cat test | grep "$store_path$"
/dev/mmcblk0p2 29G 11G 18G 38% /

Was there any of the following entries in the log file?:

"$(date) | df failed to respond"

note to self:
kill df process not waiting for termination?

Hi Fourdee,

Just tried again all drives reported as mounted - no errors anywhere.

And the mount not active message still appears seemingly randomly.

John

Hi John,

Thanks for update.
I’am still unable to replicate this my end, so this may need to go back and forth for a while before we find the cause.

If the ‘Mount not active’ message appears, please copy/paste the whole logfile contents:

/var/log/dietpi-cloudshell.log

Also, if you can, please paste results of:

ps aux

HI Fourdee,

The log is here:

http://pastebin.com/1qgRtZ1b

ps aux is below

root@odroid:~# ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.1  0.1   5448  3116 ?        Ss   07:05   0:08 /sbin/init
root         2  0.0  0.0      0     0 ?        S    07:05   0:00 [kthreadd]
root         3  0.2  0.0      0     0 ?        S    07:05   0:13 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/0]
root         8  0.5  0.0      0     0 ?        S    07:05   0:24 [rcu_preempt]
root         9  0.0  0.0      0     0 ?        S    07:05   0:00 [rcu_bh]
root        10  0.0  0.0      0     0 ?        S    07:05   0:00 [rcu_sched]
root        11  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/0]
root        12  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/1]
root        13  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/1]
root        14  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/1]
root        16  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/1:0H]
root        17  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/2]
root        18  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/2]
root        19  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/2]
root        21  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/2:0H]
root        22  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/3]
root        23  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/3]
root        24  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/3]
root        26  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/3:0H]
root        27  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/4]
root        28  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/4]
root        29  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/4]
root        31  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/4:0H]
root        32  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/5]
root        33  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/5]
root        34  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/5]
root        36  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/5:0H]
root        37  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/6]
root        38  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/6]
root        39  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/6]
root        41  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/6:0H]
root        42  0.0  0.0      0     0 ?        S    07:05   0:00 [watchdog/7]
root        43  0.0  0.0      0     0 ?        S    07:05   0:00 [migration/7]
root        44  0.0  0.0      0     0 ?        S    07:05   0:00 [ksoftirqd/7]
root        46  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/7:0H]
root        47  0.0  0.0      0     0 ?        S<   07:05   0:00 [khelper]
root        48  0.0  0.0      0     0 ?        S    07:05   0:00 [kdevtmpfs]
root        49  0.0  0.0      0     0 ?        S<   07:05   0:00 [netns]
root        50  0.0  0.0      0     0 ?        S<   07:05   0:00 [writeback]
root        51  0.0  0.0      0     0 ?        S<   07:05   0:00 [kintegrityd]
root        52  0.0  0.0      0     0 ?        S<   07:05   0:00 [bioset]
root        53  0.0  0.0      0     0 ?        S<   07:05   0:00 [crypto]
root        54  0.0  0.0      0     0 ?        S<   07:05   0:00 [kblockd]
root        55  0.0  0.0      0     0 ?        S    07:05   0:00 [khubd]
root        59  0.0  0.0      0     0 ?        S    07:05   0:00 [irq/512-s2mps1
root        65  0.0  0.0      0     0 ?        S    07:05   0:00 [ion_noncontig_
root        66  0.0  0.0      0     0 ?        S<   07:05   0:00 [devfreq_wq]
root        67  0.0  0.0      0     0 ?        S    07:05   0:01 [kworker/5:1]
root        68  0.1  0.0      0     0 ?        S    07:05   0:05 [kworker/4:1]
root        69  0.1  0.0      0     0 ?        S    07:05   0:07 [kworker/0:1]
root        70  0.0  0.0      0     0 ?        S    07:05   0:00 [kworker/2:1]
root        71  0.0  0.0      0     0 ?        S    07:05   0:01 [kworker/3:1]
root        72  0.0  0.0      0     0 ?        S    07:05   0:00 [kworker/1:1]
root        73  0.0  0.0      0     0 ?        S    07:05   0:01 [kworker/6:1]
root        74  0.0  0.0      0     0 ?        S    07:05   0:00 [khungtaskd]
root        75  0.0  0.0      0     0 ?        S    07:05   0:00 [kswapd0]
root        76  0.0  0.0      0     0 ?        S    07:05   0:00 [fsnotify_mark]
root        91  0.0  0.0      0     0 ?        S<   07:05   0:00 [kthrotld]
root        92  0.0  0.0      0     0 ?        S    07:05   0:00 [irq/529-hdmi]
root        93  0.0  0.0      0     0 ?        S<   07:05   0:00 [g3d_dvfs]
root        94  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/u17:0]
root        95  0.0  0.0      0     0 ?        S<   07:05   0:00 [kbase_job_faul
root        96  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/u17:1]
root        97  0.0  0.0      0     0 ?        S    07:05   0:00 [irq/530-dwc3_i
root        98  0.0  0.0      0     0 ?        S    07:05   0:00 [irq/531-dwc3_b
root        99  0.0  0.0      0     0 ?        S<   07:05   0:00 [usb_switch]
root       100  0.0  0.0      0     0 ?        S    07:05   0:00 [irq/128-110000
root       101  0.0  0.0      0     0 ?        S<   07:05   0:00 [s5p_mfc/watchd
root       102  0.0  0.0      0     0 ?        S<   07:05   0:00 [s5p_mfc/sched]
root       103  0.0  0.0      0     0 ?        S<   07:05   0:00 [dw-mci-card]
root       104  0.0  0.0      0     0 ?        S<   07:05   0:00 [dw-mci-card]
root       112  0.3  0.0      0     0 ?        S    07:05   0:16 [mmcqd/0]
root       113  0.0  0.0      0     0 ?        S    07:05   0:00 [mmcqd/0boot0]
root       114  0.0  0.0      0     0 ?        S    07:05   0:00 [mmcqd/0boot1]
root       116  0.0  0.0      0     0 ?        S    07:05   0:00 [scsi_eh_0]
root       117  0.0  0.0      0     0 ?        S    07:05   0:00 [usb-storage]
root       118  0.0  0.0      0     0 ?        S    07:05   0:00 [scsi_eh_1]
root       119  0.0  0.0      0     0 ?        S    07:05   0:00 [usb-storage]
root       120  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/6:1H]
root       122  0.0  0.0      0     0 ?        S<   07:05   0:00 [deferwq]
root       123  0.0  0.0      0     0 ?        S<   07:05   0:00 [cluster_monito
root       124  0.1  0.0      0     0 ?        S    07:05   0:07 [thread_hotplug
root       125  0.0  0.0      0     0 ?        S<   07:05   0:00 [event-hotplug]
root       126  0.0  0.0      0     0 ?        S<   07:05   0:00 [force-hotplug]
root       156  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/4:1H]
root       157  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/0:1H]
root       158  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/7:1H]
root       159  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/5:1H]
root       161  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/3:1H]
root       177  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/1:1H]
root       178  0.0  0.0      0     0 ?        S<   07:05   0:00 [kworker/2:1H]
root       199  0.0  0.0      0     0 ?        S    07:05   0:02 [jbd2/mmcblk0p2
root       200  0.0  0.0      0     0 ?        S<   07:05   0:00 [ext4-dio-unwri
root       245  0.0  0.0      0     0 ?        S    07:05   0:02 [kworker/7:2]
root       252 35.1  0.0      0     0 ?        S    07:05  27:09 [spi1]
root       260 13.4  0.0      0     0 ?        D    07:05  10:20 [irq/534-ads784
root       274  0.0  0.1   8724  2072 ?        Ss   07:05   0:00 /lib/systemd/sy
root       283  0.0  0.0  10452  1396 ?        Ss   07:05   0:00 /lib/systemd/sy
root       429  0.0  0.0      0     0 ?        S    07:05   0:00 [jbd2/sda1-8]
root       430  0.0  0.0      0     0 ?        S<   07:05   0:00 [ext4-dio-unwri
root       434  0.0  0.0      0     0 ?        S    07:05   0:00 [jbd2/sdb1-8]
root       435  0.0  0.0      0     0 ?        S<   07:05   0:00 [ext4-dio-unwri
root       549  0.0  0.0      0     0 ?        S<   07:05   0:00 [rpciod]
root       556  0.0  0.0      0     0 ?        S<   07:05   0:00 [nfsiod]
root       586  0.0  0.0   3660  1024 ?        Ss   07:05   0:00 /sbin/rpcbind -
statd      623  0.0  0.0   3860  1260 ?        Ss   07:05   0:00 /sbin/rpc.statd
root       661  0.0  0.0   2356   596 ?        Ss   07:05   0:00 /usr/sbin/rpc.i
root       666  0.0  0.0      0     0 ?        S    07:05   0:00 [lockd]
root       774  0.0  0.9 134756 19036 ?        Ss   07:05   0:01 php-fpm: master
daemon     775  0.0  0.0   2164   696 ?        Ss   07:05   0:00 /usr/sbin/atd -
root       777  0.0  0.1   6532  2152 ?        Ss   07:05   0:00 /usr/sbin/sshd
root       780  0.0  0.0   2676  1040 ?        Ss   07:05   0:00 /lib/systemd/sy
message+   799  0.0  0.0   4576  1448 ?        Ss   07:05   0:00 /usr/bin/dbus-d
root       866  0.0  0.0  31392  2016 ?        Ssl  07:05   0:00 /usr/sbin/rsysl
www-data   900  0.1  2.1 149972 44136 ?        S    07:05   0:06 php-fpm: pool w
www-data   902  0.1  2.5 150036 52536 ?        S    07:05   0:06 php-fpm: pool w
root       945  2.1  0.0      0     0 ?        R    07:05   1:39 [cfinteractive0
root       953  0.7  0.0      0     0 ?        S    07:05   0:35 [cfinteractive4
root      1011  0.7  1.5 103456 31396 ?        Sl   07:05   0:35 /usr/bin/python
root      1014  0.0  0.7  21100 15752 ?        Ss   07:05   0:00 /usr/bin/perl /
root      1097  0.0  0.0   4444  1300 tty1     Ss   07:05   0:00 /bin/login -f
root      1139  0.6  1.4 230580 28992 ?        Sl   07:05   0:32 /usr/bin/python
root      1192  0.0  0.1   5912  2720 tty1     S+   07:05   0:00 -bash
root      1226  0.0  0.0   4664  1004 ?        Ss   07:05   0:00 /usr/sbin/cron
root      1312  2.5  0.1   5516  2256 ?        SN   07:05   1:56 /bin/bash /Diet
root      1358  0.0  0.2  31084  4680 ?        Ss   07:05   0:01 /usr/sbin/smbd
root      1380  0.0  0.1  31084  2396 ?        S    07:05   0:00 /usr/sbin/smbd
root      1402  0.0  0.1  19564  2280 ?        Ss   07:05   0:00 /usr/sbin/nmbd
www-data  1425  0.1  0.2   9644  4236 ?        Ss   07:05   0:08 /usr/sbin/light
root      1444  0.0  0.6 172232 12308 ?        Ss   07:05   0:01 php-fpm: master
www-data  1449  0.0  0.1 172232  3424 ?        S    07:05   0:00 php-fpm: pool w
www-data  1450  0.0  0.1 172232  3424 ?        S    07:05   0:00 php-fpm: pool w
www-data  1451  0.0  0.1 172232  3424 ?        S    07:05   0:00 php-fpm: pool w
www-data  1452  0.0  0.1 172232  3424 ?        S    07:05   0:00 php-fpm: pool w
root      1485  0.0  0.0   1432   488 ?        S    07:05   0:00 /bin/sh /usr/bi
mysql     1988  1.0  3.5 312692 71420 ?        Sl   07:05   0:47 /usr/sbin/mysql
www-data  2070  0.1  0.4  13360  8720 ?        S    07:05   0:07 /usr/sbin/dnsma
root      2122  0.0  0.0   5592  1184 ?        Ss   07:05   0:00 su -s /bin/sh -
root      2126  0.2  0.1 800280  3944 ?        Sl   07:05   0:11 /usr/bin/syncth
emby      2156 14.7 23.9 564876 488268 ?       Ssl  07:05  11:18 /usr/bin/mono-s
root      2159 50.2  2.5 802648 51032 ?        Sl   07:05  38:36 /usr/bin/syncth
urbackup  2167  0.0  0.7  81984 16148 ?        Sl   07:05   0:03 /usr/sbin/urbac
root      2326  3.0  5.5 241344 113628 ?       Sl   07:06   2:20 /usr/bin/python
root      2329  0.2  1.2  31920 25692 ?        S    07:06   0:09 /usr/bin/python
root      2367  3.3  1.3  63492 27748 ?        Sl   07:06   2:34 /usr/bin/python
www-data  3970  0.1  2.1 152020 42872 ?        S    07:06   0:06 php-fpm: pool w
root      3985  0.1  0.0      0     0 ?        S    08:11   0:01 [kworker/u16:2]
root      5465  0.0  0.0      0     0 ?        S    08:12   0:00 [kworker/6:0]
root      5545  0.0  0.0      0     0 ?        S    08:12   0:00 [kworker/0:2]
root      5617  0.0  0.0      0     0 ?        S    08:13   0:00 [kworker/7:0]
root      7600  0.0  0.0      0     0 ?        S    07:42   0:00 [kworker/1:2]
root      7740  0.0  0.0      0     0 ?        S    08:15   0:00 [kworker/4:0]
root      9376  0.0  0.0      0     0 ?        S    08:16   0:00 [kworker/5:2]
root     10665  0.0  0.1  10204  2764 ?        Ss   08:17   0:00 sshd: root@nott
root     10675  0.0  0.0   1952   852 ?        Ss   08:17   0:00 /usr/lib/openss
root     10827  0.0  0.1  10068  2740 ?        Rs   08:18   0:00 sshd: root@pts/
root     10837  0.0  0.1   5908  2688 pts/0    Ss   08:18   0:00 -bash
root     11719  0.0  0.0      0     0 ?        S    08:19   0:00 [kworker/6:2]
root     12494  0.0  0.0      0     0 ?        S    08:19   0:00 [kworker/0:0]
root     13157  0.0  0.0      0     0 ?        S    08:20   0:00 [kworker/4:2]
root     13972  0.6  0.0      0     0 ?        S    08:21   0:00 [kworker/u16:0]
root     14808  0.0  0.0      0     0 ?        S    08:22   0:00 [kworker/5:0]
root     15424  0.0  0.0   3184   468 ?        SN   08:22   0:00 sleep 5
root     15426  0.0  0.0   4440   936 pts/0    R+   08:22   0:00 ps aux
root     26366  0.0  0.0      0     0 ?        S    08:01   0:00 [kworker/3:2]
root     27237  0.0  0.0      0     0 ?        S    08:02   0:00 [kworker/2:2]
root     30218  0.3  0.0      0     0 ?        S    08:05   0:03 [kworker/u16:1]

Thanks again for looking into this.

John

Thanks John.

Looks like this is occurring alot. Will check it over and hopefully i’ll come back with some solutions :slight_smile:

EDIT:

/mnt/TV Series

Think it may have something to do with the space in your mount targets, as we use AWK to print a specific section separated by whitespace. Lemme run some tests.

Hi Fourdee,

I think you are onto something - in FSTAB I commented out the shares with spaces in their names, rebooted, and no “Mount not active” message.

I change FSTAB back and mount -av and the message reappears.

John

Hi John,

Excellent! I’ll create a ticket and take a look: https://github.com/Fourdee/DietPi/issues/618, should be a simple fix (probably jinxed it now lol)

Hi John,

I cant seem to find your /etc/fstab file in this thread, want to take a look at mounts, any chance you could paste it here please when you get a chance?

Here we go and thanks for looking into this.

#Internal Drives---------------------------------------------------
proc            /proc           proc    defaults							0 0
UUID=96C3-9298 /boot vfat	defaults,noatime,discard						0 2
UUID=e139ce78-9841-40fe-8823-96a304a09859  /   ext4    defaults,noatime,discard		0 1
UUID=923cb99c-a4fd-47e7-99ca-eb260494eea7 /mnt/usb_1 ext4 defaults,noatime			0 1
UUID=219a7a4a-196b-4156-a176-f52e6b11c9c3       /mnt/usb_2      auto     defaults,noatime,nofail,x-systemd.automount  0       0

#/home/john/crypt /home/john/crypt ecryptfs defaults,noatime,nofail 0 0

#QNAP
192.168.1.4:/pi /mnt/pi nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/Multimedia/Music/John's\040iTunes/Music /mnt/Music nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/Multimedia/Movies /mnt/Movies nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/TV\040Series /mnt/TV\040Series nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/TV\040Documentaries /mnt/TV\040Documentaries nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/Triathlon /mnt/Triathlon nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/Music\040Videos /mnt/Music\040Videos nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.1.4:/Multimedia/Photos /mnt/Photos nfs rsize=8192,wsize=8192,timeo=14,intr 0 0


#/dev/mmcblk0p1  /boot           vfat    defaults,noatime,discard							0 2
#/dev/mmcblk0p2  /               ext4    defaults,noatime,discard							0 1
tmpfs 			/tmp  			tmpfs 	defaults,noatime,nodev,nosuid,mode=1777				0 0
#/var/log DietPi Ramlog Disabled
tmpfs 			/DietPi