Replies: 1 comment 1 reply
-
This rather looks like the data on your disk is corrupted. Are you sure that copying worked without errors? Also: did you make sure that Photon/ES was not running when you did the copy? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running photon in a docker container.
if I use the data dir in the local hard disk (ssd) I can run it but if I copy the data dir in the external storage I get:
the external storage is a fast sdd disk connected with USB 3.0 SuperSpeed port
here the hdparam test:
internal disk:
[mebitek@bael] ~ sudo hdparm -Tt /dev/sda3
/dev/sda3:
Timing cached reads: 33892 MB in 1.97 seconds = 17208.85 MB/sec
Timing buffered disk reads: 670 MB in 3.00 seconds = 223.09 MB/sec
external disk:
[mebitek@bael] ~ sudo hdparm -Tt /dev/sdc1
/dev/sdc1:
Timing cached reads: 31970 MB in 1.97 seconds = 16234.01 MB/sec
Timing buffered disk reads: 958 MB in 3.02 seconds = 316.93 MB/sec
could you please help me?
Beta Was this translation helpful? Give feedback.
All reactions