All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vyacheslav Dubeyko <slava@dubeyko.com>
To: Michael Fox <415fox@gmail.com>
Cc: linux-fsdevel@vger.kernel.org,
	Hin-Tak Leung <htl10@users.sourceforge.net>
Subject: Re: hfsplus volume suddenly inaccessable after 'hfs: recoff %d too large'
Date: Sun, 7 Apr 2013 16:05:48 +0400	[thread overview]
Message-ID: <DFC1271A-68EF-4BFA-B16F-B1163CBACBAE@dubeyko.com> (raw)
In-Reply-To: <CABbL6oasHHpAy3FTvu+wqJVc9gxW=MSAC27nUpcgRB0C2CVMug@mail.gmail.com>

Hi Michael,

On Apr 5, 2013, at 9:01 AM, Michael Fox wrote:

> Hi Vyacheslav. Thanks for getting back so quickly.
> 
> /proc/partitions is:
> 
> major minor  #blocks  name
> 
>   8        0  234431064 sda
>   8        1     204800 sda1
>   8        2   51200000 sda2
>   8        3     204800 sda3
>   8        4     843776 sda4
>   8        5   97656248 sda5
>   8        6    4102144 sda6
>   8        7   80215040 sda7
>   8        8       2631 sda8
> 
> mount is:
> 
> /dev/sda2 on / type ext4 (rw,errors=remount-ro)
> proc on /proc type proc (rw,noexec,nosuid,nodev)
> sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
> none on /sys/fs/fuse/connections type fusectl (rw)
> none on /sys/kernel/debug type debugfs (rw)
> none on /sys/kernel/security type securityfs (rw)
> udev on /dev type devtmpfs (rw,mode=0755)
> devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
> tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
> none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
> none on /run/shm type tmpfs (rw,nosuid,nodev)
> none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
> cgroup on /sys/fs/cgroup type tmpfs (rw,relatime,mode=755)
> cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,relatime,cpuset)
> cgroup on /sys/fs/cgroup/cpu type cgroup (rw,relatime,cpu)
> cgroup on /sys/fs/cgroup/cpuacct type cgroup (rw,relatime,cpuacct)
> cgroup on /sys/fs/cgroup/memory type cgroup (rw,relatime,memory)
> cgroup on /sys/fs/cgroup/devices type cgroup (rw,relatime,devices)
> cgroup on /sys/fs/cgroup/freezer type cgroup (rw,relatime,freezer)
> cgroup on /sys/fs/cgroup/blkio type cgroup (rw,relatime,blkio)
> cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,relatime,perf_event)
> cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,relatime,hugetlb)
> binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
> (rw,noexec,nosuid,nodev)
> rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
> /dev/sda7 on /home/m/hfsshare type hfsplus (rw,uid=1000,gid=1000,user=m)
> /dev/sda5 on /mnt/air type hfsplus (ro,user=m)
> 
> The one that crashed is /dev/sda5.
> 
> The hfsplus volume came with the macbook but got resized by OSX before
> the Linux install, then it got dd copied to a new drive. Then it got
> resized again by OSX. And there was an episode where I lost the
> partition table but got it back. I guess something could have gone
> wrong in all that but this is the first time I have had a crash like
> this and it's been stable for a few months.
> 
> The content of the volume is normal OSX stuff. Nothing top-secret.
> Maybe a few private keys I wouldn't want to post on the internet but
> I'm happy to provide metadata if you can instruct me how to dump it.
> 

Thank you for additional details.

I need a some time for investigation of crash's output with the goal of achieving a deeper understanding of the issue.

Maybe, the dump of superblock of HFS+ volume on /dev/sda5 device can be helpful too for beginning. You can dump superblock by means of "sudo dd if=/dev/sda5 of=./<dump_file_name> bs=4096 count=1". Please, dump the superblock and share it. You can send this dump only on my e-mail address.

Thanks,
Vyacheslav Dubeyko.

> My usage under OSX is pretty minimal -- I haven't booted it in months
> but sometimes I mount it when I'm looking for a file I haven't used in
> a while and think that it might be there.
> 
> OSX version is 10.7 Lion.
> 


      reply	other threads:[~2013-04-07 12:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CABbL6oa_ckwhbDkB-MVr4C3W_FHRVMmQ=uQ5tZp1RebmYLwdfw@mail.gmail.com>
2013-04-04 17:23 ` Fwd: Michael Fox
2013-04-04 17:43   ` Michael Fox
2013-04-04 18:00     ` hfsplus volume suddenly inaccessable after 'hfs: recoff %d too large' Vyacheslav Dubeyko
2013-04-04 20:57       ` Hin-Tak Leung
2013-04-05  5:20         ` Michael Fox
2013-04-07 13:54           ` Hin-Tak Leung
2013-04-07 12:12         ` Vyacheslav Dubeyko
2013-04-07 13:41           ` Hin-Tak Leung
2013-04-07 14:14             ` Vyacheslav Dubeyko
2013-04-05  5:01       ` Michael Fox
2013-04-07 12:05         ` Vyacheslav Dubeyko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DFC1271A-68EF-4BFA-B16F-B1163CBACBAE@dubeyko.com \
    --to=slava@dubeyko.com \
    --cc=415fox@gmail.com \
    --cc=htl10@users.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.