Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [ext3]

ext3 is the default file system for many Linux distributions.

Score of 4
0 answers
120 views

I am studing ext2~ext4 filesystems. I got curious about one fact envolving 2 pendrives formatted as ext2 and ext3: The ext2 is about 8 GB disk, the partition has 41 groups, blocks of 4KiB and gd_size ...
Score of 0
4 answers
3945 views

I'm doing a clean install of CentOS 8 minimal, and by default it suggests these paritions: swap swap 4G /boot ext3 512M / ext4 2014G /home ext4 all (this is with a pair of 4TB NVMe drives in ...
Score of 2
1 answer
1225 views

After restarting a RedHat server, it fails to boot into the operating system. It says "an error occurred during the file system check". After doing a fsck, it says The superblock could not ...
Score of 1
0 answers
621 views

The underlying raw disk blocks that a file uses can be seen with command filefrag. And in the example below I could use dd to copy all 11 chunks and cat them together to construct an exact copy of ...
Score of 1
1 answer
1869 views

Have a quick question on adding space via a new disk/block device to a non-root/ext3 mount-point that has data and is mounted. I Have an ext3 mountpoint '/u01', which has a device '/dev/sdb' attached....
Score of 3
3 answers
15693 views

I have a great working version of DRBD across two Debian Stretch servers which I created by following this awesome guide: https://www.howtoforge.com/setting-up-network-raid1-with-drbd-on-debian-...
Score of -1
1 answer
2901 views

tune2fs says "clean with errors". What next? We rebooted the server, but this did not help. What is not the next most feasible step? This is a production system. I would like to avoid down-times. ...
Score of 9
3 answers
1082 views

We have an old HP DL380G5 server, with 5 300GB SCSI 3.5'' disks in a RAID5 array, in an external bay, formatted as a logical volume with ext3 filesystem, that hosts 1.2 TB of sensitive clinical ...
Score of 0
0 answers
69 views

We had an unexpected increase on one of our mount points (~40GB) on a old RHEL 4 server (2.6.9-89.0.2 x86_64 kernel). It hit %100 usage ( Size and Used both said 37G, Avail said 0) as per df -h. I ...
Score of 0
1 answer
366 views

I face a problem today with my Storage Equallogic PS4000E, they get stucked for 45 minutes then goes up and running normally, no logs, no nothing to help us discover what happens. Well, I run a ...
Score of 0
2 answers
556 views

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 ...
Score of 1
4 answers
6703 views

I need ordinary users to be able to mount /dev/loop0p1 and /dev/loop0p2 on my machine. /dev/loop0p1 is always going to be a FAT32 partition and loop0p2 - a ext3. To that end, I have: 1) created ...
Score of 3
1 answer
1339 views

I have a CentOS 6x server and running a Java application on it, the application is using a mount point /javapp which is an EXT4 filesystem. suddenly I got the following error in the system logs: ...
Score of 10
2 answers
1495 views

is it possible for Btrfs to use SSD for metadata only & leave bulk data on less costly storage such as HDD? I refered to this page Using_Btrfs_with_Multiple_Devices and can not find a solution. ...
Score of 0
0 answers
682 views

I have a server that crashed and won't power on. I don't care about the server, but I'd like to recover the data attached to 2 external usb drives that were mirrored (raid 1) using mdadm. This system ...

15 30 50 per page
1
2 3 4 5
19