-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to mount XFS? #12
Comments
Hello,
Can you check the driver messages by running dmesg.exe that is part of
crossmeta.
Maybe XFS superblock has some new features enabled that is not supported by
this xfs driver.
Always try to mount read-only
*mount -r -t xfs /dev/da1s3 /mnt*
*Best regards*
…On Wed, Feb 12, 2020 at 10:22 PM cathaysia ***@***.***> wrote:
I had installed crossmeta-fuse-2_0_3 and relogin. My explorer have V
volume.
But when I try *mount -t xfs /dev/da1s3 /home*, it looks nothing happend.
And /home is empty still.
Do you can help mount xfs on windows10 64 bits?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AAJVU7YA7342WZJEX6YMRWLRCTRKFA5CNFSM4KULIR52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4INFCSIQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVU7YKEOZ4BT2JVWZDIM3RCTRKFANCNFSM4KULIR5Q>
.
|
There are all the message of cmd: V:\>ls
bin dev home lib64 mnt root tmp var
cachefs etc lib lost+found proc sbin usr
V:\>ls /dev
da0 da0s1 da0s2 da1 da1s1 da1s2 da1s3 da1s4 da1s5 da1s6 da1s7 loop loop0 null zero
V:\>mount -r -t xfs /dev/da1s3 /mnt*
mount: /mnt*
V:\>dmesg.exe
Crossmeta Solutions Crossmeta 2.0.2-RELEASE #240: Mon Apr 8 18:17:44 PDT 2019
bldmaster@buildhost.crossmeta.org:/build/release_2_0/crossmeta/sys/kern
Copyright (c) 2008-2011 Crossmeta Org.
Copyright (c) 2000 Sammandam, Supramani.
Copyright (c) 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
zero: major 2 minor 0xc
null: major 2 minor 0x2
da0: major 3 minor 0x10002
da0s1: major 3 minor 0x20002
da0s2: major 3 minor 0x30002
da1: major 3 minor 0x1000a
da1s1: major 3 minor 0x2000a
da1s2: major 3 minor 0x3000a
da1s3: major 3 minor 0x4000a
da1s4: major 3 minor 0x5000a
da1s5: major 3 minor 0x6000a
da1s6: major 3 minor 0x7000a
da1s7: major 3 minor 0x8000a
loop: major 7 minor 0xff
loop0: major 7 minor 0x0
loop0: added \DosDevices\C:\Program Files\crossmeta\rootfs.img size 0 bytes
vfsroot on /dev/loop0, fstype ufs
kern_authmap: flush old mappings
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
getdirents: directory entry .. ignored
XFS: with log version 2 support loaded |
The mount point should be a folder that already exists. Note sure why
/mnt* was sure. It should be just /mnt
Also as mentioned here XFS SB version 5 is not supported
crossmeta/sgi#1
…On Fri, Feb 14, 2020 at 9:36 PM cathaysia ***@***.***> wrote:
There are all the message of cmd:
V:\>ls
bin dev home lib64 mnt root tmp var
cachefs etc lib lost+found proc sbin usr
V:\>ls /dev
da0 da0s1 da0s2 da1 da1s1 da1s2 da1s3 da1s4 da1s5 da1s6 da1s7 loop loop0 null zero
V:\>mount -r -t xfs /dev/da1s3 /mnt*
mount: /mnt*
V:\>dmesg.exe
Crossmeta Solutions Crossmeta 2.0.2-RELEASE #240: Mon Apr 8 18:17:44 PDT 2019
***@***.***:/build/release_2_0/crossmeta/sys/kern
Copyright (c) 2008-2011 Crossmeta Org.
Copyright (c) 2000 Sammandam, Supramani.
Copyright (c) 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
zero: major 2 minor 0xc
null: major 2 minor 0x2
da0: major 3 minor 0x10002
da0s1: major 3 minor 0x20002
da0s2: major 3 minor 0x30002
da1: major 3 minor 0x1000a
da1s1: major 3 minor 0x2000a
da1s2: major 3 minor 0x3000a
da1s3: major 3 minor 0x4000a
da1s4: major 3 minor 0x5000a
da1s5: major 3 minor 0x6000a
da1s6: major 3 minor 0x7000a
da1s7: major 3 minor 0x8000a
loop: major 7 minor 0xff
loop0: major 7 minor 0x0
loop0: added \DosDevices\C:\Program Files\crossmeta\rootfs.img size 0 bytes
vfsroot on /dev/loop0, fstype ufs
kern_authmap: flush old mappings
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
VFS: Received PnP request code 0x7
VFS: PnP Not our device object FFFF9F09AE859E00
getdirents: directory entry .. ignored
XFS: with log version 2 support loaded
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AAJVU7ZIMZRXIMX7BMJNNFTRC55OHA5CNFSM4KULIR52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL3CJHQ#issuecomment-586556574>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVU75MHHADR3AG2MIS7O3RC55OHANCNFSM4KULIR5Q>
.
|
OK, maybe my xfs is XFS SB version 5. Because my linux is Manjaro. The /dev had been empty after I reboot win10. Though I start all service of crossmeta. I create a floder at root path and mount it at first. But it fail still. |
Maybe devfs /dev was not mounted, which can be fixed
v:\> mount -a
If /dev was empty then mount cannot work since it needs device name.
If root file system needs to be repaired and remounted
c:\> cd "program files\crossmeta"
c:> service_crossmeta start
c:> service_crossmeta check
c:\> net start xfs
mount -r -t xfs /dev/da1s3. /mnt
Check dmesg output for clues
v:>dmesg.exe
Best,
…On Sun, Feb 16, 2020 at 9:12 PM cathaysia ***@***.***> wrote:
OK, maybe my xfs is XFS SB version 5. Because my linux is Manjaro. The
/dev had been empty after I reboot win10. Though I start all service of
crossmeta.
I create a floder at root path and mount it at first. But it fail still.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=AAJVU75FD4FVGHHV5Q4ZNL3RDIMEXA5CNFSM4KULIR52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL5CX4I#issuecomment-586820593>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVU7YQANQNMLJ6ZYNK5K3RDIMEXANCNFSM4KULIR5Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had installed crossmeta-fuse-2_0_3 and relogin. My explorer have V volume.
But when I try mount -t xfs /dev/da1s3 /home, it looks nothing happend. And /home is empty still.
Do you can help mount xfs on windows10 64 bits?
The text was updated successfully, but these errors were encountered: