A filesystem is a method of storing and organizing computer files and their data.

learn more… | top users | synonyms (2)

0
votes
1answer
11 views

Ignore file changes

I have a process, which generates a file with configuration data and then calls a subprocess with this data as parameter. I'd like to override the configuration data, which is passed. The problem is, ...
3
votes
0answers
12 views

How does fsnotify setting affect system performance?

Occasionally a software package I install complains that the default fsnotify setting is far too low for decent performance. Intellij IDEA or crashplan are two examples. They suggest using fsnotify ...
0
votes
1answer
20 views

Find total file size of a disk

I have a corrupted NTFS volume. I ran rsync to copy everything from it, which reported a total # bytes transferred at the end. What's another tool I can use to verify the total # bytes on the disk ...
3
votes
3answers
47 views

Linux file system that ages off older files when partition is full

I am wondering if there is a file system equivalent to a round-robin database, which for a fixed size, ages off the oldest files. It is pretty easy to implement with a simple cron job, which I have, ...
1
vote
0answers
33 views

kernel: “echo 0 > /proc/sys/kernel/hung_task_timeout_secs”

I got this errors in syslog. Any idea what does it mean? The system is running on Ubuntu 12.04, kernel: 3.8.0-35-generic #52~precise1 It looks to me like failure when trying to write to disk... ...
2
votes
2answers
40 views

Detect open sockets manually (not using nc or similar)?

I'm trying to debug a network problem on a embedded system which has a very limited set of userspace applications. Meaning I can't use any of the following sudo lsof -i sudo netstat -lptu sudo ...
3
votes
1answer
29 views

Make Linux forbid colons in file names on NTFS partitions

Does Linux really allow colons in file names, even on NTFS partitions? Why is that? And is there any option to set it straight, and do not allow colons (and other characters restricted by Windows) in ...
-4
votes
0answers
35 views

ROLE PLAYING GAMES FOR LBUUNTU RUNNING ON 512 MB RAM DDR2 [closed]

GRAPHICS ARE VERY LESS(I THINK 32 MB) BUT IT CA RUN GTA SANANDREAS! SORRY I DONT KNOW TO HOW TO CHECK MY GRAPHICS BUT THIS MIGHT BE HELPFUL: ALSO, IT MUST BE ROLE PLAYING AND MUST BE GOOD THANKS IN ...
3
votes
1answer
18 views

“mke2fs -r fs-revision-level” - how is this used?

mke2fs -r offers Set the filesystem revision for the new filesystem. Note that 1.2 kernels only support revision 0 filesystems. The default is to create revision 1 filesystems. Trying to ...
0
votes
1answer
19 views

Is there any way that we can “predict” a file system corruption? [closed]

Need help in looking for any tools that we can use to "predict" an upcoming file system error. Or, can you help me define possible symptoms of file system error. I'm using CentOS.
1
vote
1answer
18 views

Space Problems? [closed]

I just got a new SD card for my pi. Trying to install node.js, I ran out of space (I've also recently installed a LAMP server system). But, when I plug it into my main (Windows-Ubuntu dual-boot) ...
1
vote
2answers
72 views

How to batch clean filenames containing invalid characters

I have a larger directory with files whose filenames contain special characters such as line breaks. The origin of these characters is seemingly that I copied and pasted text from within pdf files ...
4
votes
1answer
45 views

Does using noatime on modern Linux make sense?

Starting from version 2.6.30 (which was released 5 years ago), Linux has the option relatime enabled by default. It means updates of file access time are very infrequent and prudent. But I still see ...
1
vote
2answers
46 views

Something like a symbolically linked file, but with change details attached?

Is there a file type or method for using files in which certain files look and behave like symbolically linked files, but contain extra meta information for changing the data when they are read? ...
4
votes
8answers
1k views

Which directory MUST exist in / to qualify an OS as Linux

Studying the lpic wikibook for the lpic exam 1, I encountered the following question. Which directory MUST exist in / to qualify this OS as Linux I've searched google and the wikibook but can't ...

15 30 50 per page