<?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>Raspberry Pi &#8211; Stefan Meyer</title>
	<atom:link href="https://blog.meyer-luenen.de/category/it/raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.meyer-luenen.de</link>
	<description>Lose-Blatt-Sammlung</description>
	<lastBuildDate>Mon, 01 Feb 2021 18:37:05 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://i0.wp.com/blog.meyer-luenen.de/wp-content/uploads/2018/12/cropped-StM-Portrait-Raesfeld-600x600-removebg-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>Raspberry Pi &#8211; Stefan Meyer</title>
	<link>https://blog.meyer-luenen.de</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">148105417</site>	<item>
		<title>Externes Laufwerk mounten</title>
		<link>https://blog.meyer-luenen.de/2021/02/01/externes-laufwerk-mounten/</link>
		
		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 18:37:05 +0000</pubDate>
				<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">http://blog.meyer-luenen.de/?p=404</guid>

					<description><![CDATA[Plug the storage device into a USB port on the Raspberry Pi. List all the disk partitions on the Pi using the following command:sudo lsblk -o UUID,NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,MODELThe Raspberry Pi uses mount points&#160;/&#160;and&#160;/boot. Your storage device will show up in this list, along with any other connected storage. Use the SIZE, LABEL, and MODEL columns to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<ol class="wp-block-list"><li>Plug the storage device into a USB port on the Raspberry Pi.</li><li>List all the disk partitions on the Pi using the following command:<code>sudo lsblk -o UUID,NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,MODEL</code>The Raspberry Pi uses mount points&nbsp;<code>/</code>&nbsp;and&nbsp;<code>/boot</code>. Your storage device will show up in this list, along with any other connected storage.</li><li>Use the SIZE, LABEL, and MODEL columns to identify the name of the disk partition that points to your storage device. For example,&nbsp;<code>sda1</code>.</li><li>The FSTYPE column contains the filesystem type. If your storage device uses an exFAT file system, install the exFAT driver:<code>sudo apt update sudo apt install exfat-fuse</code></li><li>If your storage device uses an NTFS file system, you will have read-only access to it. If you want to write to the device, you can install the ntfs-3g driver:<code>sudo apt update sudo apt install ntfs-3g</code></li><li>Run the following command to get the location of the disk partition:<code>sudo blkid</code>For example,&nbsp;<code>/dev/sda1</code>.</li><li>Create a target folder to be the mount point of the storage device. The mount point name used in this case is&nbsp;<code>mydisk</code>. You can specify a name of your choice:<code>sudo mkdir /mnt/mydisk</code></li><li>Mount the storage device at the mount point you created:<code>sudo mount /dev/sda1 /mnt/mydisk</code></li><li>Verify that the storage device is mounted successfully by listing the contents:<code>ls /mnt/mydisk</code></li></ol>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">404</post-id>	</item>
	</channel>
</rss>
