Annis Monadjem
2017-05-29 11:15:49 UTC
I really like rsnapshot and I've been using it for more than a year for data backup without any problem. I'm not aware of changing any major setup and anything related to the backups and rsnapshot. Today, for first time, am not able to rsnapshot to local (not remote) external drive.
I've check the "health" of the disk with gparted but it says that it is good ('OK'). I checked /var/log/syslog and the only problem that has been repeatedly appearing is "Error: rm: cannot remove 'XX': Read-only file system".Â
On terminal, i open external drive and randomly selected a single folder and a file with intention to delete, but despite being a superuser, I get the same error message as above. I never had this before - obviously something is happening with my drive, but what? bec. gparted says it is OK.
So, next I decided to reformat the drive hoping to resolve the above problem (I've another recent backup drive) and next try again rsnapshot. But the problem has not gone away and it is still there.
I really need to fix this and to do a full backup, so please assist to your best. I'm Linux fan, but a novice, constantly learning something new, so please explain patiently and in detail.
Specs:Kernel:Â Â Â Linux 4.4.0-78-generic (x86_64)
Default C Compiler:Â Â Â GNU C Compiler version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
Processor:Â Â Â 2x Intel(R) Pentium(R) CPU G4400 @ 3.30GHz
Memory:Â Â Â 3928MB (2170MB used)
Distribution:Â Â Â Peppermint 7 Seven
Desktop Environment:Â Â Â XFCE 4
fstab (selectively for the external drive only):
UUID=531db36c-884f-4a9a-88da-acc008916723   /media/sky/DataBackup1T   ext4   rw,user,noexec,noauto,nofail   0   0
After reformatting external drive UUID had changed and I have picked up the new UUID from `sudo blkid` and set it in fstab as above. Other than that the flags are as before the problem started.
To mount external drive I have been mounting it always from within `nautilus` after running it. I'd rather prefer to mount it on terminal either automatically or manually. Please also explain how that should be done (perhaps in fstab?).
Now, again why I'm getting this nasty "cannot remove 'XX': Read-only file system" ? And how can I fix it?
I've check the "health" of the disk with gparted but it says that it is good ('OK'). I checked /var/log/syslog and the only problem that has been repeatedly appearing is "Error: rm: cannot remove 'XX': Read-only file system".Â
On terminal, i open external drive and randomly selected a single folder and a file with intention to delete, but despite being a superuser, I get the same error message as above. I never had this before - obviously something is happening with my drive, but what? bec. gparted says it is OK.
So, next I decided to reformat the drive hoping to resolve the above problem (I've another recent backup drive) and next try again rsnapshot. But the problem has not gone away and it is still there.
I really need to fix this and to do a full backup, so please assist to your best. I'm Linux fan, but a novice, constantly learning something new, so please explain patiently and in detail.
Specs:Kernel:Â Â Â Linux 4.4.0-78-generic (x86_64)
Default C Compiler:Â Â Â GNU C Compiler version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
Processor:Â Â Â 2x Intel(R) Pentium(R) CPU G4400 @ 3.30GHz
Memory:Â Â Â 3928MB (2170MB used)
Distribution:Â Â Â Peppermint 7 Seven
Desktop Environment:Â Â Â XFCE 4
fstab (selectively for the external drive only):
UUID=531db36c-884f-4a9a-88da-acc008916723   /media/sky/DataBackup1T   ext4   rw,user,noexec,noauto,nofail   0   0
After reformatting external drive UUID had changed and I have picked up the new UUID from `sudo blkid` and set it in fstab as above. Other than that the flags are as before the problem started.
To mount external drive I have been mounting it always from within `nautilus` after running it. I'd rather prefer to mount it on terminal either automatically or manually. Please also explain how that should be done (perhaps in fstab?).
Now, again why I'm getting this nasty "cannot remove 'XX': Read-only file system" ? And how can I fix it?