reallymine icon indicating copy to clipboard operation
reallymine copied to clipboard

Installation on MAC did not seem to work...

Open MrKovacic opened this issue 5 years ago • 25 comments

Hello, this is my first post to GitHub ever so forgive me if I goof up. I am attempting to recover a 2T WD drive (JMicron) and I installed the prerequisites including the changed path for "github.com/hashicorp/vault/sdk/helper/password" and everything installed without error.

After the install, I type reallymine in my terminal, and it just says command not found. I am sure this is something very simple, but I just can't find it. I have tried restarting terminal, and my computer to no avail. The install string I used was:

go get github.com/andlabs/reallymine

and I got no error, it's just that the command doesn't seem to do anything. What did I miss?

Thanks in advance!!!

MrKovacic avatar Jun 25 '19 13:06 MrKovacic

Try ./reallymine (if you are in the same directory as the executable file).

themaddoctor avatar Jun 25 '19 14:06 themaddoctor

Hi, so the issue I’m running into is I can’t find the executable. I even tried downloading and unzipping the repository. I also tried go build and it didn’t build anything. I’m incredibly new 😩

Sent with GitHawk

MrKovacic avatar Jun 25 '19 16:06 MrKovacic

I don't use Go, but I think you have to "go build" the project to create the executable. Maybe someone with more experience will chime in with better advice....

themaddoctor avatar Jun 25 '19 21:06 themaddoctor

I am willing to install any operating system, and any SDK needed to make this work. I have been at this for almost 2 weeks and even tried the method found in a PDF "Mounting encrypted WD drives in linux" I forget where I found the download, but the preface is as follows:

"The purpose of this document is to explain how to mount an encrypted WD drive in a linux system, after the drive has been removed from its enclosure and the USB-to-SATA board has been removed. It must also be placed in a new enclosure that does not use hardware encryption or installed into a desktop and connected to an SATA port. These instructions assume that you can use a linux system and know how to find the terminal. All commands in this document are meant to be used in the terminal. We also assume that you know how to use the sudo command, and that you assume the risks of damaging your system or data."

I got pretty far using Kali Linux, but I could not compile the application in the end. Using RedHat, I had a mess of problems using the VMWare tools to copy program files, and networking had issues, but I got the furthest in CentOS 7, except the very last step failed. I am open to any OS it takes, and any development kit I need, so any advice you have, I would be very grateful for.

Thanks!!!

MrKovacic avatar Jun 25 '19 21:06 MrKovacic

Hi. I wrote that document. Please don't use Kali. It is a pen-testing tool, not a real OS. Please verify that you have a MyBook model, and that you removed the USB bridge card with the JMS538S chip on it. Please send a dump of the first sector (sector 0) and sector 3907024928 (the keyblock). In a linux terminal:

sudo dd if=/dev/sdX count=1 | hexdump -Cv sudo dd if=/dev/sdX skip=3907024928 count=1 | hexdump -Cv

where "sdX" must be replaced by the designation of your WD disk. You might find out what it is with the command "lsblk" or "sudo lsblk". After you run each of the dumping commands, there will be output on the terminal. Copy and paste that into a comment here.

Also, please explain exactly what you mean by "except the very last step failed" and what the error message or other output was.

themaddoctor avatar Jun 25 '19 21:06 themaddoctor

[root@localhost wd]# dd if=/dev/sdb count=1 | hexdump -Cv 1+0 records in 1+0 records out 512 bytes (512 B) copied, 0.00207146 s, 247 kB/s 00000000 33 c0 8e d0 bc 00 7c 8e c0 8e d8 be 00 7c bf 00 |3.....|......|..| 00000010 06 b9 00 02 fc f3 a4 50 68 1c 06 cb fb b9 04 00 |.......Ph.......| 00000020 bd be 07 80 7e 00 00 7c 0b 0f 85 0e 01 83 c5 10 |....~..|........| 00000030 e2 f1 cd 18 88 56 00 55 c6 46 11 05 c6 46 10 00 |.....V.U.F...F..| 00000040 b4 41 bb aa 55 cd 13 5d 72 0f 81 fb 55 aa 75 09 |.A..U..]r...U.u.| 00000050 f7 c1 01 00 74 03 fe 46 10 66 60 80 7e 10 00 74 |....t..F.f.~..t| 00000060 26 66 68 00 00 00 00 66 ff 76 08 68 00 00 68 00 |&fh....f.v.h..h.| 00000070 7c 68 01 00 68 10 00 b4 42 8a 56 00 8b f4 cd 13 ||h..h...B.V.....| 00000080 9f 83 c4 10 9e eb 14 b8 01 02 bb 00 7c 8a 56 00 |............|.V.| 00000090 8a 76 01 8a 4e 02 8a 6e 03 cd 13 66 61 73 1c fe |.v..N..n...fas..| 000000a0 4e 11 75 0c 80 7e 00 80 0f 84 8a 00 b2 80 eb 84 |N.u..~..........| 000000b0 55 32 e4 8a 56 00 cd 13 5d eb 9e 81 3e fe 7d 55 |U2..V...]...>.}U| 000000c0 aa 75 6e ff 76 00 e8 8d 00 75 17 fa b0 d1 e6 64 |.un.v....u.....d| 000000d0 e8 83 00 b0 df e6 60 e8 7c 00 b0 ff e6 64 e8 75 |......`.|....d.u| 000000e0 00 fb b8 00 bb cd 1a 66 23 c0 75 3b 66 81 fb 54 |.......f#.u;f..T| 000000f0 43 50 41 75 32 81 f9 02 01 72 2c 66 68 07 bb 00 |CPAu2....r,fh...| 00000100 00 66 68 00 02 00 00 66 68 08 00 00 00 66 53 66 |.fh....fh....fSf| 00000110 53 66 55 66 68 00 00 00 00 66 68 00 7c 00 00 66 |SfUfh....fh.|..f| 00000120 61 68 00 00 07 cd 1a 5a 32 f6 ea 00 7c 00 00 cd |ah.....Z2...|...| 00000130 18 a0 b7 07 eb 08 a0 b6 07 eb 03 a0 b5 07 32 e4 |..............2.| 00000140 05 00 07 8b f0 ac 3c 00 74 09 bb 07 00 b4 0e cd |......<.t.......| 00000150 10 eb f2 f4 eb fd 2b c9 e4 64 eb 00 24 02 e0 f8 |......+..d..$...| 00000160 24 02 c3 49 6e 76 61 6c 69 64 20 70 61 72 74 69 |$..Invalid parti| 00000170 74 69 6f 6e 20 74 61 62 6c 65 00 45 72 72 6f 72 |tion table.Error| 00000180 20 6c 6f 61 64 69 6e 67 20 6f 70 65 72 61 74 69 | loading operati| 00000190 6e 67 20 73 79 73 74 65 6d 00 4d 69 73 73 69 6e |ng system.Missin| 000001a0 67 20 6f 70 65 72 61 74 69 6e 67 20 73 79 73 74 |g operating syst| 000001b0 65 6d 00 00 00 63 7b 9a 00 00 00 00 00 00 00 00 |em...c{.........| 000001c0 02 00 ee fe bf 00 01 00 00 00 ff ff ff ff 00 00 |................| 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.| 00000200 [root@localhost wd]# dd if=/dev/sdb skip=3907024928 count=1 | hexdump -Cv 1+0 records in 1+0 records out 512 bytes (512 B) copied, 0.428789 s, 1.2 kB/s 00000000 57 44 76 31 80 97 00 00 00 88 df e8 00 00 00 00 |WDv1............| 00000010 00 00 00 00 00 00 f0 00 00 00 00 00 00 00 00 00 |................| 00000020 01 00 00 00 00 00 69 78 00 00 00 00 00 00 00 00 |......ix........| 00000030 00 02 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000050 20 00 cc 46 00 00 00 01 00 00 00 00 57 44 76 31 | ..F........WDv1| 00000060 d2 84 7c 26 c1 cb 3f 3f 91 37 72 bc 1b 79 bc bf |..|&..??.7r..y..| 00000070 91 6f a4 c4 80 9e 8d 8a 4c 7b 0e b9 93 33 6d 8e |.o......L{...3m.| 00000080 98 7f b3 8a 37 dc 48 ff d6 95 15 56 e7 e9 07 ee |....7.H....V....| 00000090 3b 82 72 78 d2 e1 5a 8a 78 0b 5a db 66 d9 6f 29 |;.rx..Z.x.Z.f.o)| 000000a0 0d a3 34 b0 b6 46 a2 29 52 80 c0 3d f0 9d b5 f7 |..4..F.)R..=....| 000000b0 8e 9f 58 85 cb 29 2c f8 15 14 9f 33 8d 99 ad 8d |..X..),....3....| 000000c0 d3 28 e3 25 cd 6e 91 aa c4 31 36 03 8f 40 e9 c8 |.(.%.n...16..@..| 000000d0 28 5d 46 93 b3 bc fd 63 73 f9 eb 8d 04 3f ef 66 |(]F....cs....?.f| 000000e0 1c ab cd be db e3 cf 6c 30 32 9d 3a fc a4 11 1b |.......l02.:....| 000000f0 46 ad 2e 68 58 3e 3a e2 18 33 d8 50 99 3e 7a 42 |F..hX>:..3.P.>zB| 00000100 41 82 09 7b 5c 6b 7c 83 12 39 38 07 1e 4d 35 d3 |A..{\k|..98..M5.| 00000110 f9 04 fb 86 e9 2f c7 7f 2a 4a 8f d1 c0 41 db ec |...../..J...A..| 00000120 cb 56 01 0c e0 ac b1 04 8e 82 92 c7 92 6c bd 8a |.V...........l..| 00000130 d4 de 23 96 2a 07 c1 38 b5 aa fc 3f b7 93 35 8e |..#...8...?..5.| 00000140 b8 79 7a fd 59 ec 3f cd 4f 2e 42 fb af 27 bb 6f |.yz.Y.?.O.B..'.o| 00000150 72 80 63 78 af e6 b5 25 c9 da 70 30 85 71 c0 83 |r.cx...%..p0.q..| 00000160 e6 a1 a1 4a 23 b4 12 bd 86 17 61 c2 2f 83 37 b6 |...J#.....a./.7.| 00000170 53 d9 38 90 62 ad 66 3f cc 7c dd 53 5e 66 81 c2 |S.8.b.f?.|.S^f..| 00000180 43 0c b8 95 4d 6f a8 d2 2e 59 a8 d7 61 88 f9 a2 |C...Mo...Y..a...| 00000190 55 a4 f4 2a ac 37 e1 ec f3 2b c1 f6 76 7b b0 f5 |U..*.7...+..v{..| 000001a0 6a 64 ac 92 cd dc ed 6a 2b 78 b7 e5 33 a5 1a 1b |jd.....j+x..3...| 000001b0 74 65 81 c4 89 93 fb 77 ef e9 05 c4 f3 ad c8 f0 |te.....w........| 000001c0 66 36 fc 9c d7 0a 8e 72 0a 86 51 f6 2d 9e 45 23 |f6.....r..Q.-.E#| 000001d0 4d 4c e4 8d 88 91 27 28 56 5b 43 df 22 ad e9 70 |ML....'(V[C."..p| 000001e0 95 3c 9e 7e e8 d6 fc cc 8a ae e3 15 ac 42 bc e2 |.<.~.........B..| 000001f0 8e fb 8f 51 a8 68 ec e0 91 34 9d 16 02 0b 5c f8 |...Q.h...4.....| 00000200 [root@localhost wd]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 20G 0 disk ├─sda1 8:1 0 1G 0 part /boot └─sda2 8:2 0 19G 0 part ├─centos-root 253:0 0 17G 0 lvm / └─centos-swap 253:1 0 2G 0 lvm [SWAP] sdb 8:16 0 1.8T 0 disk ├─sdb1 8:17 0 16M 0 part └─sdb2 8:18 0 1.8T 0 part sr0 11:0 1 4.3G 0 rom /run/media/root/CentOS 7 x86_64 [root@localhost wd]# '

I guess I should have mentioned this drive seems to be partitioned, so that was the other question. It looks like the data (in this case) will be on the second partition, so when I run the commands in the PDF, (in this case the drive is sdb) should I run it on sdb, or sdb2, because sdb2 is the largest partition?

Also thank you again for helping me, this means alot. I am helping a friend whos pictures of his only son is on this drive, and this is the only copy he has. As yoou can imagine, he is going to use a different storage method in the future.

MrKovacic avatar Jun 25 '19 22:06 MrKovacic

Also I never mounted this on a windows machine, however, I think my friend who owns the drive did, he is an IT guy and didn't know it was encrypted.

MrKovacic avatar Jun 25 '19 22:06 MrKovacic

Im not sure if pasting the dump messed anything up, so I am including screenshots too..

Screen Shot 2019-06-25 at 6 26 03 PM Screen Shot 2019-06-25 at 6 26 30 PM

MrKovacic avatar Jun 25 '19 22:06 MrKovacic

Yes, it's pretty clear that it was altered by the Windows machine.

themaddoctor avatar Jun 25 '19 22:06 themaddoctor

Here's your disk key: 867b4c283c37d0be3e9d8e6a758a799098c982881d59bd68cf549b7d19bd3cb8

themaddoctor avatar Jun 25 '19 22:06 themaddoctor

Also, please explain exactly what you mean by "except the very last step failed" and what the error message or other output was.

themaddoctor avatar Jun 25 '19 22:06 themaddoctor

Sector 0 has one partition, which is a dummy for the GPT table stored in sectors 1-2047.

I am now going to need to see sectors 2048-2049, to see if your friend messed up his filesystem, too.

sudo dd if=/dev/sdb skip=2048 count=2 status=none | hexdump -Cv

When you post the output, put it between three single left quotes (`) and three more single left quotes, to tell github to format it nicely.

themaddoctor avatar Jun 25 '19 22:06 themaddoctor

''' [root@localhost wd]# dd if=/dev/sdb skip=2048 count=2 status=none | hexdump -Cv 00000000 09 03 54 2e 5a d8 91 9b 70 15 0b 12 0c 54 88 88 |..T.Z...p....T..| 00000010 f2 2e 37 c0 25 0f 70 4a 13 03 63 0c 30 47 97 e1 |..7.%.pJ..c.0G..| 00000020 f1 61 ae de 16 1f 49 f5 6f 45 f7 fb ab b6 40 19 |.a....I.oE....@.| 00000030 22 f8 52 09 f0 ac 01 af cf 94 8d 2b db 96 1c a1 |".R........+....| 00000040 ef d3 93 3c 82 0b ef d9 fd 60 77 4c 41 2a f8 99 |...<.....wLA*..| 00000050 0f 0e 8f 63 b3 72 32 cb 9f 1a df 56 c6 8a 45 a1 |...c.r2....V..E.| 00000060 c6 c2 b3 26 ba f5 c0 c5 2c 15 44 ce 1d 8b 82 d3 |...&....,.D.....| 00000070 4a 5a 2a d8 db 71 87 f3 04 04 02 0e 56 f3 f2 68 |JZ*..q......V..h| 00000080 aa 2d 6b 17 79 66 dd 7e 2d af 04 99 66 0e d3 d7 |.-k.yf.~-...f...| 00000090 b3 bd df 2f e6 ac c0 1a 83 74 4d 1c 30 30 7b 47 |.../.....tM.00{G| 000000a0 03 d6 32 c3 44 a5 f9 e8 60 f5 27 cd 74 e8 90 4c |..2.D....'.t..L| 000000b0 82 22 e7 3e de 47 b8 d8 e0 2e f3 9b fd 1b 16 3b |.".>.G.........;| 000000c0 eb 6b 4f 71 92 8d 7b 1d 75 97 05 ef 37 3e 6d b3 |.kOq..{.u...7>m.| 000000d0 00 40 9f 8b 5b 21 a4 e8 52 ec 31 6c 6f 85 19 63 |.@..[!..R.1lo..c| 000000e0 4d 91 02 0e 64 3e 45 c5 ad 9e 38 00 b5 ea 52 8c |M...d>E...8...R.| 000000f0 fe 8b ec 20 0b c3 ff f2 fc 03 97 48 21 c6 e9 7a |... .......H!..z| 00000100 a2 30 ff c9 cc 1a 23 50 9e f9 3e 89 b4 c3 7b cc |.0....#P..>...{.| 00000110 e3 ae 73 cd f7 24 7a 3e c4 7b 47 8c 0b 6e 45 9c |..s..$z>.{G..nE.| 00000120 3b bd 4c c4 01 12 a4 dd 20 a3 4a ad f3 e2 e8 e9 |;.L..... .J.....| 00000130 5e 33 25 e9 06 e1 4f 2e de 3c 63 46 1d ee 95 39 |^3%...O..<cF...9| 00000140 11 a1 35 22 b9 02 0f 1e 2b 74 d6 1b ab 3e ac 5a |..5"....+t...>.Z| 00000150 f1 95 8e 08 94 79 66 8b 15 7b 82 c6 28 30 61 fa |.....yf..{..(0a.| 00000160 c4 06 48 04 6b 91 1f 76 4b e3 9b e1 3c 40 48 b1 |..H.k..vK...<@H.| 00000170 ab f4 39 d7 d6 32 0a 6a 2f 4b 3c cf c6 6a 36 b2 |..9..2.j/K<..j6.| 00000180 4e 09 e4 8d 69 96 77 24 09 c6 41 5a 91 5c 54 3f |N...i.w$..AZ.\T?| 00000190 af 24 04 97 b6 19 9a ec 4c 76 b9 b9 b8 9e 59 89 |.$......Lv....Y.| 000001a0 2e 10 f3 b0 6b 27 3b 53 46 44 0b 8f 0b cd 9a b8 |....k';SFD......| 000001b0 f8 ad ec 4a 76 0f 1e 7d 09 05 3d fe 86 d6 d5 97 |...Jv..}..=.....| 000001c0 83 e8 d1 04 ce ed d3 0a aa 23 1e 9c 0d cf dd 73 |.........#.....s| 000001d0 d5 af bc 9d 79 d1 b0 1d d3 26 c8 4f 41 05 00 9d |....y....&.OA...| 000001e0 c5 dc 82 78 b0 83 b8 d8 d2 1c c1 44 48 b7 ca 19 |...x.......DH...| 000001f0 b9 1c 93 50 0d 82 c4 b9 e7 94 73 07 07 33 bd d7 |...P......s..3..| 00000200 18 0f 37 09 61 ff 4b 9c d8 af 20 d5 5f cb ce da |..7.a.K... ....| 00000210 3f 73 32 23 44 f1 2e ec 57 1c 36 60 55 48 d5 27 |?s2#D...W.6UH.'| 00000220 eb 25 b3 4a 65 c4 b6 6e 2f 88 20 8f 42 1f 67 1e |.%.Je..n/. .B.g.| 00000230 eb 25 b3 4a 65 c4 b6 6e 2f 88 20 8f 42 1f 67 1e |.%.Je..n/. .B.g.| 00000240 eb 25 b3 4a 65 c4 b6 6e 2f 88 20 8f 42 1f 67 1e |.%.Je..n/. .B.g.| 00000250 d5 30 a0 df c7 74 e8 23 0c f1 45 0e 07 2d 3e b7 |.0...t.#..E..->.| 00000260 e5 e1 da e9 e9 4e 8d 1c ad e4 2b 20 75 2f ec c5 |.....N....+ u/..| 00000270 7c 3d 8c 8e 95 d3 27 33 2b 1a 4d 43 54 49 9f 7f ||=....'3+.MCTI..| 00000280 29 1a d5 54 bf 1c 64 1c d3 44 55 0c 14 2d 47 f2 |)..T..d..DU..-G.| 00000290 fe fb 96 41 cc 43 b4 cb 32 76 aa 78 9b ef b4 1b |...A.C..2v.x....| 000002a0 20 47 1e 31 f6 57 ce 7f 34 7b e2 6a 5a c1 7d a4 | G.1.W..4{.jZ.}.| 000002b0 67 47 19 29 d6 ac f9 6d 2d c9 79 a4 6e f0 03 13 |gG.)...m-.y.n...| 000002c0 0c fc c6 bc 80 d7 19 4a 47 d8 65 5d 34 3e 08 11 |.......JG.e]4>..| 000002d0 0f 05 fe 2c 0a 6e 61 f8 4e a8 22 05 47 90 1f 95 |...,.na.N.".G...| 000002e0 91 08 97 fc 9e 39 34 2a 9d 96 05 15 26 66 3d 93 |.....94*....&f=.| 000002f0 27 77 ba f3 1a 30 33 f4 7b 57 3c 94 b0 bb fd a6 |'w...03.{W<.....| 00000300 fd b9 63 b4 0f ca 27 5c 42 52 1f 60 0b d0 af 2b |..c...'\BR....+| 00000310 d0 77 27 d9 fc ca 54 10 c2 b8 de 5a 0a 3c ea 99 |.w'...T....Z.<..| 00000320 46 80 4d cf af d2 10 af 3c 8e 5b 50 74 99 5e 6a |F.M.....<.[Pt.^j| 00000330 af e9 1a 19 da 50 5f fb 27 14 21 79 12 25 a3 ee |.....P.'.!y.%..| 00000340 63 d1 83 45 53 a8 f8 83 97 4f 62 de ef 03 92 11 |c..ES....Ob.....| 00000350 ce 7d 9a d8 e8 29 e0 ef ce 05 1c 79 2a a5 a9 af |.}...).....y*...| 00000360 2a b4 bf 24 3f 36 cf 35 a9 98 e5 35 88 bf b8 1b |*..$?6.5...5....| 00000370 97 1a df 01 40 30 11 1a fa 3d 17 92 2b 35 25 10 |....@0...=..+5%.| 00000380 92 20 76 96 5c e8 c3 f4 7d d1 ab 1b e1 21 8e 3d |. v....}....!.=| 00000390 ae 46 b8 61 78 f4 a3 f8 1c e4 1f c7 c9 93 b4 0c |.F.ax...........| 000003a0 77 d0 fa 52 bb a7 c4 35 61 53 c1 a3 fb 4f f6 2e |w..R...5aS...O..| 000003b0 11 eb 35 16 de 8d c0 b4 9d bb b2 bc fe 21 be fd |..5..........!..| 000003c0 90 4e 5f 93 ee f3 fc 8b fa ec 61 ef f4 32 07 53 |.N_.......a..2.S| 000003d0 3c 8f 5a 36 44 e7 a0 d6 f4 2f 89 42 6d 8a 1c 19 |<.Z6D..../.Bm...| 000003e0 39 94 81 b0 df 3f fd 2d 8d 79 1a d3 ae 50 c0 32 |9....?.-.y...P.2| 000003f0 cc 13 c0 53 4d cd 60 f0 95 49 ae be ae f6 85 d8 |...SM.`..I......| 00000400 [root@localhost wd]# '''

MrKovacic avatar Jun 25 '19 22:06 MrKovacic

apologies... Screen Shot 2019-06-25 at 6 49 13 PM I'm not sure why I can't manage to paste the hex dump.

MrKovacic avatar Jun 25 '19 22:06 MrKovacic

I tried going through the process, and it seems like the drive won't mount.. This is the part where im not sure if I should use sdb, or sdb2, so I used sdb. After not mounting, i tried mounting using a loop device.

Screen Shot 2019-06-25 at 7 10 57 PM

MrKovacic avatar Jun 25 '19 23:06 MrKovacic

Your sectors 2048-9 decrypt to NTFS headers. Add "-t ntfs-3g" to your mount command: sudo mount -t ntfs-3g /dev/loop0 /mnt/wd

If you still get an error, you need to install the ntfs-3g driver.

themaddoctor avatar Jun 25 '19 23:06 themaddoctor

I did have to install the ntfs-3g driver, but it worked perfectly!!! I bow to you!!!!!

MrKovacic avatar Jun 25 '19 23:06 MrKovacic

YW

themaddoctor avatar Jun 26 '19 01:06 themaddoctor

Once again kudos to the maddoctor...

On Tue, Jun 25, 2019, 8:04 PM themaddoctor [email protected] wrote:

YW

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andlabs/reallymine/issues/90?email_source=notifications&email_token=AEATVRPEC37HS3O7WVYAXXDP4K6BTA5CNFSM4H3IMKC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYSAGWI#issuecomment-505676633, or mute the thread https://github.com/notifications/unsubscribe-auth/AEATVRORBNCKLOF4YONAGATP4K6BTANCNFSM4H3IMKCQ .

MrDecay avatar Jun 26 '19 01:06 MrDecay

Hi everyone, is it possible to do this on a MacBook Pro laptop? I am new on this so excuse me if i made basic questions, my WD my book 3t is flashing and not detectable, very precious info in that drive...thanks!

Miguel051971 avatar Sep 12 '19 21:09 Miguel051971

It's me again.

It shouldn't matter what kind of Mac you have. But you will need to take the hard drive out of the WD enclosure, and put it into a generic one.

themaddoctor avatar Sep 12 '19 23:09 themaddoctor

Just installed GO and made it , currently installing go1.13darwing-amd64 package When you mean “install Go and simply run” is it on the terminal window?, the same way i created my initial path ? A little confused

...trying to do things carefully, thanks

Enviado desde mi iPhone

El 12 sept 2019, a las 17:26, themaddoctor <[email protected]mailto:[email protected]> escribió:

It's me again.

It shouldn't matter what kind of Mac you have. But you will need to take the hard drive out of the WD enclosure, and put it into a generic one.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/andlabs/reallymine/issues/90?email_source=notifications&email_token=ANFGM7OTGWCV27H4HIRAQHDQJLF2HA5CNFSM4H3IMKC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6TRLMI#issuecomment-531043761, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANFGM7KUAROQDE6LRT2ZILDQJLF2HANCNFSM4H3IMKCQ.

Miguel051971 avatar Sep 13 '19 00:09 Miguel051971

I think so. I don't use it, so I can't answer all questions.

themaddoctor avatar Sep 13 '19 00:09 themaddoctor

Can anyone help me on how can i run this on my Mac?, @MrKovacic installed GO succesfully and downloaded go1.13-amd64, drive is out of the box, bought a sata cable, what follows next?, thank you!

Miguel051971 avatar Sep 13 '19 19:09 Miguel051971

Hashicorp fixed.

andlabs avatar Oct 13 '19 13:10 andlabs