0
votes
0answers
42 views
EXT3 Error Running Inside VMWare [closed]
I'm doing development of an OS based on the 2.4 Linux kernel. Right now I'm porting it to VMWare. When creating the partitions, either on first boot or when the user formats the drive (the user never …
0
votes
2answers
43 views
Linux API - EXT3 file information
Hi everyone.
I wanna proramatically determine if a file has been modified since last time. I wonder if there is a flag or somthing like that on files under EXT3 filesystem. I'm writing a backup …
2
votes
3answers
74 views
Read blocks from an ext3 filesystem?
What's the easiest way to access an ext3 file system at the block level? I don't care for the files, or raw bytes, I just have to read the FS one block at a time. Is there a simple way to do this (in …
0
votes
0answers
42 views
Filesystem has unsupported features: older fsck.ext3 vs newer mkfs.ext3 [closed]
Hi all
For an embedded system I create a filesystem with mkfs.ext3 on a desktop computer. Currently I'm evaluating newer distros for the desktop while the embedded stays the same. When checking the …
9
votes
17answers
3k views
Best Filesystem to use for Desktop Linux?
I'm going to be building a fancy new desktop soon, and I want to experiment with file systems. I know that ext3 is the most common for linux, but what about ext4, or zfs? Are their any pros or cons to …
2
votes
1answer
180 views
Efficient way to query or set the volume name of an ext3 partition under Linux?
Hi all,
Through a bit of digging, I've discovered how to set and get the volume name of an ext3 partition on my Linux box:
set the volume label
tune2fs -L MY-NEW-NAME …
9
votes
6answers
1k views
Best Filesystem for Solid State Disk? [closed]
I know that filesystems that journal are a bad idea, but what other considerations come into play?
3
votes
2answers
122 views
Does python have hooks into EXT3
We have several cron jobs that ftp proxy logs to a centralized server. These files can be rather large and take some time to transfer. Part of the requirement of this project is to provide a logging …
1
vote
3answers
192 views
how do i read a fedora partition from windows?
Windows recognizes and gives my fedora partition a drive letter, but it shows it as blank. Is there a way to get windows to read ext3 filesystem? Its a fedora 10 partition.
0
votes
3answers
302 views
Command to truncate all filenames at 255 characters
An NTFS directory is open in a bash shell. what command will recursively truncate all filenames in a directory to the 255 character limit required for ext3?
1
vote
4answers
157 views
Are there any open source filesystems for Windows that support encryption?
I know that NTFS supports encryption but otherwise is closed source. Likewise, I am aware of add-ins such as truecrypt but I am interested in encryption being built-in vs being bolted on.
3
votes
6answers
1k views
SD card write performance
I am writing a little application, which is writing jpeg images at a constant rate on a SD card.
I choose an EXT3 filesystem, but the same behaviour was observed with an EXT2 filesystem.
My writing …
2
votes
2answers
523 views
Should I fsck ext3 on embedded system?
We have a number of embedded systems requiring r/w access to the filesystem which resides on flash storage with block device emulation. Our oldest platform runs on compact flash and these systems have …
9
votes
1answer
276 views
How can I simulate ext3 filesystem corruption?
I would like to simulate filesystem corruption for the purpose of testing how our embedded systems react to it and ultimately have them fail as gracefully as possible. We use different kinds of block …
3
votes
1answer
452 views
Linux filesystem benchmarking best practices
(Not really a programming question, sorry)
I'm working on benchmarking various filesystems (most importantly: ext3) with various filesystem options (for instance: noatime, relatime etc.) for specific …
