<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; File system</title> <atom:link href="http://www.cyberciti.biz/tips/category/file-system/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>HowTo: Create sar Graphs With kSar [ Identifying Linux Bottlenecks ]</title><link>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html</link> <comments>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html#comments</comments> <pubDate>Tue, 15 Dec 2009 06:33:21 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[/usr/lib/sa/sa1]]></category> <category><![CDATA[/usr/lib/sa/sa2]]></category> <category><![CDATA[/usr/lib64/sa/sa1]]></category> <category><![CDATA[/usr/lib64/sa/sa2]]></category> <category><![CDATA[isag  command]]></category> <category><![CDATA[kSar command]]></category> <category><![CDATA[sadc command]]></category> <category><![CDATA[sadf command]]></category> <category><![CDATA[sar command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6165</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> The sar command collect, report, or save UNIX / Linux system activity information. It will save selected counters  in the operating system to the /var/log/sa/sadd file. From the collected data, you get lots of information about your server:<br
/><ol><li>CPU utilization</li><li>Memory paging and its utilization</li><li>Network I/O, and transfer statistics</li><li>Process creation activity</li><li>All block devices activity</li><li>Interrupts/sec etc.</li></ol> <br
/>sar output can be used for identifying server bottlenecks. However, analyzing information provided by sar can be difficult, so use kSar, which can take sar output and plot a nice easy to understand graph over period of time. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html/feed</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>Visual Representations Of Linux File Systems</title><link>http://www.cyberciti.biz/tips/visual-representations-of-linux-file-systems.html</link> <comments>http://www.cyberciti.biz/tips/visual-representations-of-linux-file-systems.html#comments</comments> <pubDate>Tue, 16 Jun 2009 19:49:38 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[bsd family]]></category> <category><![CDATA[detailed map]]></category> <category><![CDATA[external symbols]]></category> <category><![CDATA[kernel 2]]></category> <category><![CDATA[kernel modules]]></category> <category><![CDATA[linux file systems]]></category> <category><![CDATA[linux kernel tree]]></category> <category><![CDATA[netbsd]]></category> <category><![CDATA[operating system]]></category> <category><![CDATA[software analysis]]></category> <category><![CDATA[visual representations]]></category> <category><![CDATA[visualization techniques]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5079</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> This is an interesting visualization techniques for software analysis. From the article:<blockquote>Despite being a very important part of any operating system, file systems tend to get little attention. Linux has three editions for Linux Device Drivers, another three for Understanding the Linux Kernel and two for Linux Kernel Development. The first is a detail analysis of one particular Linux Kernel tree and the second is a shorter one done over a large number of file systems from Linux Kernel 2.6.0 to 2.6.29. After that there is a small section  that shows some aspects of the BSD family. After conclusions there is an appendix consisting of three things: the first one explains how the file systems for Linux were compiled, the second one shows timelines for the releases of Linux Kernel, FreeBSD, NetBSD and OpenBSD; the last is a detailed map of the external symbols of the kernel modules analyzed in the second section.</blockquote> <br
/><a
href="http://cs.jhu.edu/~razvanm/fs-expedition/" target="_blank">A Visual Expedition Inside the Linux File Systems</a>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/visual-representations-of-linux-file-systems.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How To Tail (View) Multiple Files on UNIX / Linux Console</title><link>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html</link> <comments>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html#comments</comments> <pubDate>Mon, 09 Feb 2009 19:28:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[admin job]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[browse through several log files at once]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[logfiles]]></category> <category><![CDATA[Mail server]]></category> <category><![CDATA[multiple files]]></category> <category><![CDATA[multitail  command]]></category> <category><![CDATA[portsnap command]]></category> <category><![CDATA[real time log view]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[unix sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4399</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all UNIX/Linux SysAdmin related news/tips" href="http://www.cyberciti.biz/tips/category/sys-admin"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg" border="0" alt="" /></a></div> tail is one of the best tool to view log files in a real time (tail -f /path/to/log.file). The  program  MultiTail  lets  you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). This is one of those dream come true program for UNIX sys admin job. You can browse through several log files at once and do various operations like search for errors and much more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/multitail-view-multiple-files-like-tail-command.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>BASH Shell: For Loop File Names With Spaces</title><link>http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html</link> <comments>http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html#comments</comments> <pubDate>Tue, 09 Dec 2008 19:18:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[$IFS]]></category> <category><![CDATA[array element]]></category> <category><![CDATA[file names]]></category> <category><![CDATA[find command]]></category> <category><![CDATA[for loop]]></category> <category><![CDATA[linux find command]]></category> <category><![CDATA[pipes]]></category> <category><![CDATA[read file names into array]]></category> <category><![CDATA[separators]]></category> <category><![CDATA[space character]]></category> <category><![CDATA[while loop]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3878</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <a
href="http://www.cyberciti.biz/faq/bash-for-loop/">BASH for loop</a> works nicely under UNIX / Linux / Windows and OS X while working on set of files. However, if you try to process a for loop on file name with spaces in them you are going to have some problem. for loop uses $IFS variable to determine what the field separators are. By default $IFS is set to the space character. There are multiple solutions to this problem.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html/feed</wfw:commentRss> <slash:comments>56</slash:comments> </item> <item><title>Linux: Boot a 2TB+ partition or Larger Array Using Grub</title><link>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html</link> <comments>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html#comments</comments> <pubDate>Thu, 04 Dec 2008 07:13:58 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[/boot/grub/menu.lst]]></category> <category><![CDATA[drive geometry]]></category> <category><![CDATA[edit grub conf]]></category> <category><![CDATA[fdisk 2tb]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[GPT]]></category> <category><![CDATA[grub boot loader]]></category> <category><![CDATA[mkfs ext3 2tb systems]]></category> <category><![CDATA[partition size]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3718</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> I've already written about <a
href="http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html">creating a partition size larger than 2TB</a> under Linux using GNU parted command with GPT.  In this tutorial, I will provide instructions for booting to a flat 2TB or larger RAID array under Linux using the GRUB boot loader.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux: Should You Use Twice the Amount of Ram as Swap Space?</title><link>http://www.cyberciti.biz/tips/linux-swap-space.html</link> <comments>http://www.cyberciti.biz/tips/linux-swap-space.html#comments</comments> <pubDate>Wed, 19 Nov 2008 08:50:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[hard disk]]></category> <category><![CDATA[load balancing]]></category> <category><![CDATA[memory manager]]></category> <category><![CDATA[memory pages]]></category> <category><![CDATA[raid 10]]></category> <category><![CDATA[ram size]]></category> <category><![CDATA[swap files]]></category> <category><![CDATA[swap partition]]></category> <category><![CDATA[swap space]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3586</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> Linux and other Unix-like operating systems use the term "<a
href="http://en.wikipedia.org/wiki/Paging">swap</a>" to describe both the act of moving memory pages between RAM and disk, and the region of a disk the pages are stored on. It is common to use a whole partition of a hard disk for swapping. However, with the 2.6 Linux kernel, swap files are just as fast as swap partitions. Now, many admins (both Windows and Linux/UNIX) follow an old rule of thumb that your swap partition should be twice the size of your main system RAM. Let us say I've 32GB RAM, should I set swap space to 64 GB? Is 64 GB of swap space really required? How big should your Linux / UNIX swap space be? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-swap-space.html/feed</wfw:commentRss> <slash:comments>64</slash:comments> </item> <item><title>Linux / UNIX: Find Out If a Directory Exists or Not</title><link>http://www.cyberciti.biz/tips/find-out-if-directory-exists.html</link> <comments>http://www.cyberciti.biz/tips/find-out-if-directory-exists.html#comments</comments> <pubDate>Sun, 16 Nov 2008 17:13:15 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open source coding]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bash directory not exists]]></category> <category><![CDATA[bash if directory exists]]></category> <category><![CDATA[bash if directory not exist]]></category> <category><![CDATA[bash linux if directory exists]]></category> <category><![CDATA[conditional expressions]]></category> <category><![CDATA[linux check if directory exists]]></category> <category><![CDATA[linux directory exists]]></category> <category><![CDATA[linux if directory exist]]></category> <category><![CDATA[shell script if directory exists]]></category> <category><![CDATA[test command]]></category> <category><![CDATA[unix if directory exists]]></category> <category><![CDATA[[ command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3560</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> I've already written a small tutorial about <a
href="http://www.cyberciti.biz/tips/find-out-if-file-exists-with-conditional-expressions.html">finding out if a file exists or not under Linux / UNIX</a> bash shell. However, couple of our regular readers like to know more about a directory checking using if and test shell command. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/find-out-if-directory-exists.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>mount forcedirectio: Disable Linux CIFS / NFS Client Caching</title><link>http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html</link> <comments>http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html#comments</comments> <pubDate>Sun, 16 Nov 2008 09:03:15 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[caching]]></category> <category><![CDATA[cifs client]]></category> <category><![CDATA[common internet file system]]></category> <category><![CDATA[filesystem]]></category> <category><![CDATA[filesystems]]></category> <category><![CDATA[internet file system]]></category> <category><![CDATA[intr]]></category> <category><![CDATA[mount cifs]]></category> <category><![CDATA[mount command]]></category> <category><![CDATA[nfs]]></category> <category><![CDATA[nfs client]]></category> <category><![CDATA[Novell]]></category> <category><![CDATA[red hat]]></category> <category><![CDATA[storage devices]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3551</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> If your network is heavily loaded you may see some problem with Common Internet File System (CIFS) and NFS under Linux. By default Linux CIFS mount command will try to cache files open by the client. You can use  mount option forcedirectio when mounting the CIFS filesystem to disable caching on the CIFS client. This is tested with NETAPP and other storage devices and Novell, CentOS, UNIX and Red Hat Linux systems. This is the only way to avoid data mis-compare and problems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Parallel NFS: Read / Write Hundreds of Gigabytes Per Second</title><link>http://www.cyberciti.biz/tips/linux-unix-parallel-nfs.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-parallel-nfs.html#comments</comments> <pubDate>Thu, 13 Nov 2008 12:17:31 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[data names]]></category> <category><![CDATA[data server]]></category> <category><![CDATA[data servers]]></category> <category><![CDATA[meta data]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[nfs servers]]></category> <category><![CDATA[Parallel NFS]]></category> <category><![CDATA[performance issues]]></category> <category><![CDATA[pNFS]]></category> <category><![CDATA[sharing technology]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3519</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/unix' title='See all UNIX(R) related articles/tips'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> NFS is pretty old file sharing technology for UNIX based system and storage systems. However, it suffers from performance issues. NFSv4.1 address data access issues by adding a new feature called parallel NFS (pNFS) - a method of introducing <strong>Data Access Parallelism</strong>. The end result is <strong>ultra fast file sharing for clusters and high availability</strong> configurations. <br
/><br
/> The Network File System (NFS) is a stalwart component of most modern local area networks (LANs). But NFS is inadequate for the demanding <strong>input- and output-intensive applications commonly found in high-performance computing</strong> -- or, at least it was. The newest revision of the NFS standard includes Parallel NFS (pNFS), a parallelized implementation of file sharing that multiplies transfer rates by orders of magnitude. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-parallel-nfs.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Linux tgtadm: Setup iSCSI Target  ( SAN )</title><link>http://www.cyberciti.biz/tips/howto-setup-linux-iscsi-target-sanwith-tgt.html</link> <comments>http://www.cyberciti.biz/tips/howto-setup-linux-iscsi-target-sanwith-tgt.html#comments</comments> <pubDate>Tue, 11 Nov 2008 02:39:48 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[bus adapter]]></category> <category><![CDATA[iscsi target]]></category> <category><![CDATA[linux setup  iSCSI Target]]></category> <category><![CDATA[san storage]]></category> <category><![CDATA[scsi]]></category> <category><![CDATA[scsi initiator]]></category> <category><![CDATA[server storage]]></category> <category><![CDATA[software targets]]></category> <category><![CDATA[storage array]]></category> <category><![CDATA[target server]]></category> <category><![CDATA[target software]]></category> <category><![CDATA[tgtadm command]]></category> <category><![CDATA[tgtd command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3485</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Linux target framework (tgt) aims to simplify various SCSI target driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance. The key goals are the clean integration into the scsi-mid layer and implementing a great portion of tgt in user space. <br
/> The developer of IET is also helping to develop Linux SCSI target framework (stgt) which looks like it might lead to an iSCSI target implementation with an upstream kernel component. iSCSI Target can be useful:<br
/><br
/> a] To setup <strong>stateless server / client</strong> (used in diskless setups).<br
/> b] <strong>Share disks and tape drives</strong> with remote client over LAN, Wan or the Internet.<br
/> c] Setup <strong>SAN - Storage array</strong>.<br
/> d] To setup<strong> loadbalanced webcluser using cluster aware Linux file system</strong> etc.<br
/><br
/> In this tutorial you will learn how to have a <strong>fully functional Linux iSCSI SAN using tgt framework</strong>.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-setup-linux-iscsi-target-sanwith-tgt.html/feed</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>How To Use vi as Default Editor and Viewer in Midnight Commander</title><link>http://www.cyberciti.biz/tips/midnightcommander-set-vi-as-default-editor-viewer.html</link> <comments>http://www.cyberciti.biz/tips/midnightcommander-set-vi-as-default-editor-viewer.html#comments</comments> <pubDate>Mon, 03 Nov 2008 05:01:50 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[command menu]]></category> <category><![CDATA[f9]]></category> <category><![CDATA[filesystem]]></category> <category><![CDATA[jumpstart]]></category> <category><![CDATA[midnight commander]]></category> <category><![CDATA[options menu]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[ui]]></category> <category><![CDATA[vi command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3361</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> Midnight Commander (mc) is an user-friendly text-based file manager UI for Unix. Using  mc, you can browse the filesystem easily and manipulate the files and directories quickly. You will not miss the  standard command line prompt, which is also available within the mc itself.  If you are new to mc, Midnight Commander (mc) <a
href="http://www.thegeekstuff.com/2008/10/midnight-commander-mc-guide-powerful-text-based-file-manager-for-unix/">Guide: Powerful Text based File Manager for Unix</a> article will give you a quick jumpstart.  In this article, let us review how to solve couple of common annoyance about viewing a file in mc.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/midnightcommander-set-vi-as-default-editor-viewer.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>RAID 5 vs RAID 10: Recommended RAID For Safety and Performance</title><link>http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html</link> <comments>http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html#comments</comments> <pubDate>Wed, 22 Oct 2008 12:48:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[data storage]]></category> <category><![CDATA[database servers]]></category> <category><![CDATA[disk mirroring]]></category> <category><![CDATA[fault tolerance]]></category> <category><![CDATA[hardware raid]]></category> <category><![CDATA[raid 0]]></category> <category><![CDATA[raid 10 explained]]></category> <category><![CDATA[raid 10 vs raid 5]]></category> <category><![CDATA[raid 5 array]]></category> <category><![CDATA[raid 5 vs raid 10]]></category> <category><![CDATA[raid arrays]]></category> <category><![CDATA[raid controllers]]></category> <category><![CDATA[raid level]]></category> <category><![CDATA[redundant array]]></category> <category><![CDATA[storage schemes]]></category> <category><![CDATA[virtualization]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3155</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> <a
href="http://www.cyberciti.biz/faq/different-raid-levels/">A Redundant Array of Independent Drives</a> (or Disks), also known as Redundant Array of Inexpensive Drives (or Disks) (RAID) is an term for data storage schemes that divide and/or replicate data among multiple hard drives. RAID can be designed to provide increased data reliability or increased I/O performance, though one goal may compromise the other. There are 10 RAID level. But which one is recommended for data safety and performance considering that hard drives are commodity priced? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/raid5-vs-raid-10-safety-performance.html/feed</wfw:commentRss> <slash:comments>71</slash:comments> </item> <item><title>Seagate Barracuda: 1.5TB Hard Drive Launched</title><link>http://www.cyberciti.biz/tips/seagates-barracuda-15tb-hard-disk.html</link> <comments>http://www.cyberciti.biz/tips/seagates-barracuda-15tb-hard-disk.html#comments</comments> <pubDate>Tue, 21 Oct 2008 18:53:46 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[Data recovery]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[deskstar 7k1000]]></category> <category><![CDATA[hard disk]]></category> <category><![CDATA[hard drive]]></category> <category><![CDATA[hitachi]]></category> <category><![CDATA[multimedia data]]></category> <category><![CDATA[multiple operating systems]]></category> <category><![CDATA[music mp3s]]></category> <category><![CDATA[reliability]]></category> <category><![CDATA[seagate 500gb]]></category> <category><![CDATA[seagate barracuda]]></category> <category><![CDATA[terabyte]]></category> <category><![CDATA[warranty]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3149</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/news' title='See all UNIX/Linux News'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/news-logo.jpg' border='0' /></a></div> Wow, this is a large size desktop hard disk for storing movies, tv shows, music / mp3s, and photos. You can also load multiple operating systems using vmware or other software for testing purpose. This hard disk comes with 5 year warranty and can transfer at 300MB/s. But,  How reliable is the 1.5TB hard disk?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/seagates-barracuda-15tb-hard-disk.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Sun Solaris on its Deathbed &#8211; Claims Jim Zemlin</title><link>http://www.cyberciti.biz/tips/is-sun-solaris-on-its-deathbed.html</link> <comments>http://www.cyberciti.biz/tips/is-sun-solaris-on-its-deathbed.html#comments</comments> <pubDate>Thu, 25 Sep 2008 08:23:48 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[deathbed]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[microsoft windows]]></category> <category><![CDATA[solaris platform]]></category> <category><![CDATA[solaris unix]]></category> <category><![CDATA[sun solaris]]></category> <category><![CDATA[unix platform]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2955</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/solaris' title='See all Sun Solaris UNIX related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/sun-solaris.gif' border='0' /></a></div> Jim Zemlin is executive director of the Linux Foundation claims Solaris UNIX is irrelevant and Linux is future. Is Sun Solaris on its deathbed?  Linux backers claim Solaris is irrelevant; Sun of course disagrees.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/is-sun-solaris-on-its-deathbed.html/feed</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>CentOS / Red Hat Enterprise Linux 5.2 Poor NFS Performance and Solution</title><link>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html</link> <comments>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html#comments</comments> <pubDate>Fri, 22 Aug 2008 09:41:58 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[bugs]]></category> <category><![CDATA[centos nfs]]></category> <category><![CDATA[CVE-2008-1294]]></category> <category><![CDATA[CVE-2008-2136]]></category> <category><![CDATA[CVE-2008-2812]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[kernel packages]]></category> <category><![CDATA[linux nfs]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[redhat nfs]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[server performance]]></category> <category><![CDATA[update redhat kernel]]></category> <category><![CDATA[update rhel kernel]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2759</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/troubleshooting' title='See all Troubleshooting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> A few days ago I noticed that NFS performance between a web server node and NFS server went down by 50%. NFS was optimized and the only thing was updated Red Hat kernel v5.2. I also noticed same trend on CentOS 5.2 64 bit edition.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Exporting Networked File Systems Via Another Networked File System</title><link>http://www.cyberciti.biz/tips/access-networked-file-system-mounts.html</link> <comments>http://www.cyberciti.biz/tips/access-networked-file-system-mounts.html#comments</comments> <pubDate>Fri, 18 Jul 2008 10:24:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tip of the day]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[bad idea]]></category> <category><![CDATA[cifs]]></category> <category><![CDATA[cluster file system]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[networked file system]]></category> <category><![CDATA[nfs]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[performance issue]]></category> <category><![CDATA[permission problem]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2477</guid> <description><![CDATA[How do I access networked file system mounts such nfs via ftp servers under Linux / UNIX?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/access-networked-file-system-mounts.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Red Hat / CentOS Linux 4: Setup Device Mapper Multipathing</title><link>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html</link> <comments>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html#comments</comments> <pubDate>Sun, 06 Jul 2008 06:06:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[channel ports]]></category> <category><![CDATA[cluster]]></category> <category><![CDATA[controller port]]></category> <category><![CDATA[crypt disk]]></category> <category><![CDATA[disk encryption]]></category> <category><![CDATA[dynamic load balancing]]></category> <category><![CDATA[enhancement technique]]></category> <category><![CDATA[fault tolerance]]></category> <category><![CDATA[generic framework]]></category> <category><![CDATA[gfs]]></category> <category><![CDATA[global files system]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[lvm2]]></category> <category><![CDATA[mass storage devices]]></category> <category><![CDATA[multipath]]></category> <category><![CDATA[path management]]></category> <category><![CDATA[performance enhancement]]></category> <category><![CDATA[physical path]]></category> <category><![CDATA[policy option]]></category> <category><![CDATA[resultant data]]></category> <category><![CDATA[scsi controllers]]></category> <category><![CDATA[virtual block]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3707</guid> <description><![CDATA[Multipath I/O is a fault-tolerance and performance enhancement technique whereby there is more than one physical path between the CPU in a computer system and its mass storage devices through the buses, controllers, switches, and bridge devices connecting them. A simple example would be a SCSI disk connected to two SCSI controllers on the same [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How To Measure Linux Filesystem I/O Performance With iozone</title><link>http://www.cyberciti.biz/tips/linux-filesystem-benchmarking-with-iozone.html</link> <comments>http://www.cyberciti.biz/tips/linux-filesystem-benchmarking-with-iozone.html#comments</comments> <pubDate>Fri, 04 Jul 2008 09:15:40 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[benchmark download]]></category> <category><![CDATA[benchmark utility]]></category> <category><![CDATA[benchmarking management]]></category> <category><![CDATA[file system benchmark]]></category> <category><![CDATA[filesystem benchmark tool]]></category> <category><![CDATA[filesystem benchmarking]]></category> <category><![CDATA[iozone]]></category> <category><![CDATA[linux filesystem]]></category> <category><![CDATA[performance benchmarking]]></category> <category><![CDATA[performance impact]]></category> <category><![CDATA[performance test]]></category> <category><![CDATA[proc filesystem]]></category> <category><![CDATA[unix filesystem]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2437</guid> <description><![CDATA[IOzone is a filesystem benchmark tool. The benchmark generates and measures a variety of file operations. Iozone has been ported to many systems and runs under many operating systems including Windows, UNIX, Linux and BSD. This article gives you a jumpstart on performing benchmark on filesystem using iozone a free Filesystem Benchmark utility under Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-filesystem-benchmarking-with-iozone.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Linux Configure Netconsole To Log Messages Over UDP Network</title><link>http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html#comments</comments> <pubDate>Wed, 02 Jul 2008 10:43:23 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Log Management]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/default/syslogd]]></category> <category><![CDATA[/etc/sysconfig/syslog]]></category> <category><![CDATA[/etc/syslog.conf]]></category> <category><![CDATA[debugging]]></category> <category><![CDATA[disk logging]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[kernel level]]></category> <category><![CDATA[linux log server]]></category> <category><![CDATA[nc command]]></category> <category><![CDATA[network connections]]></category> <category><![CDATA[serial consoles]]></category> <category><![CDATA[sysconfig]]></category> <category><![CDATA[syslog daemon]]></category> <category><![CDATA[syslogd]]></category> <category><![CDATA[udp port]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2431</guid> <description><![CDATA[Linux netconsole kernel module allows dmesg output to be transmitted via the syslogd network. It is  kernel-level network logging over udp allowing debugging of problem where disk logging fails and serial consoles are impractical. This is a step-by-step mini howto about netconsole configuration under Red Hat, CentOS, Fedora and Debian Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>HP Releases Tru64 UNIX Advanced File System ( AdvFS ) Source Code</title><link>http://www.cyberciti.biz/tips/download-tru64-unix-advanced-filesystem-advfs-sourcecode.html</link> <comments>http://www.cyberciti.biz/tips/download-tru64-unix-advanced-filesystem-advfs-sourcecode.html#comments</comments> <pubDate>Mon, 23 Jun 2008 19:57:38 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[academic project]]></category> <category><![CDATA[advanced features]]></category> <category><![CDATA[AdvFS]]></category> <category><![CDATA[capabilities]]></category> <category><![CDATA[compatibility]]></category> <category><![CDATA[Download AdvFS]]></category> <category><![CDATA[hp]]></category> <category><![CDATA[linux file systems]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[maximum performance]]></category> <category><![CDATA[open source community]]></category> <category><![CDATA[operating system]]></category> <category><![CDATA[source code]]></category> <category><![CDATA[tru64 unix]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2406</guid> <description><![CDATA[AdvFS is a file system that was developed by Digital Equipment Corp and continues to be part of HP's Tru64 operating system. AdvFS has been released under GPL v2. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-tru64-unix-advanced-filesystem-advfs-sourcecode.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>