Home Register Members List Search Today's Posts Mark Forums Read

Go Back   TechFuels Forum > Software > Linux/Free BSD

Reply
 
LinkBack Thread Tools
uncosto46
Senior Member
 

uncosto46 is offline  
Old 08-02-2008, 12:14 PM
  #1 (permalink)
File system

Ubuntu, unlike many other distributions, gives a choice of filesystems to use during installation itself. We chose XFS as our major filesystem over the numerous other choices (and moreover, above the most common ext3 filesystem) because of its impressive speeds in creating a file, deleting a file, fast filesystem checks, faster reads from and writes to disk compared to many other available filesystems.
Later in this article I will explain why the /boot partition is ext3. Xfs is a 64-bit file system that uses extents to allocate blocks to files, leading to efficient use of space even as files grow in size.

More information on xfs can be found at the following resources:caches large amounts of data before writing to disk while maintaining transparency to the user. There is a problem with this feature though: if the system unexpectedly loses power, all that's in the cache does not get written to disk. Which means data loss. Therefore, ensuring that the system receives proper power is of prime importance.

Name:  File system.jpg
Views: 22
Size:  58.3 KB

Xfs IDesystems are checked and repaired if required during mount. To manually check and repair an xfs IDesystem, use xjs_check and xjsJepair (jsck.xjs does nothing at all).

Xfs is the oldest journaling IDe system available for the UNIX system. It was created by 8GI for its IRIX systems. Arguably, it is the highest-performance journaling IDesystem so far. Although each IDesystem available today has its own merits and demerits, given the disk usage patterns on desktops these days I would rate xfs as the best IDe system for desktops.

Also notice the mount options specified-the IDesystem is mounted with the 'noatime' option turned on (Figure 6). Whenever a IDe is accessed, the operating system records this information. By access I mean when the contents of a IDe are read or when a script is executed. This information is pretty irrelevant to a desktop user and storing this information every time a IDe is accessed is a major overhead. This can be avoided by using the 'noatime' option. This option will not affect anything related to the modified time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Overriding file protection and replacing system files unerina Windows XP 0 07-12-2008 06:18 PM
0 file, where art thou? zonal5747 Web. 2.0 0 06-26-2008 03:06 PM
WWW File Share Pro v 5.30 undirwok Web. 2.0 0 06-19-2008 03:32 PM
Speed up the file system techpro Linux/Free BSD 0 04-08-2008 11:25 AM
Batch File techno23 General Software Terms 0 03-26-2008 10:51 AM


All times are GMT +1. The time now is 01:50 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Copyright Techfuels -->
SEO by SubmitEdge


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151