So, hirofumi branch does not have a fs/tux3/user/ directory:

[root@localhost linux-tux3]# git branch
  hirofumi
  hirofumi-user
* master
[root@localhost linux-tux3]# git checkout hirofumi
Checking out files: 100% (23904/23904), done.
Switched to branch 'hirofumi'
[root@localhost linux-tux3]# git log
commit 6548a36e52cdee6bb6095f0c97f304a2e0866790
Author: OGAWA Hirofumi <hirof...@mail.parknet.co.jp>
Date:   Sat Jun 6 18:45:08 2015 +0900

    tux3: Cleanup deferred inode allocation in evict_inode() (temporary)
....
[root@localhost linux-tux3]# ls fs/tux3/user
ls: cannot access fs/tux3/user: No such file or directory

So I switched to hirofumi-user, where a user/ exists; I used that to run
mkfs, and then:

[root@localhost tux3]# mount /dev/md127 /data
mount: /dev/md127 is write-protected, mounting read-only
[  956.051872] tux3_fill_super:775: s_blocksize 4096

So effectively, I can see my empty file system, but not actually put
files/directories there.

Masoud



On Tue, Aug 4, 2015 at 10:41 PM, OGAWA Hirofumi <hirof...@mail.parknet.co.jp
> wrote:

> Masoud Sharbiani <masoud.sharbi...@gmail.com> writes:
>
> > Hi guys
>
> Hi,
>
> > I've cloned the tree, and found the userspace tools in one of the
> branches as well.
> > However after tux3 mkfs, and mounting the volume, I cannot mount the
> volume
> > read/write to actually write to it.
> >
> > What gives?
> >
> > Masoud Sharbiani
> >
> > (Tree used was cloned from:
> https://github.com/OGAWAHirofumi/linux-tux3.git
> > Branch used was: hirofumi-user)
>
> What error? Well, it might hit to version check. Can you try "hirofumi"
> branch for kernel? (master branch is old compared to tux3 mkfs,
> preparing to update now).
>
> Thanks.
> --
> OGAWA Hirofumi <hirof...@mail.parknet.co.jp>
>
_______________________________________________
Tux3 mailing list
Tux3@phunq.net
http://phunq.net/mailman/listinfo/tux3

Reply via email to