A Good book on File-Systems? Community Center by Alex Edwards Are there any highly recommended books for file systems? If so, I would appreciate a few titles to look …. If I can better understand the File Allocation Table as well as other popular File-Systems today I think it will increase my… Re: A Good book on File-Systems? Community Center by Salem [url]http://www.nondot.org/sabre/os/articles[/url] (down just at this moment). There's a whole section of various file systems. counting file systems with special size Programming Software Development by negin1234 Hi can u help me to listing number of file systems that have sizes between 1k to 10k and 10k to 100k ... in c++? I need it soon Thanks alot Re: file systems Hardware and Software Linux and Unix by TallCool1 [QUOTE=jabberwock486]i get 3 choices of file sytems when i install linux ext2 -- ext3 -- ReiserFS ...what …i] is what might be called the "standard" file system for Linux. [i]ext3[/i] is basically ext2 with…b] added. [i]ReiserFS[/i] is a more-sophisticated journaling file system with some internal database stuff -- part of what [b… Re: file systems Hardware and Software Linux and Unix by subtronic …[/i] is what might be called the "standard" file system for Linux. [i]ext3[/i] is basically ext2 with…[/b] added. [i]ReiserFS[/i] is a more-sophisticated journaling file system with some internal database stuff -- part of what [b… file systems Hardware and Software Linux and Unix by jabberwock486 i get 3 choices of file sytems when i install linux ext2 ext3 riser(spelling??) anyways what are the features of each and which is better to use, meanin most stable, supported and reliable File Systems Hardware and Software Microsoft Windows by poloblue Good Afternoon, The question that I have is regarding file system (NTFS) If you allow user1 access to a folder using windows shared folders, and remove all local (NTFS) permissions for all users, what happens? Thank you Re: File Systems Hardware and Software Microsoft Windows by rch1231 …, No matter what you can always take ownership of a file as an administrator or member of the administrators group. Doing… Re: counting file systems with special size Programming Software Development by Moschops If you mean files (a file system is something quite different), this is dependent on your operating system and the libraries/API that you've got access to. What operating system are you using? How to read file attributes with Java NIO Programming Software Development by dimitrilc …){ System.out.println(e); } } ## Read file attributes from an AttributesView object ## Besides using the …` supports file attributes in multiple file systems, so it can be used on any file system, …but some attributes are specific to the operating systems General file attribute to identify file without its path or even name Programming Software Development by C#Jaap …hope: [There is in Windows file systems a pre computed hash for each file?](http://stackoverflow.com/questions/1490384/…there-is-in-windows-file-systems-a-pre-computed-…hash-for-each-file). Does somebody know if there… Re: file systems Hardware and Software Linux and Unix by mylogin i doubt you can see a reiser partition from windows Re: file systems Hardware and Software Linux and Unix by Valmian Windows can only see (at least win2k and XP, I don't know about 2003 server) NTFS, VFAT (FAT/FAT32). The system itself can also see and uses (for hidden operations) FAT16 (16bit partishion.. what do ya know..).. Ilya Re: file systems Hardware and Software Linux and Unix by jibtronic If your installing redhat, download the [url=http://www.linuxiso.org/distro.php?distro=36]RedHat + SGI XFS[/url] iso and use XFS. XFS > * And just incase you are wondering [url=http://oss.sgi.com/projects/xfs/features.html]here are some features[/url] of xfs. Re: file systems Hardware and Software Linux and Unix by Ron McKown i've used Reiser, XFS and EXT3. they are all very similar in functionality, but their performance can differ. really, they all have their plus and minuses. if you need to ask the question which filesystem type you should go with, then for you I recommend EXT3. Re: File Systems Hardware and Software Microsoft Windows by cwarn23 It depends how you define "remove all local NTFS permissions". If you mean to set the permissions to their default then some users may not be able to access files there were able to view before along with other files which shouldn't be viewable being viewable. That is only if you are meaning to set the permissions to their default. If … Re: File and Folder Permissions Hardware and Software Microsoft Windows by rubberman One question I have is whether these directories are on the same file system, or other file systems (partitions) or drives? Even if same drive and/or partition, there could be file system corruption or disc issues going on. You need to run your chkdisk tools and check for bad blocks as well. Re: File recovery programs... Programming Software Development by Fatshadow …because of all the times you will completely trash the file system to the point where windows refuses to reboot or… "maybe". I've only tried this with FAT file systems, and only using spare disks in "read-only"… was just looking to expand my horizons from just using file recovery programs to actually writing them, and was hoping to… Re: file extention (illegal characters in path) Programming Software Development by swagerr All file systems supported by Windows using the concept of files and directories to access data stored on a disk or device. Windows developers to work with the Windows API for file and device I / O must understand the various rules, conventions and limitations of file names and directories. Re: File System on Linux Server Hardware and Software Linux and Unix by adrianamie Google is your friend here case.There does not store the file system is the best answer for everything. If any of the various file systems, which exist.I propose a stack of blank paper, a clear idea of what you need the file system, is certainly an idea, and wonders why a lot of coffee. Re: File recovery programs... Programming Software Development by Salem … because of all the times you will completely trash the file system to the point where windows refuses to reboot or… "maybe". I've only tried this with FAT file systems, and only using spare disks in "read-only"… understanding file system Programming Software Development by Mr.UNOwen …programing and now I want to understand how file systems like fat 32 and NTFS works. So I… want to know how to create a file transfering program. So here's a few questions… files [I think this only applies for windows systems] [/quote] 2 How to do it through windows…a success or failure? 3 How to get file names from a given directory so that it… Re: understanding file system Programming Software Development by WaltP …(NTFS) -- at least in Windows. They are two very different file systems. Linux uses FAT. Mac, who knows? A Google search will…doing c programing and now I want to understand how file systems like fat 32 and NTFS works. So I want …form of a 2d array - how and where are those file names stored?[/QUOTE] Very non-portable. C itself knows … C File Archiving Utility Programming Software Development by Dolby779 …no graphical user interface). The purpose of this file archive utility is to allow users and system … specific parts of their Linux file system into a single file. Backing up file systems in this way is common …practice and especially useful in disaster/recovery scenarios where the resulting file Binary (image) storage in DB v.s. File Storage Programming Web Development by DJBirdi … upload images? Personally I only prefer to use the file system for EXTREMELY SMALL image requirements since I hate dealing…control everything myself. On the plus side, I have found file systems to be more efficient and faster than mysql binary storage… happy with is a hybrid of both. I store file paths in the db but the images themselves stay in… How do I change Apache’s original index file? Programming Web Development by Ron Peters If an index file is missing in a folder, apache uses its own file/files to list the contents of the folder. Since I don’t want to create an index file in every folder in the file systems, I wonder where I can find the file/files that apache uses when there is no index file. using inotify to monitor a text file Hardware and Software Linux and Unix by computerages … can use inotify on linux, using c language, to monitor file systems. However, I am unsure how I would implement such a… me how to mointor a text file. Let's say if the content of the file is modified, I should see a… Re: How to create a separate file system for a individual process Hardware and Software Linux and Unix by rubberman … applications, instead of separate file systems. That said, you can create a virtual file system that is actually a file that is mounted with… loop specification. IE, you can create an empty file, initialize it with a file system internally, and then use the "mount… Cannot detect the drive names and their file system Hardware and Software Microsoft Windows by MGuy … are partitions but they are RAW. :eek: :eek: :eek: No FILE SYSTEM, NO DRIVE LETTER, and over the top, it shows… the Windows 2003 server is not able to detect the file systems on the partitions of my 80 GB drive, where as… Deducing the Effects of File System Performance on System Reliability Hardware and Software Hardware by Dani Resolving issues with file system performance include numerous solutions, primarily hardware related, from use … the bleeding edge extreme, petabyte-worthy technologies such as cluster file systems. It can also lead to “workaround” handlings such as reinstalling…