All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Chiang <achiang@hp.com>
To: David Miller <davem@davemloft.net>,
	chris.mason@oracle.com, linux-kernel@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, btrfs-devel@oss.oracle.com
Subject: Re: [ANNOUNCE] Btrfs v0.13
Date: Mon, 31 Mar 2008 18:40:53 -0600	[thread overview]
Message-ID: <20080401004053.GF2362@ldl.fc.hp.com> (raw)
In-Reply-To: <20080331224710.GC2362@ldl.fc.hp.com>

* Alex Chiang <achiang@hp.com>:
> * David Miller <davem@davemloft.net>:
> > From: Alex Chiang <achiang@hp.com>
> > Date: Mon, 31 Mar 2008 14:26:33 -0600
> > 
> > > I've gotten as far as successfully creating a btrfs filesystem
> > > (at least that's what btrfsck tells me), but haven't been able to
> > > mount it yet, probably because of the sector size issue.
> > 
> > You should be able to make a filesystem with a sector
> > size >= PAGE_SIZE and it should work just fine.  Please
> > give it a try.
> 
> So, using the patch from my last mail, I created a btrfs, but was
> unable to mount it...

It turns out I am an idiot.

At some point, I got confused which btrfs trees I was working in,
and gotten switched up to where I had insmod'ed btrfs v0.13, but
was trying to mount a filesystem created with
btrfs-progs-unstable. Of course, I got a version mismatch when it
went to check for BTRFS_MAGIC and mount failed.

Moving to btrfs-unstable allowed me to mount the filesystem.

[root@canola btrfs-unstable]# mount -t btrfs /dev/cciss/c2d1
/mnt/btrfs
scan one opens /dev/cciss/c2d1
found device 1 on /dev/cciss/c2d1
lowest devid now 1
scan one closes bdev /dev/cciss/c2d1
opening /dev/cciss/c2d1 devid 1
lowest bdev /dev/cciss/c2d1

Sorry for the noise.

/ac


  reply	other threads:[~2008-04-01  0:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21 21:09 [ANNOUNCE] Btrfs v0.13 Chris Mason
2008-02-21 21:12 ` Chris Mason
2008-03-31 20:26 ` Alex Chiang
2008-03-31 20:35   ` Alex Chiang
2008-03-31 20:45   ` David Miller
2008-03-31 22:43     ` Alex Chiang
2008-03-31 23:25       ` Alex Chiang
2008-04-01 15:58       ` Chris Mason
2008-03-31 22:47     ` Alex Chiang
2008-04-01  0:40       ` Alex Chiang [this message]
2008-04-01 13:38         ` Chris Mason
2008-04-01 13:38           ` Chris Mason
2008-03-31 20:52   ` Chris Mason
2008-03-31 21:02     ` Alex Chiang
2008-03-31 20:28 ` [PATCH 1/2] btrfs-progs: Fix printf format casting errors Alex Chiang
2008-03-31 20:29 ` [PATCH 2/2] btrfs-progs: Stop stomping on 'name' input parameter Alex Chiang
2008-04-01 23:28 ` [ANNOUNCE] Btrfs v0.13 Badari Pulavarty
2008-04-01 23:33   ` Badari Pulavarty
2008-04-03 16:51 ` [PATCH] btrfs - replace div_long_long_rem() Badari Pulavarty

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=20080401004053.GF2362@ldl.fc.hp.com \
    --to=achiang@hp.com \
    --cc=btrfs-devel@oss.oracle.com \
    --cc=chris.mason@oracle.com \
    --cc=davem@davemloft.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@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.