<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Umm.... by Alex Tibulschi</title>
      <link>https://padlet.com/tibulschia/r66nbr93nmz0</link>
      <description>Made with a bold sensibility</description>
      <language>en-us</language>
      <pubDate>2017-10-04 09:14:15 UTC</pubDate>
      <lastBuildDate>2026-03-17 16:15:10 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>File Systems</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760198</link>
         <description><![CDATA[<div>Windows 10 uses the default file system NTFS. It can also use the FAT file system if a partition is configured.<br>Mac OS uses HFS Plus<br>Linux uses ext2, ext3, ext4, XFS, JFS, ReiserFS and btrfs<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:16:38 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760198</guid>
      </item>
      <item>
         <title>NTFS</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760249</link>
         <description><![CDATA[<div>NTFS (NT file system; sometimes New Technology File System) is the file system that the Windows NT operating system uses for storing and retrieving files on a hard disk. NTFS is the Windows NT equivalent of the Windows 95 file allocation table (FAT). However, NTFS offers a number of improvements over FAT  in terms of performance, extensibility, and security.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:16:48 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760249</guid>
      </item>
      <item>
         <title>FAT</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760253</link>
         <description><![CDATA[<div>File Allocation Table (FAT) is a computer file system architecture, originally designed in 1977 for use on floppy disks.  The FAT file system is a legacy file system which is simple and robust. It offers good performance  but cannot deliver the same performance, reliability and scalability as some modern file systems. It is, however, supported for compatibility reasons and thus is a well-suited format for data exchange between computers and devices of almost any type and age from 1981 up to the present.<br><br>FAT was the default operating system for Microsoft Windows computers until  Windows 95.<br> <br>FAT file systems are still commonly found on floppy disks, flash and other solid-state memory cards.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:16:49 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760253</guid>
      </item>
      <item>
         <title>EXT2</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760286</link>
         <description><![CDATA[<div> The EXT2 or second extended file system is a file system for the Linux kernel. <br> The space in ext2 is split up into blocks, these blocks are grouped into block groups. There are typically thousands of blocks on a large file system. Data for any given file is typically contained within a single block group where possible. This is done to minimize the number of disks seeks when reading large amounts of contiguous data.Each block group contains a copy of the superblock and block group descriptor table, and all block groups contain a block bitmap, an inode bitmap, an inode table, and finally the actual data blocks. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:16:54 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760286</guid>
      </item>
      <item>
         <title>EXT3</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760313</link>
         <description><![CDATA[<div>-High Applicability if the system uses a ext 3 file system, after a improper shutdown it would need a examination of file system<br>-Integrity of Data, promote the integrity of file system to a large extent it avoids damage of accidental downtime.<br>-Speed of File System need to repeatedly write in when saving data, has been optimized the read-write head of disc driver therefore performance has not dropped.<br>-Data Conversion Ext2 file system can be easily converted to ex3 file system. Ext3 file system can be directly loaded to convert to ext2 file system without any changes.<br>-Multi-journal modes, one mode is to recoard all the file data and metadata, another is to record the metadata and not record data. The system manager can choose between the pseed or the consistency of file data.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:16:58 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760313</guid>
      </item>
      <item>
         <title>Journaling System?</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760451</link>
         <description><![CDATA[<div> A journaling file system is a file system that keeps track of changes not yet committed to the file system's main part by recording the intentions of such changes in a data structure known as a "journal", which is usually a circular log. In the event of a system crash or power failure, such file systems can be brought back online more quickly with a lower likelihood of becoming corrupted. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:17:30 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760451</guid>
      </item>
      <item>
         <title>Device Driver Availability</title>
         <author>tibulschia</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760533</link>
         <description><![CDATA[<div> A driver is a software component that lets the operating system and a device communicate with each other. For example, suppose an application needs to read some data from a device. The application calls a function implemented by the operating system, and the operating system calls a function implemented by the driver. The driver, which was written by the same company that designed and manufactured the device, knows how to communicate with the device hardware to get the data. After the driver gets the data from the device, it returns the data to the operating system, which returns it to the application.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:17:49 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760533</guid>
      </item>
      <item>
         <title>Software Utilities Included Within Each OS</title>
         <author>mer16291065</author>
         <link>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760799</link>
         <description><![CDATA[<div><br></div><div>Windows:<br>Microsoft Office<br>Windows Edge<br>Microsoft Paint<br>Windows Media Player<br><br>Mac OS:<br>Safari<br>iTunes<br>App Store<br>Siri<br><br>Linux:<br>Mozilla Firefox?<br>Google Drive?<br>Google Play Store?<br>Google Chrome Store?<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-04 09:18:48 UTC</pubDate>
         <guid>https://padlet.com/tibulschia/r66nbr93nmz0/wish/193760799</guid>
      </item>
   </channel>
</rss>
