<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disk partition adding storage to / in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Disk-partition-adding-storage-to/m-p/2186519#M241422</link>
    <description>fdisk /dev/mmcblk2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Welcome to fdisk (util-linux 2.37.4).&lt;BR /&gt;&lt;BR /&gt;Changes will remain in memory only, until you decide to write them.&lt;BR /&gt;&lt;BR /&gt;Be careful before using the write command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This disk is currently in use - repartitioning is probably a bad idea.&lt;BR /&gt;&lt;BR /&gt;It's recommended to umount all file systems, and swapoff all swap&lt;BR /&gt;&lt;BR /&gt;partitions on this disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/mmcblk2: 29.12 GiB, 31268536320 bytes, 61071360 sectors&lt;BR /&gt;&lt;BR /&gt;Units: sectors of 1 * 512 = 512 bytes&lt;BR /&gt;&lt;BR /&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;BR /&gt;&lt;BR /&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;BR /&gt;&lt;BR /&gt;Disklabel type: dos&lt;BR /&gt;&lt;BR /&gt;Disk identifier: 0x88bc4c84&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Device Boot Start End Sectors Size Id Type&lt;BR /&gt;&lt;BR /&gt;/dev/mmcblk2p1 * 16384 186775 170392 83.2M c W95 FAT32 (LBA)&lt;BR /&gt;&lt;BR /&gt;/dev/mmcblk2p2 196608 3246773 3050166 1.5G 83 Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): d&lt;BR /&gt;&lt;BR /&gt;Partition number (1,2, default 2): 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Partition 2 has been deleted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): n&lt;BR /&gt;&lt;BR /&gt;Partition type&lt;BR /&gt;&lt;BR /&gt;p primary (1 primary, 0 extended, 3 free)&lt;BR /&gt;&lt;BR /&gt;e extended (container for logical partitions)&lt;BR /&gt;&lt;BR /&gt;Select (default p): p&lt;BR /&gt;&lt;BR /&gt;Partition number (2-4, default 2): 2&lt;BR /&gt;&lt;BR /&gt;First sector (2048-61071359, default 2048): 196608&lt;BR /&gt;&lt;BR /&gt;Last sector, +/-sectors or +/-size{K,M,G,T,P} (196608-61071359, default 61071359):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Created a new partition 2 of type 'Linux' and of size 29 GiB.&lt;BR /&gt;&lt;BR /&gt;Partition #2 contains a ext4 signature.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you want to remove the signature? [Y]es/[N]o: n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): w&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The partition table has been altered.&lt;BR /&gt;&lt;BR /&gt;Syncing disks.</description>
    <pubDate>Wed, 15 Oct 2025 09:37:54 GMT</pubDate>
    <dc:creator>Cyriactoms</dc:creator>
    <dc:date>2025-10-15T09:37:54Z</dc:date>
    <item>
      <title>Disk partition adding storage to /</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disk-partition-adding-storage-to/m-p/2186517#M241421</link>
      <description>&lt;P&gt;lsblk&lt;BR /&gt;NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS&lt;BR /&gt;mtdblock0 31:0 0 32M 0 disk&lt;BR /&gt;mmcblk2 179:0 0 29.1G 0 disk&lt;BR /&gt;&lt;STRONG&gt;|-mmcblk2p1 179:1 0 83.2M 0 part&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;`-mmcblk2p2 179:2 0 1.5G 0 part /&lt;/STRONG&gt;&lt;BR /&gt;mmcblk2boot0 179:32 0 4M 1 disk&lt;BR /&gt;mmcblk2boot1 179:64 0 4M 1 disk&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to add 29G to / mount point i have added it using fdisk command and my lsblk is now showing&lt;/P&gt;&lt;P&gt;lsblk&lt;BR /&gt;NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS&lt;BR /&gt;mtdblock0 31:0 0 32M 0 disk&lt;BR /&gt;mmcblk2 179:0 0 29.1G 0 disk&lt;BR /&gt;&lt;STRONG&gt;|-mmcblk2p1 179:1 0 83.2M 0 part&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;`-mmcblk2p2 179:2 0 29G 0 part /&lt;/STRONG&gt;&lt;BR /&gt;mmcblk2boot0 179:32 0 4M 1 disk&lt;BR /&gt;mmcblk2boot1 179:64 0 4M 1 disk&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;29G is mounted with root but when i give df -h&lt;/P&gt;&lt;P&gt;df -h&lt;BR /&gt;Filesystem Size Used Avail Use% Mounted on&lt;BR /&gt;&lt;STRONG&gt;/dev/root 1.4G 877M 440M 67% /&lt;/STRONG&gt;&lt;BR /&gt;devtmpfs 2.3G 0 2.3G 0% /dev&lt;BR /&gt;tmpfs 2.8G 0 2.8G 0% /dev/shm&lt;BR /&gt;tmpfs 1.1G 9.1M 1.1G 1% /run&lt;BR /&gt;tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup&lt;BR /&gt;tmpfs 2.8G 60K 2.8G 1% /tmp&lt;BR /&gt;tmpfs 2.8G 16K 2.8G 1% /var/volatile&lt;BR /&gt;tmpfs 562M 4.0K 562M 1% /run/user/0&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i am missing to add the storage for the device&amp;nbsp; is this the right approach to allocate memory for the system&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 09:35:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disk-partition-adding-storage-to/m-p/2186517#M241421</guid>
      <dc:creator>Cyriactoms</dc:creator>
      <dc:date>2025-10-15T09:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk partition adding storage to /</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disk-partition-adding-storage-to/m-p/2186519#M241422</link>
      <description>fdisk /dev/mmcblk2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Welcome to fdisk (util-linux 2.37.4).&lt;BR /&gt;&lt;BR /&gt;Changes will remain in memory only, until you decide to write them.&lt;BR /&gt;&lt;BR /&gt;Be careful before using the write command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This disk is currently in use - repartitioning is probably a bad idea.&lt;BR /&gt;&lt;BR /&gt;It's recommended to umount all file systems, and swapoff all swap&lt;BR /&gt;&lt;BR /&gt;partitions on this disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/mmcblk2: 29.12 GiB, 31268536320 bytes, 61071360 sectors&lt;BR /&gt;&lt;BR /&gt;Units: sectors of 1 * 512 = 512 bytes&lt;BR /&gt;&lt;BR /&gt;Sector size (logical/physical): 512 bytes / 512 bytes&lt;BR /&gt;&lt;BR /&gt;I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;BR /&gt;&lt;BR /&gt;Disklabel type: dos&lt;BR /&gt;&lt;BR /&gt;Disk identifier: 0x88bc4c84&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Device Boot Start End Sectors Size Id Type&lt;BR /&gt;&lt;BR /&gt;/dev/mmcblk2p1 * 16384 186775 170392 83.2M c W95 FAT32 (LBA)&lt;BR /&gt;&lt;BR /&gt;/dev/mmcblk2p2 196608 3246773 3050166 1.5G 83 Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): d&lt;BR /&gt;&lt;BR /&gt;Partition number (1,2, default 2): 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Partition 2 has been deleted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): n&lt;BR /&gt;&lt;BR /&gt;Partition type&lt;BR /&gt;&lt;BR /&gt;p primary (1 primary, 0 extended, 3 free)&lt;BR /&gt;&lt;BR /&gt;e extended (container for logical partitions)&lt;BR /&gt;&lt;BR /&gt;Select (default p): p&lt;BR /&gt;&lt;BR /&gt;Partition number (2-4, default 2): 2&lt;BR /&gt;&lt;BR /&gt;First sector (2048-61071359, default 2048): 196608&lt;BR /&gt;&lt;BR /&gt;Last sector, +/-sectors or +/-size{K,M,G,T,P} (196608-61071359, default 61071359):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Created a new partition 2 of type 'Linux' and of size 29 GiB.&lt;BR /&gt;&lt;BR /&gt;Partition #2 contains a ext4 signature.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you want to remove the signature? [Y]es/[N]o: n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): w&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The partition table has been altered.&lt;BR /&gt;&lt;BR /&gt;Syncing disks.</description>
      <pubDate>Wed, 15 Oct 2025 09:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disk-partition-adding-storage-to/m-p/2186519#M241422</guid>
      <dc:creator>Cyriactoms</dc:creator>
      <dc:date>2025-10-15T09:37:54Z</dc:date>
    </item>
  </channel>
</rss>

