> I'm going to try downgrading to an earlier xfsprogs 
> that has been built for Fiesty (2.8.11-1 I believe) 
> and see if that resolves it. I'll post a follow-up.

Downgrading to 2.8.11-1 fails with an identical result:

# mkfs.xfs -b size=4096 -L Videos /dev/video_vg/video_lv -f
meta-data=/dev/video_vg/video_lv isize=256    agcount=32, agsize=4883456 blks
         =                       sectsz=512   attr=0
data     =                       bsize=4096   blocks=156270592, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=1
naming   =version 2              bsize=4096  
log      =internal log           bsize=4096   blocks=32768, version=1
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0

# xfs_check /dev/video_vg/video_lv
bad format 0 for inode 130 type 0
bad magic number 0 for inode 144
bad magic number 0 for inode 145
allocated inode 130 has 0 link count

# mount /dev/video_vg/video_lv /mnt
mount: No such file or directory


But downgrading to 2.8.10-1 works:

# wget http://librarian.launchpad.net/4394700/xfsprogs_2.8.10-1_i386.deb
[...]

# dpkg -i xfsprogs_2.8.10-1_i386.deb 
dpkg - warning: downgrading xfsprogs from 2.8.11-1 to 2.8.10-1.
(Reading database ... 135994 files and directories currently installed.)
Preparing to replace xfsprogs 2.8.11-1 (using xfsprogs_2.8.10-1_i386.deb) ...
Unpacking replacement xfsprogs ...
Setting up xfsprogs (2.8.10-1) ...

# mkfs.xfs -b size=4096 -L Videos /dev/video_vg/video_lv -f
meta-data=/dev/video_vg/video_lv isize=256    agcount=32, agsize=4883456 blks
         =                       sectsz=512   attr=0
data     =                       bsize=4096   blocks=156270592, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=1
naming   =version 2              bsize=4096  
log      =internal log           bsize=4096   blocks=32768, version=1
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0

# xfs_check /dev/video_vg/video_lv
#

# mount /dev/video_vg/video_lv /mnt
#

-- 
newly created XFS filesystem is corrupt; mount fails
https://launchpad.net/bugs/81717

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to