<?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>USB Pen Drives&#187; Blog</title>
	<atom:link href="http://www.usbpendrives.org.uk/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usbpendrives.org.uk</link>
	<description>USB Flash Pen Drive Reviews &#38; Specifications</description>
	<lastBuildDate>Mon, 20 Jun 2011 07:31:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Mount USB Pen Drive In LINUX</title>
		<link>http://www.usbpendrives.org.uk/blog/mount-usb-pen-drive-linux/</link>
		<comments>http://www.usbpendrives.org.uk/blog/mount-usb-pen-drive-linux/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 06:44:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		<script type="text/javascript"><!--
google_ad_client = "pub-9062855440632499";
/* USBPEndrives,336x280 */
google_ad_slot = "2977551836";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
		<guid isPermaLink="false">http://www.usbpendrives.org.uk/?p=1821</guid>
		<description><![CDATA[<div id="wtop"><script type="text/javascript"><!--
google_ad_client = "pub-9062855440632499";
/* USBPenDrives,728x15 */
google_ad_slot = "6980762728";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></description>
			<content:encoded><![CDATA[<div id="introback">
<a href="http://www.usbpendrives.org.uk/wp-content/uploads/2010/06/USB-pendrives.jpg"><img src="http://www.usbpendrives.org.uk/wp-content/uploads/2010/06/USB-pendrives.jpg" alt="USB pendrives How To Mount USB Pen Drive In LINUX" title="USB pendrives" width="386" height="519" class="aligncenter size-full wp-image-1822" /></a></p>
<p>This article guides you to how to mount the USB drive in Linux platform. USB is nothing but Universal Serial Bus which serves the purpose of storing the information in the integrated format. USB is also referred to as pen drive or hard drive. This Universal Serial Bus can be easily removed and inserted whenever required. The advantage part of Universal Serial Bus compared to Compact disc is it can be rewritten with much greater effort. </p>
<div id="articleback">
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>1</span></div>
<p>There are flash drives to support this USB. The USB more content saving device can perform well with many operating systems like Mac Operating system, Linux, Windows and other Unix like systems. Linux is nothing but the computer operating system which is similar to UNIX working on Linux kernel. If your system is having issues of mounting USB drive on your computer just plug the device and try to boot the desktop computer or laptop computer system. </li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>2</span></div>
<p>Hand to hand keeps an eye whether your system is getting booted and starts detecting this USB hard drive device. If the system detects there is no need of compiling your system with Linux kernel, otherwise it is wise to recompile the kernel in the system to perform the other below mentioned functions. The majority of the supplier&rsquo;s defies that USB drive can perform similar actions in all operating systems like Windows, MAC and Linux. </li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>3</span></div>
<p> In case of Linux just check which kernel you are working. For instance let&rsquo;s assume your computer is provided with only single USB flash drive. The USB flash drive is baptized as sda 1 and it is in /dev. If your USB flash drive is not sda 1 and named something else then hardware browser helps you to trace the missing the USB pen drive name. In order to perform this in rapid speed type or use this quote as mount auto/ dev/sda 1/mnt. This command prompts the hard disk to mount the USB hard drive device sda 1. This action is automatic as user settings default.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>4</span></div>
<p>The command /dev/sda1 prompts or passes information which device computer should perform. The command /mnt/flashdrive prompts the computer where to mount the device. The command mkdir helps you to create a flash drive folder. The auto setting helps you to connect all the servers whereas it does not mount the pen drive while start up is in process or when the computer system is unplugged. The auto setting also helps in tracing the system files.
	</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>5</span></div>
<p> If the system is provided with multi USB flash drive unlike the above mentioned instance, the following procedures assist you to mount the USB pen drive in a system. The foremost thing is to connect or attach the USB flash drive in the Linux kernel. The command #dmesg helps you to find out the pen drive device name in the last lines. The command process initiates and displays /dev/sda 1 or /dev/sda 2. </li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>6</span></div>
<p>The directory of pen drive can be visualized by using #mkdir/pendrive command. There by the computer mounts the computer by the following command usage #mount/dev/sda1/pendrive or #mount/dev/sdb1/pendrive. The only difference between the above mentioned commands and quotes are display mode of USB flash drives. The unmount of pen drive is more important and necessity. It helps the device to change or edit or save the made changes. The command #unmount/dev/sda1/pendrive or #unmount/dev/sdb1/pendrive. </li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>7</span></div>
<p>If suppose your computer is having Linux kernel 2.6 the below step by step procedures helps you to mount the pen drive in the Linux kernel 2.6. The system files can be seen using the command /usr/src/linux.  This command shows the Linux directory file.  The graphical representation of Linux kernel can be seen using the command #make menuconfig.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>8</span></div>
<p>In case you want to change the settings or edit the things you have to compile the Linux kernel for the effective changes to take place. When the SCSI support and USB is not supported it can be installed in the following mentioned ways. Initially to detect drivers the device drivers can be checked for its presence. </li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>9</span></div>
<p>Where you can see whether SCSI device id supported or not can be seen if it appears. SCSI disk support and its generic support can be cross checked for its presence. Similarly the USB is supported or not using the commands like USB device file system. Also checking for the ECHI HCD, OCHI HCD and UCHI HCD supports and in addition mass storage supports of your desktop computer or laptop computer system is available. If the problem persist compile once again compile the kernel. 
	</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>10</span></div>
<p>Just the once it is done, the USB can be mounted in a similar way as you work in Linux kernel 2.4. The partition of USB drives is also possible. The unmounting of pen drives and partition can damage the system and make it hard-hitting task to handle. 
	</li>
</ol>
</li>
</ol>
</div>
</div>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usbpendrives.org.uk/blog/mount-usb-pen-drive-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use USB Pen Drive Recovery Software?</title>
		<link>http://www.usbpendrives.org.uk/blog/usb-pen-drive-recovery-software/</link>
		<comments>http://www.usbpendrives.org.uk/blog/usb-pen-drive-recovery-software/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 13:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		<script type="text/javascript"><!--
google_ad_client = "pub-9062855440632499";
/* USBPEndrives,336x280 */
google_ad_slot = "2977551836";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
		<guid isPermaLink="false">http://www.usbpendrives.org.uk/?p=1467</guid>
		<description><![CDATA[<div id="wtop"><script type="text/javascript"><!--
google_ad_client = "pub-9062855440632499";
/* USBPenDrives,728x15 */
google_ad_slot = "6980762728";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></description>
			<content:encoded><![CDATA[<div id="introback">
<p>The pen drive recovery software is very much advanced software in the present times. We all know that the <a href="http://www.usbpendrives.org.uk/"><b>pen drives</b></a> are very much helpful tool in the present age of computer devices. It helps us to get lots of information to store in the pen drives. The pen drives are the must have device in the present century.</p>
<p><img class="aligncenter size-medium wp-image-1468" title="Best USB Pen Drives" src="http://www.usbpendrives.org.uk/wp-content/uploads/2010/04/Best-USB-Pen-Drives-300x199.jpg" alt="Best USB Pen Drives 300x199 How to Use USB Pen Drive Recovery Software?" width="300" height="199" /></p>
<div id="articleback">
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>1</span></div>
<p>The recovery software recovers different types of problems that are occurred with the pen drives. The pen drives are good to use but they are also prone to various problems. The software will recover those problems.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>2</span></div>
<p>We use the pen drive to store lots of information, files, and folders. But most of the time the files may get corrupted. This software will help to recover the data that were there in the pen drives.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>3</span></div>
<p><b>How the pen drive works?</b><br />
It will get to have the deleted or lost files and folders from the pen drives. The users are getting the help of this software. The users can also get the damaged files and folders with the help of the pen drive recovery software.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>4</span></div>
<p>The pen drive recovery software is very effective and strong software that really helps the users to get back the valuable and important files and folders again in their original place. The users must have some ideas about it. If they do not have such then they may take the help of the internet to get the details of the Pen drive recovery software.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>5</span></div>
<p>The pen drive recovery software is very much useful or it can be cope up with all most all the pen drives of the present day. The software is used in the pen drives like thumb drive,  USB zip drive, USB key, pocket drive on Windows NT, XP, 2000, 2003, 98, ME, Vista and Windows 7operating system and USB pen.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>6</span></div>
<p>So the users do not have to think about the versions or types of pen drive that they are using. The software is the highly and the most powerful technology that enable the users to get back the lost, damages file and folders and they also protect the files and chunk of information in the pen drive so that the users can get them in use in their future.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>7</span></div>
<p>You can get some more features of this software at the present time. They are as follows:<br />
(1) The software supports the VFAT, FAT32, FAT12 and FAT16 file systems.<br />
(2) They are easy to read and then users will able to follow the instruction given and they will be benefited due to this.<br />
(3) The software will enable to the users to get back the files and folders.<br />
(4) The software is not only helps to get the files and folders but also the songs, music, pictures, games that are lost in the due course.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>8</span></div>
<p>The users get to down load the software from the internet. There are different websites that offers the online shopping of the software. The users are also getting the demo version of the software. The demo versions are very much helpful as it will enable the users to check the features of the software before they buy the software. The users will three different product of the software as in one will help the users who will use the software in their home. The corporate office can also use the pen drive and each of the plans of the software has all different prices. The payments can be done by the help of PayPal and Avangate.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>9</span></div>
<p>The data, files, folders, pictures and movies get deleted or lost or corrupted due to various reasons. The files are often getting lost due to<br />
1. The improper shut down of the computer.<br />
2. Due to the attack of the virus to the computer and also to the pen drive.<br />
3. It may also get damaged due to the human hindrance.<br />
4. The mal function of the hardware system also gets affected and it may can because the ruin of the files and folders of the pen drives.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>10</span></div>
<p>The software will enable to get the work done easily and it is safe to use also. The users are also easily installing the software; they just have to follow some of the guidelines to follow the installation process.</li>
</ol>
<p><b> </b></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.usbpendrives.org.uk/blog/usb-pen-drive-recovery-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How USB Pen Drive Works?</title>
		<link>http://www.usbpendrives.org.uk/blog/usb-pen-drive-works/</link>
		<comments>http://www.usbpendrives.org.uk/blog/usb-pen-drive-works/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:48:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		<script type="text/javascript"><!--
google_ad_client = "pub-9062855440632499";
/* USBPEndrives,336x280 */
google_ad_slot = "2977551836";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
		<guid isPermaLink="false">http://www.usbpendrives.org.uk/?p=1462</guid>
		<description><![CDATA[<div id="wtop"><script type="text/javascript"><!--
google_ad_client = "pub-9062855440632499";
/* USBPenDrives,728x15 */
google_ad_slot = "6980762728";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></description>
			<content:encoded><![CDATA[<div id="introback">
<p>Science is developing every day. It is providing us with its new and innovative ideas to the common men who love to adore the modern techniques. In beginning of the computer there the men used to copy any elements with the help of the floppy disks attached with the computer. They were seen to buy the floppy from the shops. Then the age of compact discs started to rule. The CD’s are very much popular even now. One can copy the important data, information, songs, and films in the compact disks. But it is observed that men are more leaning towards a new device known as pen drive.</p>
<p><img class="aligncenter size-full wp-image-1463" title="Pen Drives" src="http://www.usbpendrives.org.uk/wp-content/uploads/2010/04/Pen-Drives.bmp" alt="Pen Drives How USB Pen Drive Works?"  /></p>
<div id="articleback">
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>1</span></div>
<p><b>Now what is this pen drive?</b><br />
1. Pen drive is small device. It is much smaller than the compact disks and the floppy. But you shall not go to the size of the pen drive. It is more profitable to have the pen drive than to carry the floppy or the compact disks.<br />
2. Pen drives are used to store information, documents downloaded from the internet. It can keep the movies, large number of songs, files and folders. The storage capacity of the pen drives are started from 64 Mb to 32 GB. They are the most profitable replacements of the compact disks and the floppy disks.<br />
3. The pen drive is really small in size and it is contain the flash memory module which can be attached with the Universal Serial BUS or with the USB.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>2</span></div>
<p><b>What is the flash memory?</b><br />
The flash memory stores the information or any files or folders or any other data in the chip. It does not have any spinning disks so it stores the data on the chip. The flash memory is the sort of Electrically Erasable Programmable Read-Only Memory and it is developed in 1980 by the gentleman Dr. Fugio Masuoka.  The flash memory is also used in different other devices like Mp3 players, different gamming technologies and in the others electronic devices.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>3</span></div>
<p><b>How the pen drive works?</b><br />
The pen drives are really very much cool devise. It is very small in size. It will fit in to the palms of the hand. They are the most essential device that is used in different purposes. It is used in different works in the home or when you are in the offices. They are helping you all the time to make you r work better and accurate.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>4</span></div>
<p>The pen drives will help you take the information from the computer. You can do all different types of modification in the document. It can also be deleted after use and it will give some more extra spaces to the pen drive to store more information. It is very much important devices and this can be available in different capacity so the buyers can buy them according to their usage capacity.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>5</span></div>
<p>The pen drives are plug in to the USB port of the computer and then you can get to work with it. The computers of the present times have both the versions of 2.0 and 1.1. So it makes your work to carry out more easily.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>6</span></div>
<p>The pen drives are really good to use it allows the users to read the information. You can able to read the documents that is stored in the pen drive, make any changes if required, store and save them in proper way to use in the future.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>7</span></div>
<p>You can also get the songs from the iPod to the pen drive. For this you have to connect the iPod with the computer. You also connect the pen drive to the USB port and then make the download of the songs, movies from the iPod to the pen drive.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>8</span></div>
<p><b>Now who use then pen drive?</b><br />
As we have get the idea about the pen drive and its uses so it is also clear  that the pen drives are mostly used by the students, by the technologies’ savvy, by the office goers who work in the corporate and in the business houses. The people who work in the home they also need to use the pen drive when necessary.</li>
</ol>
<ol id="articleback">
<li id="articleback">
<div class="stepBg">Step<br />
<span>9</span></div>
<p>Thus it is seen that the pen drive is used extensively by all. It is such a device that is very much popular among the people. It is easy to carry. The pen drives are quite strong and hardy and therefore you can use it for a long time.</li>
</ol>
<p><b> </b>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.usbpendrives.org.uk/blog/usb-pen-drive-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

