man mount
:
remount
Attempt to remount an already-mounted filesystem. This is commonly used to change the mount flags for a filesystem, especially to make a readonly filesystem writeable. It does not change device or mount point. The remount functionality follows the standard way how the mount command works with options from fstab. It means the mount command doesn't read fstab (or mtab) only when a device and dir are fully specified.
A opção de remontagem é usada quando o sistema de arquivos não está em uso para modificar a opção de montagem de ro
para rw
.
target is busy.
Se o sistema de arquivos já estiver em uso, você não pode desmontá-lo corretamente, você precisa encontrar o processo que acessou seus arquivos ( fuser -mu /path/
), matando o processo em execução e, em seguida, desmontando o arquivo.