Questions tagged [file-server]
File server programs in general
109 questions
2
votes
1
answer
329
views
Building redundancy by creating multiple nfs mounts to a single location
I have been managing a small local Linux cluster for my lab, consisting about two dozens of Ubuntu Linux servers - half of those are headless servers (rack/tower), and the other half are used as ...
0
votes
1
answer
579
views
Active directory server set up DNS resolution failure or VERY SLOW, can I route external DNS requests the traditional way, before the server existed?
I'm very new to the world of active directory, windows server etc., so I apologise if some of the questions I ask are a bit stupid, but I'll try and explain exactly what I want to do below, and my ...
2
votes
0
answers
146
views
Samba does not show all ZFS snapshots
I am setting up a file server that uses Samba together with ZFS.
I have configured Samba such that it shows the ZFS snapshots under "Previous Versions" in Windows; following is an excerpt of ...
0
votes
2
answers
498
views
Standalone Fileserver with deduplication wanted
Situation:
I want to reinstall a Homelab Server (Windows OS) as a linux-based Server
Server | Purpose: Backup System (mostly offline)
I currently have an HP Proliant Microserver N54
Turion II Neo N54l ...
0
votes
0
answers
1k
views
Squeezebox can't connect to Logitech Media Server running on PC
Debian 11, I have installed Logitech Media Server to use with Squeezebox player. Server is running on local IP Address: 192.168.10.xxx port 9000. I configured that address on my Squeezebox player, but ...
1
vote
1
answer
169
views
can we run ftp or sftp from single user account?
I have installed ftp and sftp on my linux mint system, for wordpress file transfer
I had to create new user account for ftp and sftp on my system during the installation process.
Is it possible to run ...
2
votes
1
answer
187
views
How to set up a bunch of linux servers with shared file system without using job scheduler?
I am managing multiple GPU servers in our lab, which are mainly used for deep learning tasks. We would like these machines to share the same file system, so it is easier to switch between them.
...
1
vote
0
answers
241
views
Install Samba package from ISO file or CDROM
I have an old server which is running Ubuntu Linux 16.04 in a lab environment. It is not not possible to upgrade to the new Ubuntu version due to hardware capacity. I decided to keep it and us it as ...
0
votes
1
answer
75
views
SCP from a distant server with a cumulative size limit
I want to copy a number of files from a distant server to local computer, such that the total size of the files does not exceed certain limit, as I do not locally have enough disk space; and the files ...
0
votes
1
answer
426
views
scp doesn't work when I use sshpass with password
I am trying to transfer files between my file server and raspberry pi, I can't figure out why this doesn't work
When I run this in the terminal it works:
scp "/home/testfile.txt" [email protected]....
1
vote
2
answers
59
views
Tracking changed files/configurations in Linux
I have a small microserver at home that's several years old (HP Proliant Gen8, Intel Celeron G1610T). I installed Ubuntu 14.04 on it, set up RAID on 2 large disks with mdadm, and since then I've used ...
0
votes
3
answers
786
views
Cannot mount RAID 5 array on server, "Unable to read superblock"
I am an novice to servers and RAID arrays, but I am trying to restore a raid 5 array that has recently started to have problems with mounting onto our server. Full disclosure, I was not the one who ...
0
votes
0
answers
38
views
Ethernet is connected to Debian server running on my laptop but I don't get an IP address
I plugged Ethernet to Debian server running as a Virtual Machine on my laptop through VMware Workstation. The cable, router and modem are perfectly working but I can't connect and I don't get an IP ...
1
vote
0
answers
447
views
Ubuntu server freezes
I'm trying to get to the bottom of an issue with my home server which keeps freezing after different periods of time (ranging from 3 - 7 days).
It's currently running Ubuntu server:
Distributor ID: ...
0
votes
0
answers
240
views
How to update computing nodes in a cluster?
I am in the process of small computing cluster assembly. It will run Ubuntu/Slurm for job scheduling. Only the head node will be connected to the Internet, all others will be accessible from the local ...
1
vote
0
answers
68
views
Will execution of many parallel instances of an application from NFS drive affect performance?
I am assembling a simple computing cluster under Ubuntu 20.04 and Slurm as a job scheduler.
The cluster will be primarily used for quantum-chemical calculations, so, as a rule, each job will run its ...
2
votes
1
answer
92
views
RAID5 stopped randomly stopped working and now 2 drives show as (out of date)
I have been running this raid for a few months with new SSDs and today the raid stops working. After a restart the raid won't assemble again. All drive are fine and show as healty in SMART.
I tried ...
5
votes
1
answer
643
views
How to tackle leaking file watchers on Debian 11?
I work with a couple different nodejs live servers as part of my job and there seems to be some kind of leak within my tooling/workflow causing file watchers to accumulate over time until they hit the ...
0
votes
0
answers
1k
views
I type in ls or anything in the ftp command line I enter in "passive mode" and then can not do anything
I have a vsftpd server running.
Whenever I type in ls or anything in the ftp command line I enter in "passive mode" and then can not do anything.
I need to have a working ftp so I can ...
0
votes
1
answer
976
views
How to save the output of linux command to a file in local
I have SSH to a server and have a syslog at usr/local. I am using the command
tail -f syslog.log | grep fps
and want to save the output of it to a file.
I have tried to SCP as below
% scp [email protected]....
1
vote
2
answers
1k
views
rsync files across multiple user accounts
I am quite new to using rsync and I'm wondering if it is possible to rsync files across multiple user accounts on a single PC?
For the computers I want to apply the rsync command to, each user has to ...
0
votes
1
answer
117
views
Can not see mounts after using mount -a in Debian 10
I am trying to create some mount points between two Debian 10 machines using NFS. On the server I have this information in my /etc/exports file:
/home 10.13.38.184(rw,sync,no_root_squash,...
0
votes
1
answer
89
views
Create/Upload personal projects in a specific GIT folder (each folder has its own ".git") LOCAL SERVER GIT
I am creating (on a personal local server) a git server where I will upload all my projects inside.
The structure will be as follows:
myprojects
dir_project1
dir_project2
....
Now I'm ...
0
votes
2
answers
573
views
Expose a single local file to the internet using command line
I want to let a friend to download a file from my mac. Just one file. Is there a way to expose a specific local file from my ubuntu or mac so that my friend could just enter my IP and port in a ...
1
vote
2
answers
173
views
How to bring back the files from a remote server (initially accessed through 2 step login) back to our local computer?
For research purposes, I use the University server.
The server login is a two-step process.
First, I type
ssh -p 44 [email protected]
(Altered for security reason)
Then the password is ...
0
votes
2
answers
2k
views
how to wget a file on a remote server connected using ssh?
I am connected to my university computer using SSH as follows :
sudo ssh [email protected]
However once connected, I'm not able to download any file on the server using wget like this :
server_user@...
1
vote
0
answers
321
views
How to SCP the output of a command from a remote server to another remote server?
I am connected to a remote machine ( server1 ). On server1 I want to make a script that is copying & renaming some files that have a specific size but to rename them only after they are ...
3
votes
1
answer
4k
views
Move partition only using CLI tools at same disk
Need a help trying to get a question I couldn't find anywhere, and most solutions were outdated. Is there a CLI-only solution to move partitions between the same disk?
"parted" used to have a ...
0
votes
1
answer
523
views
Copy files from host to server, but only those that already exist in the destination directory
Is there a way to transfer files using scp but not all of them, only the subset which already exists in the destination folder?
p.s. all the files have the same extrension (*.JPG), if that matters
...
1
vote
1
answer
216
views
Using MacOS as a file server for Linux backups
I have recently purchased a 2014 Mac Mini to use as a personal file server among other small server tasks. The main purpose of the device is for me to be able to back up files over the network. ...
1
vote
1
answer
16k
views
Plex Media Server cannot see sub folders.. Permissions issue?
I am trying to setup a RaspberryPi as a Plex Media Server.
The server is setup and running. I can access it via the web interface.
I want my media files in the directory /mnt/sda/will/plex.
This is ...
0
votes
1
answer
13k
views
Samba multi user setup - step by step?
Tried it many times but never get the SMB sharing right on Unix. A minimal Debian file server, no GUI, just SSH...
I always thought you set all the permissions in SMB and just found out you do it in ...
2
votes
2
answers
2k
views
Ethernet not working after removing GPU
So, I am having an issue where my Ubuntu Server (v18.04.3) no longer wants to connect to the internet. It was working fine before I took out my gpu to sell. I have googled to my hearts content and ...
0
votes
1
answer
428
views
Get remote files by a list preserving their relative paths, and do it on a remote machine
1) I run SSH session on the remote client to get files from the server.
2) There is a server and it keeps a very broad directory structure.
3) I've got a list of thousands path-names to the files ...
0
votes
1
answer
157
views
IPv6 simple home LAN server confiiguration
How do we configure a IPv6 host for access through its global IPv6 address? If that's what we do.This is a server running services for a small home LAN that I want to access when I'm away.
I have ...
1
vote
2
answers
402
views
Allow "another" user to make personal backups on my server through sshd with no shell access (public key login)
I have set up a Ubuntu server at my home just to learn "stuff". I overdid a bit and have some spare room on my SSD. I am prepared to give a friend some of that space to make backups on my computer. He ...
0
votes
2
answers
148
views
Find searches only for the first matching entry
I have to find all directory paths with specific subfolders.
The search pattern is as follows:
find /foo/*/searched_folder/bar -maxdepth 0 -type d
̶I̶t̶'̶s̶ ̶w̶o̶r̶k̶i̶n̶g̶ ̶p̶r̶e̶t̶t̶y̶ ̶w̶e̶l̶l̶ ...
1
vote
0
answers
24
views
Sync multiple PCs every boot via home LAN (local files update old version on server)
I need your precious support and advices for a kind of setup for my home computing.
So... I have two laptops and a desktop that I use same (or different) times. Every computer has a different distro (...
0
votes
0
answers
46
views
Hide folder that user uses currently
I'm searching for a ftp server or any idea to achieve hiding folder from others when somebody is working in it.
For example:
I have 3 folders: A B C when I working in A, anybody who is also connected ...
1
vote
0
answers
25
views
How should I proceed in upgrading server packages?
On my main linux machine, I usually upgrade my packages pretty much without thinking about it and in the rare event that I get a compatibility issue, I solve it afterwards. I always have backups of ...
1
vote
1
answer
651
views
How large should an LVM snapshot be?
Preface to my Situation and Motivation
I am trying to familiarize myself with Ubuntu Server edition as I set up a home server. I am setting up a small virtual network with a hypervisor for ...
0
votes
1
answer
1k
views
Using Docker Webmin Guest to administer Host
I'm running a Raspberry pi with HypriotOS. I want to be able to administer simple tasks via a GUI internal and remotely( mostly directory/ file sharing related) . I have docker installed and also a ...
-1
votes
1
answer
38
views
Does Winscp have a local file on my pc I can reference from my web server? [closed]
I've been using Winscp to transfer files back and forth, but for certain applications it would just be a lot simpler if I just had a "file" I could reference for the app to my web server without ...
0
votes
1
answer
39
views
Securing my Web Server with NAS
I have been researching about the security threats to a web server. It makes me want to secure my own on my Raspbian OS system. What are the list of things that are recommended or optional to install ...
1
vote
2
answers
3k
views
HOWTO make Linux system look like USB Drive [closed]
I have a custom NAS built from a CentOS 6.5 baseline. I need the storage of this NAS to be accessible via its USB port. I cannot use the network connection. My cell phone can do this, there has to ...
1
vote
1
answer
76
views
Run terminal command on a server
I have a linux machine and I'm connecting to a server using its IP address. I go to the finder (Nautilus) address bar and type smb://xxx.xxx.xxx.xxx then it asks for my credentials and I enter then ...
3
votes
1
answer
8k
views
What are the differences between options for base environment in CentOS install?
During CentOS install, there is a choise of "base environment".
I want to install a general file, DNS, mail, etc. server, but there appears to be 3 different options for servers:
Infrastructure ...
5
votes
4
answers
8k
views
How can I make my Linux server sleep and wake on LAN when not in use?
I have recently purchased myself an HP rack server for use as a personal fileserver. This server currently lives under my bed as I have nowhere else to put it. For those not aware (as I was not ...
0
votes
2
answers
804
views
CLI (NO GUI) linux distro small memory old pc [closed]
Can anyone suggest a CLI only light linux distro?
I got a very old machine has 256Ram and 120Gb of HDD. I would like to turn this into a file server only so I can watch movies using my phone.
I don't ...
2
votes
0
answers
8k
views
Samba SMB Daemon fails to start; installation incomplete
I'm attempting to create a Samba server on a Raspberry Pi running Raspbian. The install gives the following error message.
Setting up samba (2:4.5.12+dfsg-2+deb9u1) ...
Failed to preset unit: Unit ...