fstab not worked ubuntu server 20.04 raspberry 4b 4GB
Posted: Mon Jun 15, 2020 1:15 pm
hardware: raspberry 4b 4GB
system: ubuntu server 20.04
i already addedcode in /etc/fstab
and I can use
but fstab didn't work not mount.
and my nfs server didn't work also.
here is /etc/exports
system: ubuntu server 20.04
i already added
Code: Select all
/dev/sda1 /media/toshiba ntfs-3g defaults,noexec,nofail,x-systemd.device-timeout=1,umask=0000 0 0
and I can use
Code: Select all
mount -t ntfs-3g /dev/sda1 /media/toshibaand my nfs server didn't work also.
here is /etc/exports
Code: Select all
/media/toshiba 192.168.0.0/24(rw,sync,no_subtree_check,insecure)