I'm running FreeBSD14.0-CURRENT on both my client and my server, and I export some ZFS directories via NFSv4.
I've been having a weird issue with things such as vscode, where the file is not automatically refreshing (and this means I need to manually refresh git, and it leads to a lot of file...
I've been trying to implement an NFS-based mounting system for some shared data between jails, and have found a mostly working solution that comes with a problem.
Goal:
Share an NFS-mounted directory between two jails: $jail0 and $jail1.
NFS share: $ip:/path/to/share containing some common...
Hi, please could someone explain me what happend with this files that I've uploaded by NFS from windows host to my freebsd as a NFS server.
1 file was: FreeBSD-13.0-RELEASE-amd64-dvd1.iso;
and then 2 files apear 1 kb each:
FreeBSD-13.0-RELEASE-amd64-dvd1.iso:SmartScreen...
So, a Pi4 box is a server (192.168.66.40), a FreeBSD 13.0 laptop is a client (192.168.66.24).
As far I understood, mount Samba is absolutely impossible? Because mount_smbfs still doesn't know what is SMB2+ ? (I don't want to use smbclient, really).
OK, let's try NFS. No way too. It just hangs...
Hello,
I am currently having an issue mounting a remote (LAN) file directory from a Truenas server on to a freebsd virtual machine (13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3) unaltered kernel.
I set /etc/fstab in this manner:
10.111.111.70:/mnt/storage /home/user/backup nfs rw,hard,intr 0 0
I...
Hello friends,
I need to export by NFS the home for a remote server...
The creation process was as follows:
Create the pool called 'storage'
zpool create storage da1
See the pool mounted
df -h | egrep 'Filesystem|storage '
Filesystem Size Used Avail...
Hi all,
the man page of mount_nfs shows a -D option and a -o deadthresh option. However running the command on 12.2 shows:
# mount_nfs -D 1 server:/path /path
-D deprecated, use -o deadthresh=<value>
mount_nfs: nmount: /path, mount option...
Hello,
I've just setup a NAS running NFS on NetBSD. I can automatically mount the directory over NFS with the fstab entry:
x.x.x.:/samsMegaStorage /mnt/storage nfs rw 0 0
(where x.x.x.x is the Ip address of the server)
However when I mount it using sudo mount -a the owner of...
I am generally confused about how to use NFSv4 properly.
My situation is rather simple: An application server and a storage server. The application sever has several jails some of which are supposed to get access to an NFS share on the storage server. The two servers are connected over a 1:1 10...
The following scenario is happening on two freshly installed FreeBSD 13.0-RELEASE hosts.
Host A acts as an NFSv4 server. It provides the following share: 192.168.250.61:/myshare
Host B can successfully mount and browse the share using mount -t nfs -o nfsv4,rw 192.168.250.61:/mysare /mnt.
Host B...
Hi,
I'll try to keep the scenario as simple as possible, just what I need, and leave out all the other things that didn't work while experimenting with nfs.
I have the following working:
# /etc/exports
V4: /
/exports/pub
/exports/priv
This "works" - I can mount (from a linux machine) with...
Hi everybody! Happy & healthy 2021 !
My newly assembled FreeBSD server is now up and running. ?
Summary of the setup:
CPU: Intel(R) Pentium(R) CPU G4560 @ 3.50GHz (3504.17-MHz K8-class CPU)
Storage: ZFS RAIDZ2 using 5 Toshiba N300 7.2K 4TB
Memory: 32GB, I limited ARC to 16GB in...
Hi all,
I have longstanding issue with our NFS server, going probably from 10.x release times. Also problematic counterpart (client) has undergone multiple upgrades, but problem persists.
Quick intro - NFS server on FreeBSD 12.2 (running there probably for about 3-4 years, hence mentioning...
I am fairly new to FreeBSD after several years of using Linux (mostly Gentoo, but also Void).
I run 12.1-STABLE as I want my ryzen temperatures to work, but plan to go back to RELEASE as soon as 12.2 is realeased.
I'm in the process of adapting what I want to do to this new environment.
I have...
I have a FreeBSD 12.1-RELEASE machine, hostname DellOptiPlex390. I would like to export the folders /usr/home/jdrch/KeePass and /usr/home/jdrch/Sync and mount them via NFS on an OpenIndiana Hipster GUI machine with IP address 192.168.0.71. My username, jdrch, is the same on both machines. I...
In the near future I may have a requirement to provide storage for a couple of VMWare servers that are currently running NFS off an ageing Netapp appliance. As good as the Netapp probably is, the chance of it going wrong worries me as I don't really have a clue what I'm doing with it, and it...
Hello,
Not sure if this topic is for here or for the storage section.
I have mounted NFS via fstab with the following parameters:
192.168.101.201:/someshare /usr/local/www/someshare nfs rw,nolockd 0 0
Trying to copy recursive directory with many files ends with error "cannot create file"...
I am trying to use the zfs set sharenfs command in order to share a directory with specific options, but whenever I try to add more than the -ro flag (ie zfs set sharenfs="-ro" library/Movies), the share stops being listed when I run showmount -e.
I tried adding just the async flag as well with...
hello people,
i run freebsd 12 in virtualbox on ubuntu.
on ubuntu my folder from qnap-nas is mounting like this:
first install "nfs-common"
and than write in the /etc/fstab
x.x.x.x:/qnap-folder /home/user1/qnap nfs rw 0 0
when i start my file-explorer in ubuntu, i get automatically the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.