Tagged Questions

4
votes
6answers
120 views

How do I determine an open file’s size in Python?

There's a file that I would like to make sure does not grow larger than 2 GB (as it must run on a system that uses ext 2). What's a good way to check a file's size bearing in mind that I will be …
5
votes
3answers
71 views

Unique file identifier in windows

Is there are way to uniquely identify a file (and possibly directories) for the lifetime of the file regardless of moves, renames and content modifications? (Windows 2000 and later). Making a copy …
0
votes
0answers
49 views

Is it a good idea to let files grow above 2GB in ext2? [closed]

I'm working on a program that needs to run on a Linux distro with an ext2 filesystem. This program will write files which may become very large. I notice that ext2 has a maximum file size of 16GB to …
0
votes
2answers
28 views

BlackBerry - Location/directory on device to save file from application

My program saves a file on the device during runtime and reads/writes data from it during runtime. Currently it gets saved in the SDCard. I want to know if saving it in device flash memory would be …
0
votes
0answers
51 views

best filesystem for use with mutilple os [closed]

what's the best file system to use with windows, osx, and linux that is not fat32. I need a file system that can share large video files with good performance
0
votes
1answer
37 views

open_basedir restriction in effect. File(/) is not within the allowed path(s):

I'm getting this error on an avatar upload on my site. I've never gotten it before and nothing was changed recently for me to begin getting this error... Warning: is_writable() …
0
votes
1answer
40 views

/proc/sys/fs/aio-nr is never higher than 1024 (AIO on linux)

I'm trying to use async io on linux. As far as i know there're 3 options: kernel calls (io_submit and friends) libRT - uses threads in user space libRTKAIO - wrapper of kernel calls which does not …
-3
votes
0answers
49 views

objective type questions for Java I/O [closed]

I need objective type questions for Java I/O, can anyone help?
1
vote
5answers
273 views

Is this specific path concatenation in Perl code exploitable?

Assume that an attacker controls the variable $untrusted_user_supplied_path . Is the following Perl code exploitable? my $untrusted_user_supplied_path = ... if ($untrusted_user_supplied_path =~ …
0
votes
3answers
52 views

NTFS alternate data streams

Today I have seen this weird magic NTFS system supports: each file can have multiple data streams. Basically one could have a file a.txt of 0b size but there can be any number of bytes hidden in a …
3
votes
2answers
34 views

Determining cache misses for various filesystems

Hello, I've got a project for school where I have to find out how many cache misses a filesystem will have under heavy and light loads and on a multiple processor machine. After discussing this with …
0
votes
4answers
53 views

File system regular expression search tool

What is the best tool to make complex (multi-line) regular expression file contents searches with good reporting capabilities? I need to make a report over large Java/JSP code base and I have to …
1
vote
3answers
57 views

how to copy locked files ( Device or resource busy error) on windows xp without admin permissions

Is there is any way I can copy locked files on windows xp machine without having admin rights? I used unloker tool its great but needs admin rights to install and run. how it could be done in some …
0
votes
0answers
49 views

Why doesn’t “find -print0” work in Cygwin under Vista? [closed]

I'm writing a simple shell script: find datafiles/ -type f -print0 | xargs -0 md5sum > datafiles.md5 In Cygwin under Vista, it just sits there and nothing happens. It works fine on Linux. What …
0
votes
3answers
81 views

How to evaluate a file system?

Hi all, I 've a question related to design of file systems. These days we are seeing the proliferation of many file systems mostly related to handling large datasets and providing high availability …

1 2 3 4 5 28 next
15 30 50 per page