Methods by which files are managed and organized. Could refer to file management by the OS or by a third party application.
1
vote
2answers
50 views
How to batch-delete folders with only one file in it?
So I apparently have hundreds of "albums" in my music folder with only one music file in it.
I don't like that, I want only complete albums in that folder.
Is there an easy solution to this? In ...
1
vote
0answers
17 views
How do you stop file renaming in file server?
I have installed windows server 2008 r2 and configured FSRM role properly. I have enabled file screening there and blocked all types (*.*) of files to be saved there and have created an exclude lists ...
1
vote
2answers
38 views
Adding more than one folder at once to the Music Library in Windows Media Player
I was adding folders to Windows Media Player Music Library (via Manage Music Library) and since I have too many music folders, I wondered if there is a way to add them all at once to the Library. It ...
0
votes
1answer
53 views
Find, prune and delete files under Linux
find . -path '/mnt/ftp/ben/brc' -prune -o -iregex '.*\.\(docx\|xls\|txt\|pdf\|xlsm\|doc\|xlsx\|CVS\|csv\)$' -mtime +730 -delete
I need all docx, xls, txt, xlms, doc files older than 2 years from ...
2
votes
0answers
24 views
Changing the color of compressed items in explorer search results
I have enabled both of options to compress NTFS files, and to show affected items with an alternative color under Exprorer->Tools->Folder Options. The issue I'm having is with the default color. To ...
3
votes
2answers
86 views
How to create files named after lines in a text file under Linux
I have a text file which contains a list of items (one for each line) and I need to create, in a given directory, a file for every entry in the said list; each one of these files should be named with ...
-1
votes
0answers
33 views
How can I browse files on a detached external hard drive with windows explorer [duplicate]
Windows OS related - Is it possible to browse external hard drives that have been detached from the system?
Let's say I have an external drive and although I haven't attached it to the system I could ...
0
votes
0answers
38 views
Prevent copying from specific network locations
A tad unusual question! I need to prevent users from copying (via Ctrl+C / Ctrl+V, Drag+Drop, Edit>Copy / Edit>Paste) from a folder on the local machine. I won't go into details of why, as it's ...
1
vote
1answer
63 views
How to delete a file in linux that does not have any/garbage file persmissions?
How do I delete a file that does not have any file permissions ? I am not able to delete file forcefully or as superuser.
Please refer the screenshot:
0
votes
2answers
68 views
du which counts number of files/directories rather than size
I am trying to clean up a hard drive which has all kinds of crap on it accumulated over the years. du has helped reduce disk usage, but the whole thing is still unwieldily not due to the total size, ...
1
vote
1answer
53 views
Write a dummy file into every subdirectory?
I want to copy a dummy text file into every subdirectory of a given directory on a network drive (Windows). Because we're looking at hundreds or thousands of subdirectories, I can't do this manually, ...
3
votes
1answer
43 views
Display size of files categorized per extension
I am looking for a Windows(7) utility which displays the space taken up (under a folder) categorized by the file extension, like .obj = 83.5 MB (255 files), .sdf = 87.8 MB (1 file).
Does anyone know ...
0
votes
0answers
62 views
Is there an alternative to git-annex for windows?
see http://git-annex.branchable.com/
Especially the use case of the archivist. Reproduced below
use case: The Archivist
Bob has many drives to archive his data, most of them kept offline, in
...
0
votes
1answer
161 views
Windows explorer menu File / New / does not contain New Folder option
In the Windows Explorer, the menu File -> New ... does not contain a New Folder option. Other options such as new textfile or new shortcut are available, though.
Similarly, creating a folder from a ...
-4
votes
1answer
82 views
Browsing Android .apk files on windows
Is there any application or any Windows explorer plugin that can show '.apk' files like when you brows them in android file browsers? I mean showing icon of program, its version, ...
0
votes
2answers
46 views
Change the filestructure in linux
I am currently using manjaro and I have the following problem.
My root partition is 7gb and my home partition is 100gb big. Now packages always get installed on the root partition.
I tried to resize ...
13
votes
5answers
623 views
Transfering about 300gb in files from one server to another
I have about 200,000 files that I am transferring to a new server today. I haven't done anything on such a large scale before, and wanted to get some advice on how I should go about this. I am ...
2
votes
3answers
63 views
Binary file search on Windows 8?
I'm in a weird situation. I need to find a file based on its contents, not the name because the name is not unique...
For example, I have a file named "cat.jpg". It is a picture of a cat. I happen to ...
0
votes
1answer
29 views
How can I show files only in Total Commander?
You know that feeling when you search for a specific file but don't remember its exact directory path (you have many subdirectories), and don't want to use standard SEARCH (AltF7 in Total Commander)?
...
1
vote
0answers
63 views
Handbrake output directory to include Title folder
I am using handbrake to convert my DVD's to .MP4 and have set the default output path
Tools -> Options -> Output Files
In here there is Default Path: which I have pointing to my Movies folder ...
0
votes
0answers
71 views
How to prevent file copy, restricted by file size?
I am the administrator of about 800 PC under Windows XP/7 with Active Directory.
To limit the exchange of Divx, I'm looking for a software which prevents the copy of all file of more than 400 MB.
...
1
vote
0answers
17 views
Reflecting changes to a file in a different location
I have five different folders which share a number of common data files between them. That is to say that the same data file may be present in more than one of the above mentioned folders. Each of ...
0
votes
2answers
188 views
Cannot format 8GB USB Drive Partition
So, I have a 8GB USB thumbrive I am trying to format so I can use all 8 (or 7.27 to be exact) GB in a single partition. The drive already has a 943 MB partition, which I figured I could extend to ...
0
votes
0answers
33 views
Is there a file cataloguing system that can be hooked into the file open dialogs and file explorers like Nautilus and Windows Explorer?
Is there a file cataloguing system that can be hooked into file open dialogs Nautilus or Windows Explorer?
I am looking for something like Copernic or Windows Desktop Search, that also hooks into the ...
0
votes
0answers
61 views
Ubuntu/Nautilus - connect to server: is it possible to disable moving folders?
Sometimes I use Nautilus on Ubuntu to connect to a remote SSH server. I can browse folders easier and open and edit files remotely in my local editor. One thing I'm concerned about is accidentally ...
1
vote
1answer
47 views
how do I on OSX copy a folder from an external drive to my hard drive and only add the new files?
say I have on the external drive:
A/file1.txt
B/file2.txt
B/file3.txt
and on my hard drive I have:
A/file1.txt
B/file2.txt
I would like to drag and drop the whole folder over to the hard drive ...
0
votes
0answers
28 views
Are there File Managers where I can show connections between files in the same directory?
Without creating new directories, is there a file manager that can illustrate relationships between files/folders in the same directory?
For example, I would like to turn something like this:
...
1
vote
1answer
48 views
Delete duplicate filenames from filesystem [duplicate]
How would I write a simple script to remove files with the same name and/or md5 checksum from a target filesystem? I'm sure in a Unix like system this is simple but I'm actually trying to get one ...
1
vote
2answers
51 views
Show only modified files in Finder
Is there any way to make Finder in Mac to only show files that were recently updated within a particular folder?
I'm working on a web project and there are lots of loose HTML files that are nested ...
0
votes
1answer
39 views
strange file ownership changes
There seems to be a process that changes the file ownership on my corporate Windows 7 laptop.
I have the same account name on two different domains, say GLOBAL\hemal and CORP\hemal. I login to my ...
0
votes
0answers
48 views
How to add command to Unreal Commander context menu
I don't have 7-zip context menu entry in Unreal Commander, and I'd like to add it.
Is this setup from registry editor or somewhere else?
12
votes
6answers
96 views
How do I efficiently generate and validate file checksums?
I'd like to be able to capture and validate checksums for large-scale collections of files, typically nested within a complex directory hierarchy.
Does every single file need a checksum? Are there ...
0
votes
1answer
289 views
How does Dropbox work in Windows?
When a file is dropped into Dropbox's sync folder, is that file actually still stored locally on my hard drive, or is it some type of hologram?
I keep a number of ebooks synched across devices with ...
0
votes
2answers
166 views
Continuously copy all file changes from one folder to another on change (Windows)
I'm working on a massive Java web application which is kept under centralized version control, but the source files are used to build and run the actual server, which then copies all the files I work ...
0
votes
0answers
101 views
File manager that uses tags/labels instead of folders for GNU/Linux
I love the way emails are organized in GMail. I have long wanted something similar for my local files. The ability to have one file located under multiple hierarchies is a great advantage, and links ...
0
votes
0answers
17 views
How far up in the heirarchy does a file change reflect/show?
I'm looking to construct a Power-shell (Power shell is new to me too) to perform some tasks on file modification within a folder. It appears that a modification to the file does not reflect any higher ...
-1
votes
1answer
42 views
Explorer / browser for offline file system [closed]
I am looking for an application that browses an offline representation of a file system with a representation as close as possible to Windows Explorer (or another file browser). Ideally It should ...
0
votes
0answers
68 views
Copy only files that don't exist regardless of file name?
My dropbox account apparently renames all auto uploaded images. I'm about to clear my phone and I would like to verify that all images are in the dropbox folder before deleting them.
If they had their ...
3
votes
2answers
290 views
Windows 7 File Associations .mov
I created a new windows 7 SP1 base image.
Everything is all fine and dandy with that.
So i am now installing standard applications
I would like Quicktime to manage .mov files. The only problem is ...
-1
votes
1answer
66 views
Why chrome use a temporary file and then rename it when downloading files? [closed]
I'm now impelmenting a simple download utility. I don't know why chrome need a temporary file when downloading from the Internet and then rename it, instead of downloading the file directly with its ...
3
votes
1answer
38 views
Convention on directory of file outside /var/www
By /var/www I am generically referring to the document root for Apache. Often times you want to work with files, but don't want them inside the doc root (PHP examples come to mind). The general ...
2
votes
1answer
53 views
Can't copy files from remote hard drive
I'm transferring data file from an old computer to external. Some of the file names appear green on the external hd and I cannot open them. When try, get Word error message: Word canot open the ...
0
votes
0answers
21 views
How should I configure my RAID and other drives for backups and storage? [closed]
I've hit a small conundrum regarding configuration of drives.
We have two computers, 1 and 2, that need backing up to somewhere.
We have a server with a 1TB internal drive, not all of which needs to ...
2
votes
2answers
88 views
Copy all files in a folder which have the same name as files in a separate folder
Let me explain:
I am going through a huge icon set, and choosing the icons I like. I have chosen maybe 250 out of 3000 icons. The way the icons are split up are like this:
Icons
-> 16x16
...
0
votes
0answers
38 views
How to star pictures so that only starred can be exported/copied?
What is an ideal system for starring nice photos that enables to select only the starred pictures in Explorer or other programs?
E.g., any software stack where user can go through 2k photos, select ...
1
vote
0answers
71 views
sed without regex
I am using GNU SED for find and replace functionality on large files(upto 2GB).
Find and replace characters can contain any characters, hence I want find and replace parameters to be treated as plain ...
0
votes
0answers
63 views
Double Commander - edit folder
Is it possible to somehow "edit" the folder? I've set up Double Commander to edit files using sublime aka subl filename.
However, the edit feature is not present for folders (hitting F4 does ...
0
votes
1answer
51 views
why would my device manager be empty?
I have tried several apps trying to clean up my registry hoping that that would straighten out my driver issues and none of them helped. I was also hoping that would help me diagnose my lack of info ...
0
votes
1answer
366 views
How can I move files between folders and subfolders using a Windows script?
I am moving .jpg files from a directory and its subdirectories on a daily basis and then deleting them. To make this easier I created 2 batch files: One that moves the files and one that deletes them. ...
0
votes
2answers
115 views
How to separate files based on type?
My music folder is a mess with some files being protected by DRM and others not. Is there a way to automatically separate all files within the subfolders of my music folder based on file extension? I ...



