Cant transfer
Cant transfer
I have managed to get my drive mounting, It is set as ext4. I have created a user called 'user' and connected to the NFS using my pc with the correct details. Can anyone advise why i can transfer a 2kb shortcut fine but not a movie?
Re: Cant transfer
Are you using dropbear or OpenSSH? dropbear does not support scp file transfers
Re: Cant transfer
I had drop bear enabled. but i also installed the NFS option in optimised software
Re: Cant transfer
Puh ... NFS is a little bit trickySabiracer wrote: I have created a user called 'user' and connected to the NFS using my pc
It will take care of many things: UID number, username mappings, group id, no_root_squash, ...
http://nfs.sourceforge.net/nfs-howto/ar ... ion_issues
Or search with google for more help with: nfs user permissions or nfs user mapping
Code: Select all
root@RPi-Zero:~# id dietpi
uid=1000(dietpi) gid=1000(dietpi) groups=1000(dietpi),4(adm),5(tty),20(dialout),24(cdrom),27(sudo),29(audio),33(www-data),44(video),46(plugdev),60(games),100(users),101(input),108(netdev),999(spi),998(i2c),997(gpio)
Code: Select all
root@RPi-Zero:~# cat /etc/exports
/mnt/dietpi_userdata *(rw,async,no_root_squash,fsid=0,crossmnt,no_subtree_check)
Code: Select all
root@RPi-Zero:~# cat /etc/idmapd.conf
[General]
Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
# set your own domain here, if it differs from FQDN minus hostname
# Domain = localdomain
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
Re: Cant transfer
I missed the NFS mapping...duh
Re: Cant transfer
Thanks, I decided for simplicity to switch to Samba as i will be primarily connecting via Windows and it seems to be working well.
Thanks for all your help.
Thanks for all your help.