* btrfs won't mount
@ 2011-09-27 2:52 Jim
2011-09-27 8:17 ` Liu Bo
0 siblings, 1 reply; 2+ messages in thread
From: Jim @ 2011-09-27 2:52 UTC (permalink / raw)
To: linux-btrfs
Hi Btrfs list,
I am testing btrfs on a (to me) large filesystem. The tree consists of
/data/sites/0000...0419/email.addr/files.
Within each of the 420 directories are 2562 directories each with 20
files on average. The files range from
small html files to larger (50 MB) videos. These are currently stored
on an ext3 filesystem and shared with nfs.
They will be moved to btrfs on 12 1TB drives raid0 drbd'd onto a similar
slave. I have tested the setup on a
smaller demo system and it worked perfectly. I used scripts to create
subvol at the email.addr level and was
going to rsync the files into these subvols. I was running 2 instances
of the script when it simply stopped.
Two btrfs subvol create processes were open and dead. I tried to kill
the processes to no avail. I tried to
unmount btrfs also with no success. I then rebooted the machine and
although reboot was successful btrfs
would not mount. I am assuming something got corrupted since I get the
bad superblock error. Will dump2fs
give me superblock info on a btrfs system. If this is the case (or if I
need a new btrfs command) how would
I use btrfs fsck to repair using an alternate superblock (btrfs fsck -b
xxxxx /dev/sda). Below is the error
message and output from tail dmesg and messages. I will be happy to
supply any other data necessary to help
me resolve this. Thanks for any assistance.
Jim
Btrfs v0.19-91-g8b4c2a2
[root@btrfs ~]# mount /dev/sda /btrfs
mount: wrong fs type, bad option, bad superblock on /dev/sda,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@btrfs ~]# tail /var/log/dmesg
audit: name_count maxed, losing inode data: dev=00:06, inode=21524
audit: name_count maxed, losing inode data: dev=00:06, inode=21524
audit: name_count maxed, losing inode data: dev=00:06, inode=21524
audit: name_count maxed, losing inode data: dev=00:06, inode=6066
audit: name_count maxed, losing inode data: dev=00:06, inode=21529
audit: name_count maxed, losing inode data: dev=00:06, inode=21529
audit: name_count maxed, losing inode data: dev=00:06, inode=21529
audit: name_count maxed, losing inode data: dev=00:06, inode=21529
Btrfs loaded
Sep 26 18:04:02 btrfs kernel: device fsid
0d06a739-ca45-4e3b-b652-e5c34d80afb9 devid 1 transid 1038915 /dev/sda
Sep 26 18:04:02 btrfs kernel: btrfs: failed to read the system array on sda
Sep 26 18:04:02 btrfs kernel: btrfs: open_ctree failed
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: btrfs won't mount
2011-09-27 2:52 btrfs won't mount Jim
@ 2011-09-27 8:17 ` Liu Bo
0 siblings, 0 replies; 2+ messages in thread
From: Liu Bo @ 2011-09-27 8:17 UTC (permalink / raw)
To: Jim; +Cc: linux-btrfs
On 09/27/2011 10:52 AM, Jim wrote:
> Hi Btrfs list,
> I am testing btrfs on a (to me) large filesystem. The tree consists of
> /data/sites/0000...0419/email.addr/files.
> Within each of the 420 directories are 2562 directories each with 20
> files on average. The files range from
> small html files to larger (50 MB) videos. These are currently stored
> on an ext3 filesystem and shared with nfs.
> They will be moved to btrfs on 12 1TB drives raid0 drbd'd onto a similar
> slave. I have tested the setup on a
> smaller demo system and it worked perfectly. I used scripts to create
> subvol at the email.addr level and was
> going to rsync the files into these subvols. I was running 2 instances
> of the script when it simply stopped.
> Two btrfs subvol create processes were open and dead. I tried to kill
> the processes to no avail. I tried to
> unmount btrfs also with no success. I then rebooted the machine and
> although reboot was successful btrfs
> would not mount. I am assuming something got corrupted since I get the
> bad superblock error. Will dump2fs
> give me superblock info on a btrfs system. If this is the case (or if I
> need a new btrfs command) how would
> I use btrfs fsck to repair using an alternate superblock (btrfs fsck -b
> xxxxx /dev/sda). Below is the error
> message and output from tail dmesg and messages. I will be happy to
> supply any other data necessary to help
> me resolve this. Thanks for any assistance.
Plz try "btrfs device scan", seems that it can be helpful.
thanks,
liubo
> Jim
>
> Btrfs v0.19-91-g8b4c2a2
> [root@btrfs ~]# mount /dev/sda /btrfs
> mount: wrong fs type, bad option, bad superblock on /dev/sda,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so
>
> [root@btrfs ~]# tail /var/log/dmesg
> audit: name_count maxed, losing inode data: dev=00:06, inode=21524
> audit: name_count maxed, losing inode data: dev=00:06, inode=21524
> audit: name_count maxed, losing inode data: dev=00:06, inode=21524
> audit: name_count maxed, losing inode data: dev=00:06, inode=6066
> audit: name_count maxed, losing inode data: dev=00:06, inode=21529
> audit: name_count maxed, losing inode data: dev=00:06, inode=21529
> audit: name_count maxed, losing inode data: dev=00:06, inode=21529
> audit: name_count maxed, losing inode data: dev=00:06, inode=21529
> Btrfs loaded
>
> Sep 26 18:04:02 btrfs kernel: device fsid
> 0d06a739-ca45-4e3b-b652-e5c34d80afb9 devid 1 transid 1038915 /dev/sda
> Sep 26 18:04:02 btrfs kernel: btrfs: failed to read the system array on sda
> Sep 26 18:04:02 btrfs kernel: btrfs: open_ctree failed
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-27 8:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 2:52 btrfs won't mount Jim
2011-09-27 8:17 ` Liu Bo
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.