Hi all,
I am running XFS 2.6.34 on ARM target, When i do USB plug and uplug
some 30~40 times i found that system show USB mounted, but there is no
USB,
The USB have two partation FAT and XFS, FAT on First and XFS on Second.
FAT got unmounted every time, but XFS does not,
/dev/sda2 on /dtv/usb/sda2 type xfs (rw,relatime,nouuid,attr2,noquota)
/dev/sdb2 on /dtv/usb/sdb2 type xfs (rw,relatime,nouuid,attr2,noquota)
If I do sync on Shell I got below error.
xfs_force_shutdown(sda2,0x1) called from line 1004 of file fs/xfs/linux-2.6/xfs_
buf.c. Return address = 0x801c7aa8
xfs_force_shutdown(sdb2,0x1) called from line 1004 of file fs/xfs/linux-2.6/xfs_
buf.c. Return address = 0x801c7aa8But If i do manual umount
and this message continues display
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
Filesystem "sda2": xfs_log_force: error 5 returned.
Filesystem "sdb2": xfs_log_force: error 5 returned.
|