Tagged Questions

Ext4 is a filesystem mostly used under linux. Other versions are ext, ext2 and ext3. See Wikipedia for details on ext and ext4.

learn more… | top users | synonyms

6
votes
2answers
772 views

ext4/fsync situation unclear in Android (Java)

Tim Bray's article "Saving Data Safely" left me with open questions. Today, it's over a month old and I haven't seen any follow-up on it, so I decided to address the topic here. One point of the ...
5
votes
2answers
847 views

Storing & accessing up to 10 million files in Linux

I'm writing an app that needs to store lots of files up to approx 10 million. They are presently named with a UUID and are going to be around 4MB each but always the same size. Reading and writing ...
4
votes
2answers
209 views

Is rename() without fsync() safe?

Is it safe to call rename(tmppath, path) without calling fsync(tmppath_fd) first? I want the path to always point to a complete file. I care mainly about Ext4. Is the rename() promised to be safe in ...
4
votes
1answer
296 views

touch timestamp accuracy on EXT4

Update: Turns out I was being very stupid. I was checking the modification time when I should be checking the access time. The reason it was not reproducible was that the test files were made with dd ...
3
votes
1answer
62 views

latency on posix reads()

we have a very latency sensitive application, in the sense that latency spikes on reads are very very bad. i've tested xfs and ext4, and writing O_ASYNC to the file and then fdatasync() at the end ...
3
votes
3answers
444 views

How to durably rename a file in POSIX?

What's the correct way to durably rename a file in a POSIX file system? Specifically wondering about fsyncs on the directories. (If this depends on the OS/FS, I'm asking about Linux and ext3/ext4). ...
2
votes
0answers
148 views

boost::filesystem::create_directories() problem

I am using boost::filesystem::create_directories() to create new directories. But, when I try to access these directories shortly after creation, I get an error saying no such directory. But if I ...
2
votes
2answers
113 views

python: complexity of os.path.exists with a ext4 filesystem?

Does anyone know what the complexity of the os.path.exists function is in python with a ext4 filesystem?
2
votes
2answers
2k views

How many bytes per inodes?

HI, I need to create a very high number of files which are not very large (like 4kb,8kb). It's not possible on my computer cause it takes all inodes up to 100% and I cannot create more files : ...
1
vote
3answers
50 views

Is it possible to check if a file exists without making a request to hard disk in Linux?

This is my first post here. I want to check if a file exists but without using hard disk. For example look at this code: <?php $filename = '/path/to/foo.txt'; if (file_exists($filename)) { ...
1
vote
2answers
81 views

What is the sweet spot to avoid SSD fragmentation? [closed]

Given that I want to create my own database store, what size should the files be to avoid fragmentation and filesystem overhead, especially in the light of the "new" SSDs? Would a lot of 64 kbyte ...
1
vote
2answers
98 views

Performance of postgresql with large numbers of tables (EG: 1 million tables)?

What is the largest number of tables that can be within a single pgsql database while still retaining good performance, given that pgsql stores 1 file per table on the filesystem and searches the ...
1
vote
1answer
187 views

How to improve Postgresql 'truncate' performance?

I am having a problem with truncating all tables in the database on my local machine running Ubuntu 10.09 and Postgresql 9.0 on ext4 fs. Truncating empty database with 56 tables require about 7 ...
1
vote
2answers
130 views

How does the length of a filename affect remaining storage space on a disk?

How does the length of a filename affect remaining storage space on a disk? I realize this is filesystem dependent. In particular I am thinking about the EXT series of file systems. I don't fully ...
1
vote
1answer
238 views

Scalability of Ext4

One of the features of the file system Ext4 is its new scalability features documented here. I was wondering what changes at the source code level would enable Ext4 to support such features, like the ...
0
votes
0answers
15 views

ext4 last write time (as recorded in the superblock) is not the time of the last write

I took a look at the time stamps field in the superblock of my ext4 volume and noticed that the last write time (s_wtime) is several months old - indeed only 30 mins after the volume creation ...
0
votes
0answers
14 views

can not get the content

hello everyone I want to add a tabpanel when click the Tree's items but there is nothing in the new tabpanel here is my code below ... initComponent: function () { var me = this; ...
0
votes
1answer
47 views

Root ext4 partition using xen kernel (gentoo)

I have just tried to install gentoo linux using xen kernel. The problem is that in kernel config in filesystem section there was no ext4 option. But my root partition is ext4. Well I tried to ignore ...
0
votes
0answers
44 views

How to mount a disk with multi-mount protection?

I am trying to use mmp on an ubuntu server 11.10 64 bits. I successfully installed e2fsprogs 1.42 and executed : **mke2fs -t ext4 -O mmp /dev/sda** [...] Multiple mount protection is enabled with ...
0
votes
1answer
48 views

How to modify the number of XFS pre-allocated blocks?

I wrote a simple program and ran the program on ext4 and xfs. #include <stdio.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #include <fcntl.h> ...
0
votes
1answer
283 views

What performs better, NTFS on Linux or ext4 on Windows? [closed]

I constantly dual boot for and as for now, there's no way I can stick to Linux only, but I would like to know what partition is best for my drives. I know Windows can read ext4 with Ext2Fsd and I know ...
0
votes
1answer
109 views

What does this Linux kernel trace mean? [closed]

I’m running a linux server at home which is mostly a file and e-mail server and a digital video recorder. All the data goes on an ext4 partition on a software raid-6. Every now and then (sometimes ...
0
votes
1answer
226 views

What are the essential differences Between ext2 - ext3 and ext3 - ext4? [closed]

i really want to know the essential differences between those filesystems, for example the inodes pointer Structure and so on! Thank you
0
votes
1answer
145 views

How are access times, modified times, encodings and filenames stored in files on NTFS and EXT3/4?

For academic and task related purposes I need to know how is file related data associated within files on NTFS and EXT. How does the operating system know file's name? How do editors know in which ...
0
votes
1answer
339 views

ext4 Specifications?

Where can I find the ext4 file system specifications? (Unofficial drafts are fine, so long as they're reasonably up-to-date; if unavailable, ext3 would be fine too.)
-1
votes
1answer
184 views

Backup or snaphot tool for ext4

I'm looking for a backup tool for ext4, which can take a copy from a running fs like /var with no collisions after recover such fs. I know BSD dump has an '-L' option, which tells him to work on a ...
-3
votes
0answers
81 views

Linux file system. Source code for 'Copy-On-Write'. Taking snapshots of Metadata. [closed]

We are doing a project in Linux titled "Snapshot in EXT4 file system". Here, we will only take the snapshot of metadata (data about the file system). For taking Snapshots we are leaning towards using ...