Does XFS work?

This forum is for supported devices using an ARMv7 Allwinner SoC.

Does XFS work?

Postby menos16 » Tue Oct 02, 2012 10:28 pm

Hello
I'm new user of this device, recently acquired, I'm very happy with this Arch distribution, It works great, stable, fast and comfortable

But I'm having the following problem trying to use an external XFS drive, because the kernel doesn't support it. -this is that i think- when I run the mount command for this drive, I get....
$this->bbcode_second_pass_quote('', 'm')ount: unknown filesystem type 'xfs'

This is that I understood if I see the /proc/filesystems
$this->bbcode_second_pass_quote('', '
')nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev cpuset
nodev tmpfs
nodev devtmpfs
nodev binfmt_misc
nodev debugfs
nodev securityfs
nodev sockfs
nodev pipefs
nodev anon_inodefs
nodev rpc_pipefs
nodev configfs
nodev devpts
ext3
ext2
ext4
nodev ramfs
vfat
msdos
iso9660
nodev nfs
nodev cifs
ntfs
nodev autofs
nodev fuse
fuseblk
nodev fusectl
udf


the question is very simply, How can I load XFS module for the available kernel of this device? Does It necessary ?

I've been looking for information on others threads and I think that this actual kernel should support this file-system (but not sure) and the package xfsprogs is correctly installed.

Thanks for your time
menos16
 
Posts: 16
Joined: Tue Mar 06, 2012 9:05 am

Re: Does XFS work?

Postby WarheadsSE » Tue Oct 02, 2012 11:54 pm

Try modprobe xfs
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Does XFS work?

Postby menos16 » Wed Oct 03, 2012 7:54 am

I created a new partition on sdcard (only 100Mb for testing), and after ran:

$this->bbcode_second_pass_code('', '[menos16@alarm ~]$sudo mkfs.xfs /dev/mmcblk0p3
meta-data=/dev/mmcblk0p3 isize=256 agcount=4, agsize=6096 blks
= sectsz=512 attr=2, projid32bit=0
data = bsize=4096 blocks=24381, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0
log =internal log bsize=4096 blocks=1200, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0

[menos16@alarm ~]$ sudo modprobe xfs
[menos16@alarm ~]$ sudo mount /dev/mmcblk0p3 /mnt/xfstest
mount: unknown filesystem type 'xfs'')

and the dmesg shows any extrange message
menos16
 
Posts: 16
Joined: Tue Mar 06, 2012 9:05 am

Re: Does XFS work?

Postby pepedog » Wed Oct 03, 2012 9:08 am

Does
mount -t xfs /dev/mmcblk0p3 /mnt/xfstest
work?
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: Does XFS work?

Postby menos16 » Wed Oct 03, 2012 9:10 am

:( yes...
$this->bbcode_second_pass_code('', '[menos16@alarm ~]$ sudo mount -t xfs /dev/mmcblk0p3 /mnt/xfstest
mount: unknown filesystem type 'xfs'')

someone can try to mount an empty/small partition of XFS??

I don't know if this problem only happens to me.
menos16
 
Posts: 16
Joined: Tue Mar 06, 2012 9:05 am

Re: Does XFS work?

Postby menos16 » Fri Oct 05, 2012 7:41 am

I have been trying with other file system and the problem doesn't appear only with XFS, also with minix,jfs and reiser

$this->bbcode_second_pass_code('', '[menos16@alarmr ~]$ sudo mkfs.minix /dev/mmcblk0p3
21856 inodes
65535 blocks
Firstdatazone=696 (696)
Zonesize=1024
Maxsize=268966912

[menos16@alarm ~]$ sudo mount /dev/mmcblk0p3 /mnt/almacen/temporales/
mount: unknown filesystem type 'minix'')

and the same for the others; but with ext2/3/4/4dev works fine....
Is this kernel's bug??
menos16
 
Posts: 16
Joined: Tue Mar 06, 2012 9:05 am

Re: Does XFS work?

Postby moonman » Tue Oct 23, 2012 8:29 pm

https://github.com/archlinuxarm/PKGBUIL ... n4i/config

$this->bbcode_second_pass_code('', '# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_NILFS2_FS=y')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am


Return to Allwinner

Who is online

Users browsing this forum: No registered users and 2 guests