Hi.
On Tue, May 14, 2019 at 10:20:47AM -0700, Ross Boylan wrote:
> Noticing the "write on read-only" error, and remembering it should be
> read-only, I added that to the mount options. Which still failed, but
> differently:
> root@barley:~/tempserver-check# date; strace -f mount -r
> /dev
Noticing the "write on read-only" error, and remembering it should be
read-only, I added that to the mount options. Which still failed, but
differently:
root@barley:~/tempserver-check# date; strace -f mount -r
/dev/stretch-vg/boot stretch_boot
Tue 14 May 2019 10:07:05 AM PDT
execve("/usr/bin/mount
Hi.
On Tue, May 14, 2019 at 09:52:10AM -0700, Ross Boylan wrote:
> Here's the info:
Nothing interesting in the strace output, short of:
:
...
mount("/dev/mapper/stretch--vg-boot",
"/root/tempserver-check/stretch_boot", "ext4", 0, NULL) = -1 EIO
(Input/output error)
...
The reason being
Here's the info:
root@barley:~/tempserver-check# date; strace -f mount
/dev/stretch-vg/boot stretch_boot
Tue 14 May 2019 09:33:01 AM PDT
execve("/usr/bin/mount", ["mount", "/dev/stretch-vg/boot",
"stretch_boot"], 0x7ffed2c87238 /* 26 vars */) = 0
brk(NULL) = 0x5575487e
Hi.
On Tue, May 14, 2019 at 01:28:47PM -, Curt wrote:
> On 2019-05-14, Reco wrote:
> > Hi.
> >
> >> I am trying to read some files off of a virtual disk without running
> >> the entire virtual machine.
> >
> > Can you post the output of (in that order):
> >
> > strace -f mount /de
On 2019-05-14, Reco wrote:
> Hi.
>
>> I am trying to read some files off of a virtual disk without running
>> the entire virtual machine.
>
> Can you post the output of (in that order):
>
> strace -f mount /dev/stretch-vg/boot stretch_boot
> dmesg | trail
I looked for trail (it's not in my
Hi.
> I am trying to read some files off of a virtual disk without running
> the entire virtual machine.
Can you post the output of (in that order):
strace -f mount /dev/stretch-vg/boot stretch_boot
dmesg | trail
e2fsck -fn /dev/stretch-vg/boot
Reco
7 matches
Mail list logo