# Filesystem

## Filesystem

* [Changing partition setup on Edison](http://alextgalileo.altervista.org/blog/changing-partition-setup-edison/)
* [Increasing the Root Partition Size](https://communities.intel.com/docs/DOC-23449)

## File System Disk Space Customization

Under the host

```bash
    user@host:~$ nano edison-src/device-software/meta-edison-distro/recipes-bsp/u-boot/files/edison.env
    user@host:~$ nano edison-src/device-software/meta-edison/recipes-bsp/u-boot/files/edison.env
    user@host:~$ nano edison-src/meta-intel-edison/meta-intel-edison-bsp/recipes-bsp/u-boot/files/edison.env
    Rootfs’ size from 512MB to 1312MB
    user@host:~$ nano edison-src/meta-intel-edison/meta-intel-edison-distro/recipes-core/images/edison-image.bb
    rootfs 1312MB
    user@host:~$ /device-software/utils/flash/postBuild.sh
    user@host:~# apt-get install dfu-util
    user@host:~$ /build/toFlash/flashall.sh --recovery
    user@host:~$ /build/toFlash/flashall.sh
    user@host:~# screen /dev/ttyUSBX 115200
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/embedded-linux/build-systems/yocto-board-support-package/filesystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
