Pietro Gagliardi

Results 328 comments of Pietro Gagliardi

`chmod -rwx` **removes** all the access bits. You want `chmod +rwx`. Yes, `sudo` uses a different search path. You'll need to specify its path, either relative or absolute. On Linux,...

@themaddoctor you only needed to set up a `$GOPATH` and run `go get github.com/andlabs/reallymine`; that would have done all the work and dropped the executable in `$GOPATH/bin`. [More info.](https://golang.org/doc/code.html) Admittedly...

Can you dump the boot sector (`reallymine dumpfirst`) and post a hexdump?

Nothing seems to be wrong there. The text strings are standard (they're the error messages reported when something usually is wrong with the hard disk), and the drive is listed...

You are probably not encrypted then. You can try mounting `/dev/sdb2` and seeing if that works.

Okay, I'm going to try something based on my past experience. If this works, I'll ask the other people who have have I/O errors before... With what specific hardware are...

Okay then my prediction is wrong, because that's the exact same thing I use and I have had no issues with it spitting IO errors so far, hm... That common...

Yes, samples would be nice. This will be blocked by #38 in the meantime.