hi guys
before posting this i saw that there is similar case but was marked as solved so i didn't wanted to add up to that post
https://discuss.getsol.us/d/227-hard-drive-becomes-a-read-only-file-system
I'm having trouble with creating files and folders into my drives (D: SSD and E:HDD)
so i ran grep 'ro,' /etc/mtab
and here is my result:
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
/dev/sdc1 /mnt/6171A83334C4B582 fuseblk ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
/dev/sdb2 /mnt/8C4C97994C977D20 fuseblk ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
so i tried what @rockycse21 suggestion from above post cause i have dual boot
which is uncheck “Turn on fast startup" in Windows and it solved my read-only issue ,
only that it lead me to another issue which is my wired network goes into loop connecting again
so I checked that back , so i either have internet but loosing the ability to create folders or files
on those storage drives or loosing internet and not be able to customize in those drives.
is there a way to unmount and remount my storage with rw or a way to rest my network pci
from terminal ?