Trying Tux3; What am I doing wrong?

Masoud Sharbiani masoud.sharbiani at gmail.com
Wed Aug 5 09:53:14 PDT 2015


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

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

    tux3: Cleanup deferred inode allocation in evict_inode() (temporary)
....
[root at 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 at 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 <hirofumi at mail.parknet.co.jp
> wrote:

> Masoud Sharbiani <masoud.sharbiani at 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 <hirofumi at mail.parknet.co.jp>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://phunq.net/pipermail/tux3/attachments/20150805/8482a4e4/attachment.html>


More information about the Tux3 mailing list