ubi0:rootfs / ubifs rw problem
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I want to delete/replace a file in my /opt folder.
However, it says "files sytem is read only"
I checked /etc/mtab output, saw that only ubi0:rootfs file system is read only. How can I delete/replace file in /opt folder? I tried to remount file system but no luck.
This is my /etc/mtab output
~$ more /etc/mtab
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs ro,relatime 0 0
mdev /dev tmpfs rw,relatime,size=216320k,nr_inodes=54080,mode=755 0 0
sys /sys sysfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
none /tmp tmpfs rw,relatime,size=5120k,nr_inodes=54080 0 0
shm /dev/shm tmpfs rw,relatime,size=216320k,nr_inodes=54080 0 0
rwfs /mnt/rwfs tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
rwfs /var tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
usbfs /proc/bus/usb usbfs rw,relatime 0 0
ubi1:pss1 /pss1 ubifs rw,sync,relatime 0 0
ubi2:pss2 /pss2 ubifs rw,sync,relatime 0 0
tmpfs /race/mount/tmp tmpfs rw,relatime,size=65536k 0 0
/dev/sda1 /tmp/race/mount/base/781_5567_4C530000840519112192_4EF3E9FB vfat rw,sync,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
mount ubifs
New contributor
add a comment |
up vote
-1
down vote
favorite
I want to delete/replace a file in my /opt folder.
However, it says "files sytem is read only"
I checked /etc/mtab output, saw that only ubi0:rootfs file system is read only. How can I delete/replace file in /opt folder? I tried to remount file system but no luck.
This is my /etc/mtab output
~$ more /etc/mtab
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs ro,relatime 0 0
mdev /dev tmpfs rw,relatime,size=216320k,nr_inodes=54080,mode=755 0 0
sys /sys sysfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
none /tmp tmpfs rw,relatime,size=5120k,nr_inodes=54080 0 0
shm /dev/shm tmpfs rw,relatime,size=216320k,nr_inodes=54080 0 0
rwfs /mnt/rwfs tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
rwfs /var tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
usbfs /proc/bus/usb usbfs rw,relatime 0 0
ubi1:pss1 /pss1 ubifs rw,sync,relatime 0 0
ubi2:pss2 /pss2 ubifs rw,sync,relatime 0 0
tmpfs /race/mount/tmp tmpfs rw,relatime,size=65536k 0 0
/dev/sda1 /tmp/race/mount/base/781_5567_4C530000840519112192_4EF3E9FB vfat rw,sync,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
mount ubifs
New contributor
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I want to delete/replace a file in my /opt folder.
However, it says "files sytem is read only"
I checked /etc/mtab output, saw that only ubi0:rootfs file system is read only. How can I delete/replace file in /opt folder? I tried to remount file system but no luck.
This is my /etc/mtab output
~$ more /etc/mtab
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs ro,relatime 0 0
mdev /dev tmpfs rw,relatime,size=216320k,nr_inodes=54080,mode=755 0 0
sys /sys sysfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
none /tmp tmpfs rw,relatime,size=5120k,nr_inodes=54080 0 0
shm /dev/shm tmpfs rw,relatime,size=216320k,nr_inodes=54080 0 0
rwfs /mnt/rwfs tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
rwfs /var tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
usbfs /proc/bus/usb usbfs rw,relatime 0 0
ubi1:pss1 /pss1 ubifs rw,sync,relatime 0 0
ubi2:pss2 /pss2 ubifs rw,sync,relatime 0 0
tmpfs /race/mount/tmp tmpfs rw,relatime,size=65536k 0 0
/dev/sda1 /tmp/race/mount/base/781_5567_4C530000840519112192_4EF3E9FB vfat rw,sync,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
mount ubifs
New contributor
I want to delete/replace a file in my /opt folder.
However, it says "files sytem is read only"
I checked /etc/mtab output, saw that only ubi0:rootfs file system is read only. How can I delete/replace file in /opt folder? I tried to remount file system but no luck.
This is my /etc/mtab output
~$ more /etc/mtab
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs ro,relatime 0 0
mdev /dev tmpfs rw,relatime,size=216320k,nr_inodes=54080,mode=755 0 0
sys /sys sysfs rw,relatime 0 0
proc /proc proc rw,relatime 0 0
none /tmp tmpfs rw,relatime,size=5120k,nr_inodes=54080 0 0
shm /dev/shm tmpfs rw,relatime,size=216320k,nr_inodes=54080 0 0
rwfs /mnt/rwfs tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
rwfs /var tmpfs rw,relatime,size=512k,nr_inodes=54080 0 0
usbfs /proc/bus/usb usbfs rw,relatime 0 0
ubi1:pss1 /pss1 ubifs rw,sync,relatime 0 0
ubi2:pss2 /pss2 ubifs rw,sync,relatime 0 0
tmpfs /race/mount/tmp tmpfs rw,relatime,size=65536k 0 0
/dev/sda1 /tmp/race/mount/base/781_5567_4C530000840519112192_4EF3E9FB vfat rw,sync,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
mount ubifs
mount ubifs
New contributor
New contributor
edited Nov 18 at 5:39
Rui F Ribeiro
38.2k1475123
38.2k1475123
New contributor
asked Nov 17 at 21:30
VolksWagen Retrofit
1
1
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
VolksWagen Retrofit is a new contributor. Be nice, and check out our Code of Conduct.
VolksWagen Retrofit is a new contributor. Be nice, and check out our Code of Conduct.
VolksWagen Retrofit is a new contributor. Be nice, and check out our Code of Conduct.
VolksWagen Retrofit is a new contributor. Be nice, and check out our Code of Conduct.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482404%2fubi0rootfs-ubifs-rw-problem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown