Questions tagged [ext3]

ext3 is the default file system for many Linux distributions.

ext3 offers many features as a file system - journaling as well as very efficient directory indices.

282 questions
3
votes
1 answer

Mounting an LVM EXT3 dd in linux

I'm using Ubuntu and am getting an error that tells me the filesystem can not be identified when I try to mount a LVM ext3 disk. I'm passing "ext3" as the type and have been able to mount ext2 disks. How can I mount the image?
justforfun
  • 31
  • 1
  • 2
3
votes
2 answers

Server Frequently gets Read-Only File System

This server has RAID-1 configured. It get readonly file system everyday. if i reboot it, it gets back with a read-write file system. but after a short while, readonly again... Any idea please? Thanks. # dmesg |grep error VFS: cannot write quota…
Jasper
  • 63
  • 1
  • 8
3
votes
1 answer

Linux filesystem of VM becomes crash or read-only at Citrix XenServer

I read some answers related to this problems. Will the OS crash if the system partition can't be access for a short period? But I cannot solve this problem. When using ISCSI as Storage Repository at XenServer and DomU (VM) is in heavy disk I/O, If…
sw Han
  • 31
  • 1
  • 3
3
votes
1 answer

Disabling journal on a mounted ext3

I'm shredding files on large ext3 file systems (e.g. see this article for how I do this). In order to achieve this I need to mount the ext3 file systems without journaling. To most of them I get by with just unmounting them and re-mounting them as…
Capt. Crunch
  • 839
  • 2
  • 12
  • 25
3
votes
4 answers

Speeding up creation of large ext3 filesystem on CentOS 5

We are creating a large backup ext3 partition on 16TB RAID array and the mke2fs took 2.5 hours to complete. Are there any known tricks we can use to shorten this time? The aim is to lower the time to get us back on our feet if a disaster strikes and…
Capt. Crunch
  • 839
  • 2
  • 12
  • 25
3
votes
1 answer

Why does my external USB hard drive refuse to unmount after transferring large tar files to it?

I recently need to transfer large tar files to an external USB hard drive from one Red Hat ES 5 server to another (neither with network connectivity). Originally I was trying to move ~90gig tar file from the server to the external drive. This…
hsatterwhite
  • 332
  • 2
  • 5
  • 14
3
votes
7 answers

Filesystem for an external drive that'll only connect to Linux

I just bought a new 500GB external harddrive. Most of the time I only store operating system ISO's on those things and some movies. Large files anyway, well over 4GiB sometimes, so FAT is out of the question. So, I'm left wondering. My old external…
wzzrd
  • 10,409
  • 2
  • 35
  • 47
3
votes
3 answers

How to recover this Linux partition?

I have this netbook, where the partition table looks like this ~$ fdisk netbook.dd Warning: invalid flag 0x0000 of partition table 5 will be corrected by w(rite) Command (m for help): p Disk netbook.dd: 320.1 GB, 320072933376 bytes 255 heads, 63…
Sandra
  • 10,303
  • 38
  • 112
  • 165
3
votes
1 answer

How to determine how many times an ext3 file system has been mounted

A few months ago I created an ext3 file system on one of my partitions. I received the following message: "mkfs.ext3 /dev/sddx; system will be checked every 20 mounts or 180 days; use tune2fs -c or -i to override". How can I determine how many…
HBlend
  • 145
  • 1
  • 3
3
votes
5 answers

How to recover deleted files on ext3 fs

I have a drive which was using the ext3 filesystem. I am told that about 10Gb of data was deleted off the drive (probably via rm). The drive is currently mounted as read-only to preserve all data. Does anyone know of a method to restore some or…
Mike
  • 394
  • 3
  • 7
3
votes
3 answers

Testing for disk write

I'm writing an application for storing lots of images (size <5MB) on an ext3 filesystem, this is what I have for now. After some searching here on serverfault I have decided for a structure of directories like…
3
votes
3 answers

Immutable hard links on ext3/4?

In my research on file versioning at the fs level, snapshotting, and related ideas, I took a look at hard-links and exactly what they are and how they behave. Using rsync you can get a pretty slick poor man's snapshotting system up and running on…
Dale Forester
  • 241
  • 2
  • 5
3
votes
2 answers

Trying to grok Linux quotas, where is the data stored?

So all the tutorials and documentation for the Linux quota system has left me confused. For each filesystem with quotas enabled/on where is the actual quota information stored? Is it filesystem metadata or is it in a file? Say user foo creates a new…
CarpeNoctem
  • 2,437
  • 4
  • 23
  • 32
3
votes
2 answers

How to check that all paths/files on a volume conform to EXT3, FAT32, and HFS+

I have a volume with files on it that will need to be copied between Mac, Linux, and Windows machines. I want to ensure that there are no surprises with: file size filename length filename character set number of nested directories Am I correct to…
username
  • 4,755
  • 19
  • 55
  • 78
3
votes
2 answers

Accidentally overwrote first 400MB of hard drive with ext3 partition - possible to rescue?

Accidentally wrote /dev/zero to the first 371MB of a 500GB disk. Is it possible to rebuild the partition table and/or recover what data hasn't been overwritten?
wg