osmc@OSMCmedia:~$ mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=370520k,nr_inodes=92630,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /run type tmpfs (rw,relatime)
/dev/mmcblk0p2 on / type ext4 (rw,relatime,stripe=1024,data=ordered)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=21,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
systemd-1 on /boot type autofs (rw,relatime,fd=33,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/sda1 on /media/KODI MEDIA type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks)
/dev/mmcblk0p1 on /boot type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=75104k,mode=700,uid=1000,gid=1000)
osmc@OSMCmedia:~$ mkdir /home/osmc/wdmycloud/test_folder
osmc@OSMCmedia:~$ ls -lah /home/osmc/wdmycloud
total 12K
drwxr-xr-x 3 osmc osmc 4.0K May 18 11:03 .
drwxr-xr-x 10 osmc osmc 4.0K May 18 01:14 ā¦
drwxr-xr-x 2 osmc osmc 4.0K May 18 11:03 test_folder
Exactly! But i been trying to do so in fstab⦠I cant seem to figure out the path to get that working. My NAS NFS is enabled and it points to⦠//192.168.11.14/nfs/cloud
We need to see EXACTLY what your /etc/fstab looks like. The complete file. Or do as already asked and post logs.
If that is a line from your fstab, you are missing the rw parameter.
See my current fstab;
192.168.11.14:/nfs/cloud /home/osmc/wdmycloud nfs atime,noauto,rw,dev,exec,suid 0 0
Well, you have noauto in the fstab, so the drive will not boot on mount. Maybe add auto,nofail or x-systemd.automount
And itās confusing, your first fstab had cifs, now you have nfs. How about the COMPLETE fstab and some logs? Iāve asked for those twice already.
As requested previously, we need logs to get a better understanding of the problem. Please see How to submit a useful support request - General - OSMC
Sorry for the confusionā¦
I was just posting the previous fstab that had the cifs configuration that workedā¦
The problem is it should be NFS since iām using the NAS, couchpotato is having permission issues reading and writing to the drive. So I was trying to find out what would i need to get it working. Iām a noob like literally learning as i go along. the last fstab is just something i followed based on things im seeing posted. But this isnāt working.
OK, until you post logs, Iām not going to respond again. Iām asking for logs for a good reason. If you donāt want to post your logs, then you will not get much more help here.
Calm down calm down⦠Thatās the problem with you tech gurus when the new guys trying to figure stuff out. I have to process all the information thatās coming in and try to interpret and provide whats needed. When I reach back home I will look at the link you provide and provide logs.