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
5 answers

How do I increase a partition size (that doesn't use LVM) without removing and re-adding it

I have /usr on a separate partition. At the moment, this is how the server is set up: [root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 4.9G 329M 4.6G 7% / devtmpfs 366M 0 366M 0% /dev tmpfs…
rahulnair
  • 1
  • 1
0
votes
0 answers

Branch office replicated file system

I'm looking for something that can replicate file systems between multiple branch locations. Our file servers currently run CentOS 7. I feel like there has to be a better solution that what we're using now. Currently we have 2 branches, and I'm…
0
votes
0 answers

Windows Server: file system limitation

We are developing an app for tablet which uploads and saves photos taken by the user. The problem we are suddenly meeting is that photos are not saved anymore in our directory in our Windows server 2008 r2 standard, but they remain in TEMP…
0
votes
1 answer

Can't find logical volume when booting imported disk images in Xen guest

I've got a couple of drives I copied over using ddrescue to image files for booting under Xen. They contain an LVM volume group with a couple of volumes in it, which was originally split across two disks, one of which ended up failing but was…
Dmitri DB
  • 113
  • 5
0
votes
1 answer

Can a folder on Linux be belonged to multiple users?

I have one folder on Ubuntu that can be read and written by user A and can be only read by user B. The solution I came up with is the following: create a group which have read permission on this folder and two users: user A with read and write…
Mazzy
  • 227
  • 3
  • 11
0
votes
0 answers

Shrinking an img file that contains linux partitions

I've got an img file (4,02GB) containing a Linux OS. My goal is to shrink this img filed down to < 4GB. The img contains a linux partition that only holds about 2,5GB of data. I need to be able to copy that img file to an eMMC that is just under…
ddewaele
  • 333
  • 1
  • 4
  • 12
0
votes
3 answers

How do you securely shred a file from a RAID 6?

I'm looking for a way to delete a file from a RAID 6 implementation in a secure fashion (shredding). Do I need to delete the file from the RAID, disassemble the RAID, wipe the free space of each drive, and reassemble the RAID? Will that work? Will…
Drise
  • 177
  • 2
  • 8
0
votes
1 answer

Get free capacity of an ocfs2 volume

I want to get free capacity of an ocfs2 volume (ocfs2-tools version 1.6), which is not mounted any where. Is there way to do that. Thanks
Waveter
  • 564
  • 2
  • 6
  • 23
0
votes
1 answer

quota exceeded without files

How is it possible for a user/group to exceed its quota without owning any files? Here is an extract of my repquota output: *** Report for group quotas on device /dev/mapper/lata Block grace time: 15days; Inode grace time: 15days …
morais
  • 1
  • 3
0
votes
1 answer

Error trying to enable LDAP with kerberos authentication with GPFS

I have 3 RHEL7 nodes with GPFS / Spectrum Scale 4.2.0.0 installed. The 3 nodes have been setup with GPFS as a cluster with a GPFS filesystem created. I am trying enable LDAP based authentication with kerberos on that filesystem. Here's the…
mrbarker
  • 137
  • 10
0
votes
4 answers

Scan windows file system for directories containing certain words

Is there a command that I can run on a windows Server 2008 r2 that will only show directories that contain a certain word. For Example I want to find all directories that contain "logs" That means it will return these all locations, since they…
Henry
  • 920
  • 1
  • 5
  • 17
0
votes
2 answers

Can LVM VG Contain PVs With Different Filesystem Types

Assuming of course, that both filesystems support LVM functionality. I originally thought yes, since this is an abstraction layer, but when googled couldn't find a direct confirmation.
user3081519
  • 253
  • 2
  • 13
0
votes
3 answers

What is the most suitable path on Windows workstations to store admin scripts?

We have a need for a GPO to store admin scripts locally on Windows workstations (7 and above), and I was wondering if Microsoft has any recommendations or if you have any experience or thoughts on which path would be most suitable to store such…
optic
  • 121
  • 1
  • 2
  • 11
0
votes
0 answers

change file system from ext3 to ext4 effict on MySQL

I have a situation where MySQL was installed in Linux with a ext3 file system. One table (InnoDB) reached the maximum size allowed for ext3 (2 TB) , insert statement gave "The table 'foo' is full". I have changed the file system from ext3 to ext4…
0
votes
1 answer

Server Backup reports incomplete backup [0x80070020] due to item in System Volume Information Folder

My Windows Server 2012 R2 Essentials server has started throwing the same error each time during daily backups, each backup has this error in the failed items backup log: Error in backup of E:\System Volume Information\SRM\quota.md during write:…
James White
  • 674
  • 3
  • 18
  • 32
1 2 3
99
100