Questions tagged [ext4]

The ext4 or fourth extended filesystem is a journaling file system for linux/*nix developed as the successor to ext3.

469 questions
2
votes
1 answer

Can I safely store mac and windows backups on an ext4 filesystem?

I want to store time machine backups on a storage server running ubuntu server with an ext4 filesystem. If I only ever interact with the server over the network, will I be able to safely recover this mac backup? Can I safely store my windows…
tarabyte
  • 133
  • 5
2
votes
1 answer

Can Mac OS X extended attributes be stored across NFS to a Linux ext4 filesystem?

MacOSX filesystems use extended attributes (e.g. "com.apple.quarantine", "com.apple.FinderInfo"): $ ls -l@ .DS_Store -rw-r--r--@ 1 gareth staff 18436 2 Nov 10:35 .DS_Store com.apple.FinderInfo 32 Can these extended attributes be…
2
votes
2 answers

Why should I switch to ext4 when upgrading to Ubuntu 9.10?

I'm going to upgrade from Ubuntu 9.04 to Ubuntu 9.10 in a near future and wanted to know if I should migrate my existing ext3 partitions to ext4 during the process and, if yes, why?
Pascal Thivent
  • 1,505
  • 14
  • 11
2
votes
1 answer

Why does /sys/fs/ext4/vda1 exist when /dev/vda1 is ext3?

I'm trying to tune my filesystem for some operations I have to do involving huge numbers of files. Then I got confused about what FS I'm even using. tune2fs -l /dev/vda1 contains: Filesystem magic number: 0xEF53 So that means it's either ext2,…
Hut8
  • 173
  • 1
  • 5
2
votes
1 answer

Creating the exact size FS on xfs

I got a few hundred folders that I need to migrate to a new server. I've been asked to create a xfs FS for each individual folder. Ran a du so I know the exact size of each folder and specified block size of 1G. How do I calculate what size do I…
lbanz
  • 1,609
  • 5
  • 20
  • 30
2
votes
0 answers

Alternative to ReiserFS for storing many small files in one block?

I know that ReiserFS is able to store multiple small files in a single block, and at one time was recommended for use with s3backer because of that feature, as fewer blocks to store on S3 mean lower costs. I'm looking at using s3backer in a…
Reid Rankin
  • 323
  • 1
  • 2
  • 7
2
votes
2 answers

ddrescue -- which files are in error locations?

I had a HDD crash and had to use ddrescue to restore it. It took a month, but it finally finished today. However, there were three errors that it could not read. Is there a way to find out which files were there (if any)? The filesystem is ext4.
rlbond
  • 181
  • 1
  • 10
2
votes
2 answers

XFS as default filesystem in the enterprise

After reading up on the whole data=ordered fiasco that EXT4 went through and how much support there was on it accommodating "broken" applications, I was surprised that a filesystem that is not guaranteed to write the data before the metadata was…
Thomas Lynema
  • 31
  • 1
  • 1
  • 2
2
votes
2 answers

Warning :mounting fs with errors, running e2fsck is recommended

Linux server will hang and when I restart it will take around 2 hours to come up and resume normal operations. I checked the system log files and found mounting fs with errors, running e2fsck is recommended I found some solution here, which says…
Manju Kb
  • 21
  • 1
  • 4
2
votes
1 answer

impossible creating a ext4 fs with block size of 1024

Im triying to build up a new server for a service that saves the data on very small files of max 1 kb on the fs. The problem its, now we are using a block size of 4 kb and we are wasting a lot of space, so we are planning to change it to a new fs of…
PsySkeletor
  • 181
  • 1
  • 13
2
votes
1 answer

Loss of data when trying to fix ext4 "group descriptors corrupted!"

When I try to mount an existing disk, I get the message sudo mount -t ext4 /dev/sdc1 /data mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error In some cases useful info is…
Ryan
  • 5,831
  • 24
  • 72
  • 91
2
votes
1 answer

How to add partition table to existing EXT4 filesystem

I have software RAID6 on 8x3TB disks (18TB), there is filesystem od device /dev/md1, but EXT4 can`t be bigger than 16TB so there is 2TB of free space. I would like to use this space. My first idea was to move filesystem a little bit from the…
2
votes
0 answers

ext4 root filesystem corruption under XenServer 6.2 DomU

We're with a problem with filesystem corruption in guest machines in a XenServer 6.2 It only happens in Linux Machines. Randomly the filesystem remounts as read-only and them corruption starts on the root filesystem. Here is some info from…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
2
votes
0 answers

SMB Share (samba) Centos 6 Mounted hard drive Permission Denied

I have set up a SMB share on Centos for all users. This share is available and working correctly. Guide followed -> CentOS 6.4 Samba Standalone Server With tdbsam Backend Procedure: For diagnostic purposes I have Disabled SELINUX and iptables…
dooffas
  • 315
  • 2
  • 5
  • 11
2
votes
1 answer

Linux: File is not shown in ls but cannot be touched with message "File exists"

I can remember creating this file but it disapeard. But not completely: root@XXX:/etc/vz/conf# ls -al total 0 drwxr-x--- 2 root www-data 0 Okt 1 16:04 . drwxr-x--- 2 root www-data 0 Okt 1 16:04 .. root@XXX:/etc/vz/conf# touch 1030.conf touch:…
Scheintod
  • 391
  • 1
  • 5
  • 17