Re: call trace in messages
Il 06/12/2011 14:05, Paolo Sala ha scritto:
> pinguino scrisse in data 05/12/2011 15:34:
>> [...]
>> Cambio la domanda : C'e' qualche comando di sistema che permette di
>> mettere l'hard disk od il file system in sola lettura?
>>
> l'hard disk no (che io sappia) mentre come ti dicevo è durante il mount
> che puoi montare un filesystem in sola lettura. Quindi mount lo fa: man
> mount
>
> Piviul
>
>
Si ora ho letto man mount. Con mount -r : -r, --read-only
Mount the filesystem read-only. A synonym is -o ro.
Note that, depending on the filesystem type, state and kernel
behavior, the system may still write to the device. For exam‐
ple, Ext3 or ext4 will replay its journal if the filesystem is
dirty. To prevent this kind of write access, you may want to
mount ext3 or ext4 filesystem with "ro,noload" mount options or set
the block device to read-only mode, see command block‐
dev(8).
Quindi se mi succede di trovare un messaggio di read-only filesystem ,
devo dare un mount -w per risolvere ?
Mount -w, --rw
"Mount the filesystem read/write. This is the default. A synonym is -o rw"
Senza reinstallare tutto il sistema.
Sempre che non ci sia un problema piu' grave nel filesystem.
Ciao
Claudio
Reply to: