Mount–o REMOUNT,RW/
To mount a file system that has already been mounted (with read and write permission to mount), it is important to note that the mount point must be an existing directory, which may not be empty. The files that are commonly used in this directory are RO permissions and need to be temporarily changed to modifiable permissions.
Parameters:
-O < options > Specify options for mounting file systems, and some can also be written in/etc/fstab. Commonly used are:
Defaults Use default values for all options (auto, Nouser, RW, suid)
Auto/noauto Allow/Disallow installation with –A option
Dev/nodev/does not explain the special devices on the file system
Exec/noexec Allow/disallow execution of binary code
Suid/nosuid Confirm/Do not confirm suid and Sgid bit
User/nouser allows/does not allow general users to mount
CODEPAGE=XXX code page
Iocharset=xxx Character Set
RO is mounted as read-only
RW mounts in read-write mode
Remount Reinstall the file system that is already installed
Loop mounts "Swing Devices" and "ISO image files"