It seems that the disk randomly became of type "mdraid." The details are below. I didn't figure out about the type until about the 7th post.
Basically fdisk tells me that there is /dev/sda1 as an ntfs partition. blkid, however, tells me that there is only /dev/sda and it is of type mdraid. there is no /dev/sda1. This drive was working and pulled from a windows machine. I successfully mounted it in ubuntu to transfer things from it to a RAID array, transferred half my files and then rebooted. Now I can't mount the ntfs volume anymore.
In here I explain exactly what was going on the last time when I rebooted.
http://ubuntuforums.org/showthread.php?t=980828
//
I am having a puzzling issue with one of my hard drives. Since the last time I rebooted the partition has kind of disappeared. I have a 1TB drive with an NTFS partition that takes up the whole thing. fdisk confirms this when I print the partition table for this drive, yet in /dev/ I can only see /dev/sda ... and not /dev/sda1.
output from "sudo mount /dev/sda1 /media/ntfs"
output from "fdisk -l" -- this shows /dev/sda1 as an ntfs partition.Code:$ sudo mount /dev/sda1 /media/ntfs mount: special device /dev/sda1 does not exist
output from sudo blkid -- this shows no sda1 partition but a disk of type mdraid instead.Code:$ sudo fdisk -l Disk /dev/sda: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x0002e05d Device Boot Start End Blocks Id System /dev/sda1 1 121601 976760001 7 HPFS/NTFS Disk /dev/hda: 203.9 GB, 203928109056 bytes 255 heads, 63 sectors/track, 24792 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x047373ae Device Boot Start End Blocks Id System /dev/hda1 * 1 24546 197165713+ 83 Linux /dev/hda2 24547 24792 1975995 82 Linux swap / Solaris
output from "cat /etc/fstab" -- this is even more bizarre because this time I rebooted and ubuntu detected my root drive as /dev/hda1 even though no physical connections changed, whereas the file still has it as /dev/sde1.Code:$ sudo blkid dev/hda1: UUID="8fe9563e-ef33-4ebf-827e-0baa694f662b" TYPE="ext3" dev/hda2: TYPE="swap" UUID="5af15454-3332-4a4e-9886-f14bd8539b2e" dev/sda: UUID="17cb9058-611d-b7ae-24bf-68e341ce0fbd" TYPE="mdraid"
Please help. Thanks.Code:$ cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sde1 UUID=8fe9563e-ef33-4ebf-827e-0baa694f662b / ext3 relatime,errors=remount-ro 0 1 # /dev/sde2 UUID=5af15454-3332-4a4e-9886-f14bd8539b2e none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0



Adv Reply

Bookmarks