Hi, I have a hard drive which is formatted with 'xfs' and I can reach the drive in BT3, but when I want to mount the drive in BT4 it says You cannot mount 'xfs' it is look like sperblock system.. Use e2fsck to resolve.
How can I resolve it..
PS: Datas are very important so I cannot format the drive.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Hi, I tried many way but still same issue.
here is fdisk -l output
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfccdfccd
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5099 40957686 7 HPFS/NTFS
/dev/sda2 5100 9728 37182442+ f W95 Ext'd (LBA)
/dev/sda5 5100 9728 37182411 7 HPFS/NTFS
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x69048008
Device Boot Start End Blocks Id System
/dev/sdb1 1 125 1004031 5 Extended
/dev/sdb2 126 60801 487379970 83 Linux
/dev/sdb5 1 16 128457 82 Linux swap / Solaris
/dev/sdb6 17 17 8001 83 Linux
/dev/sdb7 18 18 8001 83 Linux
/dev/sdb8 19 34 128488+ 83 Linux
/dev/sdb9 35 125 730926 83 Linux
sdb2 is xfs format which is I wanted the mount.
thanx for reply..
Option 3 above was from the ubuntu forums and the problem was resolved.
This did not help you at all?
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
You are going to need to see if the kernel was built with XFS support before you do any thing else. Im not on backtrack but you can take a look like this...
infected ~ # cat /usr/src/linux/.config | grep XFS
# CONFIG_XFS_FS is not set
# CONFIG_VXFS_FS is not set