Questions tagged [filesystems]

A file system (or filesystem) is a means to organize data expected to be retained after a program terminates by providing procedures to store, retrieve and update data, as well as manage the available space on the device(s) which contain it.

A file system (or filesystem) is a means to organize data expected to be retained after a program terminates by providing procedures to store, retrieve and update data, as well as manage the available space on the device(s) which contain it. A file system organizes data in an efficient manner and is tuned to the specific characteristics of the device. A tight coupling usually exists between the operating system and the file system. Some file systems provide mechanisms to control access to the data and metadata. Ensuring reliability is a major responsibility of a file system. Some file systems allow multiple programs to update the same file at nearly the same time.

1986 questions
0
votes
0 answers

chattr not working in SLES 10 SP2

I have an ancient server with SLES 10 SP2, I want to change an attribute of file to immutable, I know that I need to do chattr +i . But it does not seems to be working, the file attributes is not changed. And I'm out of my wits now. Where can…
0
votes
1 answer

Filesystem on VM slowly fills itself every tho hours and then suddenly returns to its initial state

Let me start saying I'm not a sysadmin, I'm a php programmer with few knowledge of unix systems, so, excuse me if I say some nonsense. I'm managing this VM with a few Wordpress installed and, in searching of what is causing some front-end bugs, I…
0
votes
2 answers

read-only symlinks replaced with file when edited

I'm about to make a copy of a website (templates) Would it be possible to make symlinks, so changes in the original is reflected in the copy, but if I edit the copy, the symlink is replaced with the new version, and the original remains the…
Lenne
  • 987
  • 1
  • 13
  • 32
0
votes
1 answer

What privilege level is required on a Windows client workstation on an ActiveDomain to break file locks?

I'm not sure if I should be asking this here or on StackOverflow, but here goes: I'm part of a team maintaining a document management application, and I'm trying to figure out Windows file locking permissions. We use a utility somebody downloaded…
Mike Burton
  • 101
  • 1
0
votes
1 answer

Avoid inconstent status when backup files?

Say I am running an HTTP server with data at /var/www. I want to backup /var/www to /root/backup/.tmp/var/www (and then tar them to somewhere) daily automatically. Mostly the backup is using rsync technique. The problem is that since the HTTP server…
Danny Lin
  • 111
  • 3
0
votes
0 answers

How to "stage" file movements before performing them on Windows?

I have a disk with terabytes of data. I would like to reorganize the disk. The problem on Windows is that if I move one of the directories to the new place, I have to wait hours for that relocation to finish. Is there some way for me to "stage"…
0
votes
1 answer

View extended options that were passed into mkfs.ext4

I am working with two block devices in a situation where one works with a certain configuration and the other does not. I assume this must be related to subtle differences in the extended options that were passed into respective calls of…
Drux
  • 656
  • 1
  • 9
  • 24
0
votes
2 answers

No Filesystem after deleting RAID

So I had the /home partition in two disks in RAID1, one disk failed so the system booted with lots of errors about that. I didn't have another disk to replace the one that failed, so I wanted to remove the raid and keep only one disk. To do that I…
Msegade
  • 103
  • 2
0
votes
1 answer

How to set up LVM in this situation?

http://prntscr.com/bhyu4k I have a set up that looks like this, and I need to have sda3 and sdb under /home folder, all as one. I dont care about the contents of the current /home directory, everything there can be erased. 1) LVM work has never…
Tom Smith
  • 13
  • 2
0
votes
1 answer

How to combine an sdb disk with /home directory on sdb1?

I have two physical hard drives and the set up looks like this: http://prntscr.com/bhyu4k I need to partition the sdb1 (fdisk), create ext4 filesystem based on the type that is used on sda (mkfs command), and mount it to /home. I want the home…
Tom Smith
  • 13
  • 2
0
votes
2 answers

Which CDN do you recommend for good organization of files?

I have many projects that need to be organized in sub-buckets and sub-sub-buckets. Which CDN do you recommend? I asked this question earlier, and some people told me to "fake" S3: Does Amazon S3 have "sub-directories"? (Rackspace Cloudfiles does…
Alex
  • 8,471
  • 26
  • 75
  • 99
0
votes
1 answer

Performance comparison of single RAID vs multiple filesystems

I'm trying to get maximum sequential disk throughput for an application on my Linux server. It has 7 SATA disks that I could put in one RAID0 or RAID5 using a hardware RAID controller (HP P420i). Or, I could use them separately and put a filesystem…
Syncopated
  • 267
  • 1
  • 2
  • 5
0
votes
1 answer

Window can not find catalina.bat, even catalina is exist

When I try start tomcat in IDEA it gives me the below error message: Error running Tomcat 8.0.35: Cannot run program "D:\Tomcat\apache-tomcat-8.0.35\bin\catalina.bat" (in directory "D:\Tomcat\apache-tomcat-8.0.35\bin"): CreateProcess error=2,…
MingLiu
  • 9
  • 1
  • 2
0
votes
1 answer

How to mount a block device with no partition table in Windows

The filesystem starts from sector 0. I have an encrypted container on the host and want to pass decrypted media to the windows guest as a single physical device that is intended to be mounted on guest. I don't want to use filesharing service between…
ZAB
  • 109
  • 5
0
votes
1 answer

CentOS: How to group two partitions to one document root?

i have 2 partitions in my cloud server. And i want to group two of these become one as Apache document root. Because i have some websites and data is around 80GB. Does it possible? /dev/vda1 92891468 1475352 86681236 2% / devtmpfs …
TomSawyer
  • 101
  • 1
  • 3