mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
hdd_menu: create mountpoint for formatted partition
This commit is contained in:
@@ -425,9 +425,11 @@ _remount:
|
|||||||
|
|
||||||
switch(g_settings.hdd_fs) {
|
switch(g_settings.hdd_fs) {
|
||||||
case 0:
|
case 0:
|
||||||
|
safe_mkdir(dst);
|
||||||
res = mount(src, dst, "ext3", 0, NULL);
|
res = mount(src, dst, "ext3", 0, NULL);
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
safe_mkdir(dst);
|
||||||
res = mount(src, dst, "reiserfs", 0, NULL);
|
res = mount(src, dst, "reiserfs", 0, NULL);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user