RSS SubjectsBlogs about "Filesystem"

Filesystem

Adios! Extreme Filesystem Cleaner
2008-06-04 18:17:00
Click to enlarge Adios! Extreme Filesystem Cleaner 2.2.3 Adios! Extreme File System Cleaner by Martin Beek - safely removes 150 application- and Windows garbage files from your computer. Empties garbage bins, Norton virus quarantine, Norton protected bins, Internet browser cache(s), sensitive usage information, memory dumps, Windows update and servicepack garbage and much more.Fully ...
AjaXplorer simplifies browser-based server filesystem interaction
2008-03-13 06:24:00
AjaXplorer presents a browser-based file explorer interface to your Web server using AJAX. It comes in handy when you want to allow non-technical people to also access your file server, possibly over the Internet. Most non-techies are familiar with the file explorer interface, so having one inside a browser window is easy to get used to.
Resizing ext3 filesystem
2008-03-03 12:27:00
The ext3 filesystem on Linux can be resized using ext2online . This can only be done when the filesystem is online (mounted) and where the the filesystem is on a resizable logical volume. More details at http://ext2resize.sourceforge.n-et/Note : I have'nt tried this program and there is no warranty for this program. Use it carefully.
Converting ext2 filesystem to ext3 filesystem
2008-02-13 10:31:00
ext3 filesytem is a journal'd filesystem. The command "tune2fs" can add a journal to an existing ext2 file system and convert it to ext3, without altering the data already on the partition. To convert an ext2 file system to ext3, log in as root and type: /sbin/tune2fs -j /dev/hdbX In the above command, replace /dev/hdb with the device name and X with the partition number.
Use kfsmd to keep track of changes in your filesystems
2008-01-25 01:33:00
Applications can ask the Linux kernel to report changes to selected files and directories. I created the Kernel Filesystem Monitoring Daemon (kfsmd) to make monitoring filesystem changes simple. There are packages available for both 32- and 64-bit Fedora 7 and 8 and Ubuntu 7.10 Gutsy, as well as 32-bit packages for openSUSE 10.3. You can also download a repo file, which can be used with Fedora 8 and yum. Placing the repo file into /etc/yum.repos.d allows you to install kfsmd and its dependencies with yum install kfsmd on a Fedora 8 machine. You can also compile directly from source if that is your preference.
Performance Tweaks for ext3 and ReiserFS filesystems
2008-01-25 00:03:00
If you want to Increase ext3 and ReiserFS filesystems Performance use the following Tweaks Introduction ext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the default file system for many popular Linux distributions addthis_url = 'http%3A%2F%2Fubuntulinuxhelp.c-om%2Fperformance-tweaks-for-ext-3-and-reiserfs-filesystems-5%2F-'; addthis_title ...
Performance Tweaks for ext3 and ReiserFS filesystems
2008-01-24 05:05:00
If you want to Increase ext3 and ReiserFS filesystems Performance use the following Tweaks Introduction ext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the default file system for many popular Linux distributions addthis_url = 'http%3A%2F%2Fubuntulinuxhelp.c-om%2Fperformance-tweaks-for-ext-3-and-reiserfs-filesystems-4%2F-'; addthis_title ...
Performance Tweaks for ext3 and ReiserFS filesystems
2008-01-24 03:02:00
If you want to Increase ext3 and ReiserFS filesystems Performance use the following Tweaks Introduction ext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the default file system for many popular Linux distributions addthis_url = 'http%3A%2F%2Fubuntulinuxhelp.c-om%2Fperformance-tweaks-for-ext-3-and-reiserfs-filesystems-3%2F-'; addthis_title ...
Performance Tweaks for ext3 and ReiserFS filesystems
2008-01-23 22:04:00
If you want to Increase ext3 and ReiserFS filesystems Performance use the following Tweaks Introduction ext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the default file system for many popular Linux distributions addthis_url = 'http%3A%2F%2Fubuntulinuxhelp.c-om%2Fperformance-tweaks-for-ext-3-and-reiserfs-filesystems-2%2F-'; addthis_title ...
Performance Tweaks for ext3 and ReiserFS filesystems
2008-01-23 17:32:00
If you want to Increase ext3 and ReiserFS filesystems Performance use the following Tweaks Introduction ext3 Filesystem The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the default file system for many popular Linux distributions addthis_url = 'http%3A%2F%2Fubuntulinuxhelp.c-om%2Fperformance-tweaks-for-ext-3-and-reiserfs-filesystems%2F';- addthis_title ...
UNIX Filesystems: Evolution, Design, and Implementation (Paperback)
2008-01-03 05:01:00
UNIX Filesystems: Evolution, Design, and Implementation (Paperback)By Steve D. Pate Buy new: $29.2532 utilised and new from $17.98 Customer Rating: First tagged “unix” by Zhao Huan “Huan Zhao (Madmozart)” Customer tags: ...
Filesystem : noatime
2007-12-15 15:07:00
Most file systems store and maintain three separate time stamps per file. They are create timelast modified timelast accessed time The last accessed time stamp may have to be updated quite frequently. For example, listing the directory contents will make all the containing files to get a new last accessed time stamps - this causes additional writes and adding to the file system overhead. The filesystem mount option "noatime" can be used to disable the last accessed time stamp updates to the filesystem, resulting in reduced file system overhead. File systems with lot of small files (like file servers, home areas) will experience noticeable improvement in performance.
Scrivere su filesystem NTFS col Mac
2007-12-11 08:32:00
Normalmente utilizzando un sistema operativo MacOSX non è possibile accedere in scrittura alle partizioni/dischi esterni formattati in NTFS, proprio perchè Microsoft (come al solito) non fornendo le specifiche tecniche del proprio filesystem non ha permesso ad Apple di creare drivers per ottenere la compatibilià. Le alternative sono principalmente due (escludo una terza a pagamento ...
Get more disk space - Convert FAT32 to NTFS Filesystem
2007-12-06 14:18:00
First this trick need an ntfs disk, if u have fat or fat32, the convert it here is hw:open ms-dos and writeconvert X:/fs:ntfs Replace X by the drive name (c or d or e)For example... for drive C:convert c:/fs:ntfs now select a drive (c or d or e.......) right-click and propreties, then click on general and select "compress drive to save disk space" and press ok...no data will be damaged or removed.
Baobab: Check your filesystem used and free space
2007-10-22 02:28:00
When there is the need to check the space used or the space available on a Linux filesystem there are a lot of utilities like: df or du both of them for the command line, for the GUI we have baobab With Baobab you can check the space each directory or sub-directory is using on you file system, the information is presented in absolute values as well as percentages, you can go as deep as you need in your directory structure. There is also the possibility to scan a network disk, via Public FTP, FTP with Login, SSH, Windows Share, HTTP, HTTPS. So you can also check the space available on any disk on the network available trough any of these protocols.
iPhone 1.1.1 Hacked: Filesystem Access
2007-10-05 21:05:00
This is sweet!  Last night two iPhone hackers, “diopio” and “ediPhone” found a way to access the entire filesystem on the 1.1.1 iPhone by modifying the filesystem on a 1.0.2 phone and then upgrading it.  Today Erica Stadun over on TUAW live blogged as she reproduced the iPhone 1.1.1 hack and started experimenting.This access is ...Copyright © 2007 -- This post was imported from the feed for iPhone Unlocked(digitalfingerprint: 58ecd1847f23e654dee452ea2fbe807-3 (208.65.21.16) )
What is meant by FAT32-Filesystem?
2007-09-25 05:14:00
FAT32 is an abbreviation of File allocation table. This file system was originated in 1980?s supporting operating systems are windows MS-Dos. Later on Windows 95 and windows 98 were based on this...
iPhoneDisk MacFUSE iPhone filesystem plugin
2007-09-04 21:42:00
Similar to the iPhoneFS for Windows users, iPhoneDisk is a MacFUSE based filesystem that allows Mac users to read and write files on their iPhones. It uses the MobileDevice API (like iTunes) to access the filesystem of the iPhone over USB. At the moment it’s unstable but functionable — if you’ve got any issues you can ...
Linux and Solaris filesystems comparison
2007-09-04 00:00:00
This is my attempt to cut through the hype and uncertainty to find a storage subsystem that works. I compared XFS and EXT4 under Linux with ZFS under OpenSolaris. The machine is a 2200MHz Athlon 64 with 1GB of memory and 8 400GB disks attached to an Areca ...
UNIX Filesystems: Evolution, Design, and Implementation
2007-08-28 05:13:00
# Publisher: Wiley; 1 edition (January 3, 2003)# Language: English# ISBN-10: 0471164836# ISBN-13: 978-0471164838Book Description    * Covers all versions of UNIX, as well as Linux, operating systems that are used by the majority of Fortune 1000 companies for their mission-critical data    * Offers more detail than other books on the file input/output aspects of UNIX programming    * Describes implementation of UNIX filesystems over a thirty year period    * Demonstrates VERITAS and other filesystem examples Book InfoThe first of its kind to cover all versions of UNIX and Linux file-systems. Uses both VERITAS and OpenVision systems examples and most importantly, providing a working Linux filesystem with which the reader can experiment. Softcover.URL:Quotationhttp://w-ww.amazon.com/UNIX-Filesystems--Evolution-Design-Implementation-/dp/0471164836/Only registered users can download this file. Please Register or LoginPassword: TRIBE INNOVATIONS
iPhone: Filesystem hackeado
2007-07-10 17:37:00
Filesystem del iPhone, hackeado!
By: unblogged
iPhone hackers claim to own the filesystem
2007-07-10 16:27:00
iPhone hackers claim “we have owned the filesystem”. Potentially, this means people could add their own applications. Sweet!
Converting FAT into NTFS filesystem
2007-07-07 06:27:00
If you are running windows XP or higher version, by default the first installation will suggest you to choose NTFS file system format. If by accident your file system format is Fat or Fat32, you still able to convert into NTFS file system, here is how: Open dos command, goto START | RUN, type CMD followed ENTER; at the command prompt, type CONVERT [driveletter]: /FS:NTFS. e.g C: D: ... Z: Convert.exe will attempt to convert the partition to NTFS.Note:I highly recommend you to backup any important data before coverting the filesystem. This tips is not for windows begginers.
Ubuntu Linux Tip of the Day - How to Increase ext3 filesystems Performance
2007-05-24 10:50:00
Want to increase the performance of your ext3 file system? UbuntuGeek has a great tutorial how to get the most out of your ext3 and ReiserFS file system. Share This
Linux Filesystem Hierarchy - Part One , From Binarysignal
2007-05-23 20:12:00
Learning linux was never so easy, its great video for all the beginers or those who wants to learn or switch to Linux for their home or office computing.
Linux Filesystem Hierarchy - Part Two, From Binarysignal
2007-05-23 20:10:00
Continuation from Part one,
mkfs - Linux command line command to create filesystem
2007-05-12 17:03:00
mkfs Creates a filesystem in any device attached to your Linux box. You should use it with care as it will erase all the data on the device on which it acts, so be sure you have backup of your data, and you use it in the right way. Usage mkfs [options] device Where device is the name of the device you want to create a file system on. Usually /dev/XXX, you can use also the mountpoint of the device if it is mounted. Here is the dangerous part, pick the right device name, if you fail doing this you can destroy your main working disk. Options -t fstype Is the type of the file system you want to create on the given device, it can be, ext2, ext3, msdos, vfat, etc. -V Enables the verbose mode This command should be run as root, or with root permissions Example: mkfs -t ext3 /dev/hda1 There are also type specific command, which in fact are called by mkfs; these are: mke2fs mkfs.ext3 mkfs.msdos mkfs.vfat use: man mke2fs man mkfs.ext3 man mkfs.msdos man mkfs.vfat for the type specific optio...
Wikipedia as a virtual filesystem
2007-05-08 15:54:00
It’s now possible for Linux users to mount Wikipedia as a Virtual Filesystem in their computers, thanks to a project called WikipediaFS. Wikipedia editors can now create and edit any Wikipedia page in their text editor or word processor, without any hassles. This translates lesser reloads in browsers. Cool, isn’t it? But there’s no idea how this ...
How to hide an entire filesystem
2007-03-23 08:26:00
Simple file encryption is useful, but sometimes it’s more useful to encrypt a complete filesystem or disk, such as when you need to protect a large set of files. Or you may need not only to protect, but to completely hide the presence of sensitive data from prying eyes. For these cases, here are several ...
Determine Inode Count for Filesystem
2007-03-19 15:28:00
It was determined that the inode count on one of the RAID's filesystems was inadequate to meet the demands of a new project. There was ample space available but not enough inodes. We had to recreate the filesystem with the newfs utility to accommodate more inodes.Determine inode count on all UFS filesystems#/usr/bin/df -F ufs -o i
Display Space Used by Users on Filesystems
2007-03-15 14:12:00
A workstation's filesystem was filling up yesterday. We used the quot command to determine the space hogs.Shows users on all mounted file systems. The first column is space used in kilobytes, the second column is the number of files and the third column is the users.#quot -afShows users on a specific filesystem#quot -f /dev/dsk/c1t1d0s5
Recover Filesystem's Primary Superblock with FSCK
2007-03-14 13:59:00
While running fsck utility, we encountered a problem with the primary superblock. We were then prompted to recover from an alternative superblock. Remember to specify the rdsk and know that block 32 is always an alternative superblock.# fsck - o b=32 /dev/rdsk/c0t0d0s6
50241 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker