mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 05:35:58 +00:00
Merge pull request #2630 from enkore/issue/2252
docs: faq: Can I use Borg on SMR hard drives?
This commit is contained in:
commit
2118fb45a2
2 changed files with 18 additions and 1 deletions
|
@ -418,7 +418,7 @@ Other changes:
|
||||||
- ArchiveFormatter: add "start" key for compatibility with "info"
|
- ArchiveFormatter: add "start" key for compatibility with "info"
|
||||||
- RemoteRepository: account rx/tx bytes
|
- RemoteRepository: account rx/tx bytes
|
||||||
- setup.py build_usage/build_man/build_api fixes
|
- setup.py build_usage/build_man/build_api fixes
|
||||||
- Manifest.in: simplify, exclude *.{so,dll,orig}, #2066
|
- Manifest.in: simplify, exclude .so, .dll and .orig, #2066
|
||||||
- FUSE: get rid of chunk accounting, st_blocks = ceil(size / blocksize).
|
- FUSE: get rid of chunk accounting, st_blocks = ceil(size / blocksize).
|
||||||
- tests:
|
- tests:
|
||||||
|
|
||||||
|
|
17
docs/faq.rst
17
docs/faq.rst
|
@ -171,6 +171,23 @@ Yes, if you want to detect accidental data damage (like bit rot), use the
|
||||||
If you want to be able to detect malicious tampering also, use an encrypted
|
If you want to be able to detect malicious tampering also, use an encrypted
|
||||||
repo. It will then be able to check using CRCs and HMACs.
|
repo. It will then be able to check using CRCs and HMACs.
|
||||||
|
|
||||||
|
Can I use Borg on SMR hard drives?
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
SMR (shingled magnetic recording) hard drives are very different from
|
||||||
|
regular hard drives. Applications have to behave in certain ways or
|
||||||
|
performance will be heavily degraded.
|
||||||
|
|
||||||
|
Borg 1.1 ships with default settings suitable for SMR drives,
|
||||||
|
and has been successfully tested on *Seagate Archive v2* drives
|
||||||
|
using the ext4 file system.
|
||||||
|
|
||||||
|
Some Linux kernel versions between 3.19 and 4.5 had various bugs
|
||||||
|
handling device-managed SMR drives, leading to IO errors, unresponsive
|
||||||
|
drives and unreliable operation in general.
|
||||||
|
|
||||||
|
For more details, refer to :issue:`2252`.
|
||||||
|
|
||||||
.. _faq-integrityerror:
|
.. _faq-integrityerror:
|
||||||
|
|
||||||
I get an IntegrityError or similar - what now?
|
I get an IntegrityError or similar - what now?
|
||||||
|
|
Loading…
Reference in a new issue