Configuring and Mounting Micro SD Card in OpenWRT

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
The Vocore is a single board computer running OpenWRT. It has very limited internal storage capacity with only ~1MB for storing packages and files. I need additional space for installing Python and other packages. The Vocore also has a Micro SD card slot. When I insert a card, a new entry appears in /dev named mmcblk0. How can I configure the card to expand the root file system? Thank you.
filesystems openwrt sd-card
add a comment |Â
up vote
1
down vote
favorite
The Vocore is a single board computer running OpenWRT. It has very limited internal storage capacity with only ~1MB for storing packages and files. I need additional space for installing Python and other packages. The Vocore also has a Micro SD card slot. When I insert a card, a new entry appears in /dev named mmcblk0. How can I configure the card to expand the root file system? Thank you.
filesystems openwrt sd-card
1
Simply mount it anywhere on the VFS. But I assume what you want is the root / file system to be bigger?
â jdwolf
Dec 7 '17 at 19:57
Appearing in dev is already 99% of the problem solved. You partition, format and mount it. Just try to found it the max size of the card the SBC supports.
â Rui F Ribeiro
Dec 7 '17 at 20:26
@jdwolf You are correct. I've never formatted and managed volumes and filesystems from the terminal. I would like to extend the root file system.
â www139
Dec 7 '17 at 20:33
1
@www139 On linux generally this is solved with either installing root to the sdcard and using internal as only a boot loader or for initram or using an overlay fs.
â jdwolf
Dec 7 '17 at 21:05
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
The Vocore is a single board computer running OpenWRT. It has very limited internal storage capacity with only ~1MB for storing packages and files. I need additional space for installing Python and other packages. The Vocore also has a Micro SD card slot. When I insert a card, a new entry appears in /dev named mmcblk0. How can I configure the card to expand the root file system? Thank you.
filesystems openwrt sd-card
The Vocore is a single board computer running OpenWRT. It has very limited internal storage capacity with only ~1MB for storing packages and files. I need additional space for installing Python and other packages. The Vocore also has a Micro SD card slot. When I insert a card, a new entry appears in /dev named mmcblk0. How can I configure the card to expand the root file system? Thank you.
filesystems openwrt sd-card
edited Dec 7 '17 at 20:52
asked Dec 7 '17 at 19:45
www139
1064
1064
1
Simply mount it anywhere on the VFS. But I assume what you want is the root / file system to be bigger?
â jdwolf
Dec 7 '17 at 19:57
Appearing in dev is already 99% of the problem solved. You partition, format and mount it. Just try to found it the max size of the card the SBC supports.
â Rui F Ribeiro
Dec 7 '17 at 20:26
@jdwolf You are correct. I've never formatted and managed volumes and filesystems from the terminal. I would like to extend the root file system.
â www139
Dec 7 '17 at 20:33
1
@www139 On linux generally this is solved with either installing root to the sdcard and using internal as only a boot loader or for initram or using an overlay fs.
â jdwolf
Dec 7 '17 at 21:05
add a comment |Â
1
Simply mount it anywhere on the VFS. But I assume what you want is the root / file system to be bigger?
â jdwolf
Dec 7 '17 at 19:57
Appearing in dev is already 99% of the problem solved. You partition, format and mount it. Just try to found it the max size of the card the SBC supports.
â Rui F Ribeiro
Dec 7 '17 at 20:26
@jdwolf You are correct. I've never formatted and managed volumes and filesystems from the terminal. I would like to extend the root file system.
â www139
Dec 7 '17 at 20:33
1
@www139 On linux generally this is solved with either installing root to the sdcard and using internal as only a boot loader or for initram or using an overlay fs.
â jdwolf
Dec 7 '17 at 21:05
1
1
Simply mount it anywhere on the VFS. But I assume what you want is the root / file system to be bigger?
â jdwolf
Dec 7 '17 at 19:57
Simply mount it anywhere on the VFS. But I assume what you want is the root / file system to be bigger?
â jdwolf
Dec 7 '17 at 19:57
Appearing in dev is already 99% of the problem solved. You partition, format and mount it. Just try to found it the max size of the card the SBC supports.
â Rui F Ribeiro
Dec 7 '17 at 20:26
Appearing in dev is already 99% of the problem solved. You partition, format and mount it. Just try to found it the max size of the card the SBC supports.
â Rui F Ribeiro
Dec 7 '17 at 20:26
@jdwolf You are correct. I've never formatted and managed volumes and filesystems from the terminal. I would like to extend the root file system.
â www139
Dec 7 '17 at 20:33
@jdwolf You are correct. I've never formatted and managed volumes and filesystems from the terminal. I would like to extend the root file system.
â www139
Dec 7 '17 at 20:33
1
1
@www139 On linux generally this is solved with either installing root to the sdcard and using internal as only a boot loader or for initram or using an overlay fs.
â jdwolf
Dec 7 '17 at 21:05
@www139 On linux generally this is solved with either installing root to the sdcard and using internal as only a boot loader or for initram or using an overlay fs.
â jdwolf
Dec 7 '17 at 21:05
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409559%2fconfiguring-and-mounting-micro-sd-card-in-openwrt%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Simply mount it anywhere on the VFS. But I assume what you want is the root / file system to be bigger?
â jdwolf
Dec 7 '17 at 19:57
Appearing in dev is already 99% of the problem solved. You partition, format and mount it. Just try to found it the max size of the card the SBC supports.
â Rui F Ribeiro
Dec 7 '17 at 20:26
@jdwolf You are correct. I've never formatted and managed volumes and filesystems from the terminal. I would like to extend the root file system.
â www139
Dec 7 '17 at 20:33
1
@www139 On linux generally this is solved with either installing root to the sdcard and using internal as only a boot loader or for initram or using an overlay fs.
â jdwolf
Dec 7 '17 at 21:05