Skip to main content

All Questions

Tagged with
0 votes
1 answer
281 views

"Operation not permitted" when accessing a NFS mounted directory inside a docker container

I am working on a Web-App which needs access to a QNAP-NAS file system to edit and create directories and files inside it. In order to mount the NFS to the docker container, I used the following ...
JoanAcero's user avatar
0 votes
1 answer
109 views

Pasting does not work in Network share

i have a weird problem on my Ubuntu 20.04.1 Notebook. I can write in shares from my server but i can't paste. That means i can create a new folder or file but the paste button with right-click is ...
Kage's user avatar
  • 1
2 votes
1 answer
1k views

How to create NFS share on Synology NAS so that only a particlar linux pc has write access?

What I have: Synology NAS (IP x.x.x.11) Docker installed, and a docker user and group, running many containers using the docker user, all containers' storage inside /volume1/docker/, NFS share for /...
Torben Gundtofte-Bruun's user avatar
1 vote
2 answers
3k views

How to netboot a Raspberry Pi with TFTP and NFS on a Synology NAS?

I can netboot Ubuntu 20.04 on a Raspberry Pi 4b over NFS, using a Synology DS 1618+ as a TFTP and NFS server. But I would like to protect the root file system with overlayroot so several machines can ...
Stephen Winnall's user avatar
0 votes
1 answer
1k views

fully passwordless nfs through kerberos

I have a small network that includes a NAS. on which I provisioned, with some effort, a Kerberos server. The Kerberos server allows Linux hosts on the network to create secure NFS mounts. Service keys ...
brainchild's user avatar
2 votes
1 answer
6k views

Windows 10.0.19043.1320 Pro (21H1) and NFS Share: MOUNT.EXE missing

I have a Terra Master F5-221 NAS with SAMBA/CIFS and NFS shares. The SAMBA shares can be accessed no problem; just open Windows Explorer and put \\NASIPADDRESS\sharename as the address. But that is ...
rdtsc's user avatar
  • 287
2 votes
0 answers
2k views

How to properly mount an NFS share in Linux?

How to properly mount an NFS share in Linux? I have a Synology NAS which I use to share a shared folder on my local area network. I want to mount this folder on my Ubuntu desktop computer using NFS ...
Ratatosk's user avatar
1 vote
0 answers
82 views

Mac NFS connection to Open-E NAS

I am part of a team of video editors, and our shared storage system has been down for more than a week. Over the course of two days of on-site service, the vendor that installed the system seems to ...
Stephen Renard's user avatar
1 vote
0 answers
235 views

Stale file handle on user mounted fstab defined share

I have a file server with a NFS server running. /etc/exports contains this line for the share: /mnt/datastorev2/data/<username> 192.168.20.*(rw,no_root_squash,no_subtree_check) 192.168.22.*(rw,...
Tarick Welling's user avatar
0 votes
1 answer
12k views

Unable to write to mounted nfs directory

I don't really know what I'm doing here, so I apologize for any lack of clarity or precision. I have a Fedora 27 workstation and server. The server is configured to share a folder called /home/nfs on ...
Spacemoose's user avatar
1 vote
0 answers
1k views

showmount -e nfs_server_hostname does not show all the available mounts for a client, but why?

NFS_Server is a DataDomain Client is RHEL 7.3 I run a below command to show available NFS shared for my client system from NFS_server, however, I do not see all the share available to mount. # ...
Hrish's user avatar
  • 85
2 votes
0 answers
8k views

NFS User ID mapping works for some uid only

I try to setup NFS access on my Synology NAS. For historical reasons the uid on my client and my server do not match. I understood that NFSv4 could allow me to elegantly solve this issue, to the price ...
infisxc's user avatar
  • 81
0 votes
1 answer
3k views

My NAS broke. How to read HDD on RAID 1 XFS to Ubuntu?

My old NAS broke down. Old NAS setup was 2 x 1 TB HDD running on RAID 1. I had about 600 GB worth of content on the NAS. The broken component as far as I can tell is the enclosure not the disks. ...
user594883's user avatar
0 votes
1 answer
637 views

How to share a folder on linux with credentials?

I have a Synology NAS and a Raspberry PI and I would like to share a folder from my Synology to my Raspberry. The naive solution is to use NFS, unfortunately no passwords, certificates. NFS seems to ...
nowox's user avatar
  • 2,899
0 votes
1 answer
335 views

Secure home file server

I have a GNU/Linux (Ubuntu 16.04) server and some GNU/Linux clients at home. All my computers are encrypted, my web server allows HTTPS only and ssh is set to key-based authentication, etc. But when ...
copyrights's user avatar
5 votes
2 answers
19k views

How to share a folder as NFS mount in windows 7 professional edition?

I need to share a folder as NFS mount for an application to pick the files up. My system is running in windows 7 professional edition. Is it possible to share a particular folder as NFS mount? If yes ...
trilawney's user avatar
  • 165
1 vote
1 answer
2k views

NFS fileserver / computer clock not in sync despite NTP setup

I have a fileserver running at home (Synology DS214se) which, among other things, serves my /home/<user> (per pam_mount controlled NFS). This works just fine for all practical purposes, with ...
DevSolar's user avatar
  • 4,500
0 votes
0 answers
130 views

Most secure and flexible file access on a NAS

I have a NAS at home that I use to store my documents and media files. I recently got a raspberry Pi on which I installed a media center (openElec). Giving access to the media files to the raspberry ...
Plouff's user avatar
  • 242
1 vote
0 answers
1k views

Error mounting NFS unit between synology server and Raspberry Pi client

I'm trying to mount an NFS (v4, or v3.. but get the same error...) from a Synology Server to a Raspberry Pi client. But I get this error: mount -t nfs4 IP_address_of_server:/volume1/nfsnvf /mnt/...
user3139207's user avatar
1 vote
1 answer
84 views

Does LSF io index report NFS io?

We use SONAS for our filesystem on our cluster and I have noticed that the load on SONAS does not necessarily correlate with the value of io on the cluster nodes when I run lsload -l. Is it possible ...
drjrm3's user avatar
  • 1,506
1 vote
0 answers
31 views

NFS activity locks desktop during any user initiated file activity

This is a funny little issue that has been happening for a while and I have learnt to work around but would prefer to resolve completely. My desktop PC is running linux mint 17.1 cinnamon. Core I5, ...
Mark Walker's user avatar
5 votes
2 answers
22k views

Mount only sub-directory in NFS export

On my NAS I export one single filesystem: /mnt/datastore *(rw,sync,no_subtree_check,all_squash,fsid=0) With /mnt/datastore/ being the mount point of a FUSE based concatenation of a bunch of disks. ...
getack's user avatar
  • 311
0 votes
1 answer
218 views

Linux temporarily thinks disk is full

I’m working on a Linux server with CentOS 6.5 and a NAS NFS on a QDR Infiniband network. I am running a bash script that basically creates a directory, makes symlinks inside of it, and cats together ...
TTT's user avatar
  • 431
0 votes
1 answer
193 views

How to sync 1 TB multimedia data over the net [duplicate]

As an admin, I have the task to sync nearly 1 TB of multimedia data (jpg, tif, bmp images or pdf documents) with three partner over the internet and I'm asking how. Its nearly 500.000 single files in ...
Rosi's user avatar
  • 1
1 vote
2 answers
4k views

Set Linux file share permissions and ownership on a large NAS quickly

I have an isolated cluster of Linux systems, Windows systems, and appliances all mounting a set of remote shares (via NFS and CIFS). The OS sharing out the filesystems is Linux. I frequently create ...
MT.'s user avatar
  • 515
2 votes
1 answer
554 views

Newly created files are ALWAYS executable by default -(cifs,NAS)?

I messed with file permissions on my NAS - My Book Live - which runs on Debian Lenny. Now, every file I make is set executable by default. This happens only on the machine the NAS is mounted to. When ...
deckoff's user avatar
  • 311
5 votes
3 answers
15k views

How to change user ID on a QNAP NAS?

I've got a QNAP TS-110 which I access via NFS from my Ubuntu system. I guess that NFS on a typical home network does not use any user authentication. I've read in various places and I found that it ...
seb's user avatar
  • 321
2 votes
0 answers
1k views

NFS mount on Mac OS X 10.6.8 - Problem with special characters such as "á"

On Snow Leopard, I used Disk Utility's "NFS Mount" feature to automatically mount a NFS shared folder from my Synology NAS. Here are the Advanced Mount Parameters I used: resvport,nolocks,locallocks,...
bruno's user avatar
  • 43
2 votes
0 answers
1k views

Fastest protocol for mounting a NAS for Linux and Mac [duplicate]

Possible Duplicates: Samba vs. NFS: Performance AFP, SMB, NFS which is the best data transfer protocol ? I am building a file server with RAID 10. I need a way to access the files from ...
stuartc's user avatar
  • 585
5 votes
1 answer
5k views

Backup to Synology NAS using rsync or NFS and hardlinks

I want to backup data from a Windows (Vista) computer to a Synology NAS (210j). The NAS supports FTP, SMB, NFS and also allows a rsync daemon to be set up. I want to backup different folders to the ...
Danilo Bargen's user avatar