Skip to main content

Questions tagged [distributed-filesystem]

1 vote
2 answers
680 views

I want to have a logical disk (using LVM) that is mirrored between two computers. That is, I want one filesystem that has complete copies on two different computers. I want to do this on Linux, ...
David G.'s user avatar
  • 3,631
-2 votes
1 answer
495 views

In general, I would like to run local programs on remote files provided to me via a distributed file system (e.g. samba, NFS or whichever you recommend), and I want to access the remote files in a ...
Tim's user avatar
  • 107k
2 votes
2 answers
598 views

I haven't had any luck getting a confirmed yes or no to this question. I'd like to run ZFS as a distributed file system (like Gluster or CEPH). OpenZFS and ZFS on Linux does not (yet) have file ...
BurningKrome's user avatar
0 votes
1 answer
687 views

This is my local system configuration. NAME="elementary OS" VERSION="5.0 Juno" I am mounting my remote server's file system on a subdirectory by this command, which is working fine. sudo sshfs -o ...
Della's user avatar
  • 131
2 votes
1 answer
3k views

I am experimenting with gfs2 on Debian Stretch, and having some difficulties. I am a reasonably experienced Linux admin, but new to shared-disk and parallel file systems. My immediate project is to ...
Andrew Reid's user avatar
3 votes
0 answers
200 views

I am a sysadmin by trade, and I do what I do at work at home as well for fun. I have a Gentoo Linux laptop, Raspberry Pis running Raspian, a Gentoo server, ARM devices running Debian and have various ...
Jesse Adelman's user avatar
3 votes
0 answers
1k views

TL;DR pNFS seems a great method for multiple concurrent access to centralised shared storage, but it has a problem: the single NFS server providing NFS metadata (meta data server, MDS) is a single ...
Bananguin's user avatar
  • 8,150
2 votes
2 answers
3k views

We have to regularly copy quite huge files from Solaris to Linux (using network). It currently takes almost half a day for one file. The files in Solaris are on a ZFS filesystem. So I thought what a ...
Tagar's user avatar
  • 243
0 votes
1 answer
5k views

I have a directory in HDFS with subdirectories that contain part-xxxxx files, created by Spark. I want to move that directory (and everything inside it) into a new directory. How to? My attempt: [...
gsamaras's user avatar
  • 191
2 votes
2 answers
2k views

I have two servers that I want to "share" the home folder of, such that when I make changes on Server A they appear on Server B and when I make changes on Server B they appear on Server A. Right now ...
Spencer Smolen's user avatar
1 vote
1 answer
196 views

We are looking at mounting a distributed file system on our RHEL machines and we think that the best location to mount the share is at /var/dfs. Where would the best location be to mount this share?
Spitfire19's user avatar
1 vote
1 answer
869 views

Hi my use case is quite specific. I have 20 Windows 7 machines constantly creating files in my storage; around 98% of these files are 2.1 MB. On average we create 24 million files every 3 days, and ...
masber's user avatar
  • 149
3 votes
2 answers
1k views

Does Linux have the capability to use "junctioned" symbolic links? I'm not sure if this is an actual term or not, so let me explain the concept. I have a git repository containing all my ...
magnus's user avatar
  • 449
2 votes
1 answer
2k views

I am trying to setup a Hadoop cluster, where master is my laptop and slave is the virtualbox, following this guide. So, I did, from master: gsamaras@gsamaras:/home/hadoopuser/hadoop/sbin$ sudo ./...
gsamaras's user avatar
  • 191
7 votes
2 answers
7k views

I am trying to understand the differences between these three file system at a very basic level. Distributed FS: HDFS Parallel FS : Lustre Traditional FS : ext4/ext3/ NTFS/FAT etc. I want to know ...
puneet336's user avatar
  • 188

15 30 50 per page