I got this seagate external 320 gb hard drive from a friend. He said he formatted it as ntfs file system. I did some researched and found ntfs-config tool. I installed it and when I ran it my hard drive which is /dev/sda did not show up. I there fore ran "eduardo@eduardo:~$ udevinfo -q env -n /dev/sda in my terminal and got
ID_VENDOR=Seagate
ID_MODEL=FreeAgentDesktop
ID_REVISION=100D
ID_SERIAL=Seagate_FreeAgentDesktop_9QF383FZ-0:0
ID_SERIAL_SHORT=9QF383FZ
ID_TYPE=disk
ID_INSTANCE=0:0
ID_BUS=usb
ID_PATH=pci-0000:00:0c.2-usb-0:1:1.0-scsi-0:0:0:0
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=a5936599-7cc1-4ef8-9dfc-279f4373d859
ID_FS_LABEL=
ID_FS_LABEL_SAFE=
I checked dmesg | tail and recieved the following:
[ 1905.256000] NTFS driver 2.1.28 [Flags: R/O MODULE].
[ 1905.296000] NTFS-fs warning (device sda): is_boot_sector_ntfs(): Invalid boot sector checksum.
[ 1905.296000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Primary boot sector is invalid.
[ 1905.296000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
[ 1905.296000] NTFS-fs error (device sda): ntfs_fill_super(): Not an NTFS volume.
[ 1931.348000] EXT3-fs: Unrecognized mount option "nls=utf8" or missing value
[ 2224.616000] NTFS-fs warning (device sda): is_boot_sector_ntfs(): Invalid boot sector checksum.
[ 2224.616000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Primary boot sector is invalid.
[ 2224.616000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
[ 2224.616000] NTFS-fs error (device sda): ntfs_fill_super(): Not an NTFS volume.
Please someone help. I am trying to use my external hard drive in kubuntu feisty fawn.
ID_VENDOR=Seagate
ID_MODEL=FreeAgentDesktop
ID_REVISION=100D
ID_SERIAL=Seagate_FreeAgentDesktop_9QF383FZ-0:0
ID_SERIAL_SHORT=9QF383FZ
ID_TYPE=disk
ID_INSTANCE=0:0
ID_BUS=usb
ID_PATH=pci-0000:00:0c.2-usb-0:1:1.0-scsi-0:0:0:0
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=a5936599-7cc1-4ef8-9dfc-279f4373d859
ID_FS_LABEL=
ID_FS_LABEL_SAFE=
I checked dmesg | tail and recieved the following:
[ 1905.256000] NTFS driver 2.1.28 [Flags: R/O MODULE].
[ 1905.296000] NTFS-fs warning (device sda): is_boot_sector_ntfs(): Invalid boot sector checksum.
[ 1905.296000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Primary boot sector is invalid.
[ 1905.296000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
[ 1905.296000] NTFS-fs error (device sda): ntfs_fill_super(): Not an NTFS volume.
[ 1931.348000] EXT3-fs: Unrecognized mount option "nls=utf8" or missing value
[ 2224.616000] NTFS-fs warning (device sda): is_boot_sector_ntfs(): Invalid boot sector checksum.
[ 2224.616000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Primary boot sector is invalid.
[ 2224.616000] NTFS-fs error (device sda): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
[ 2224.616000] NTFS-fs error (device sda): ntfs_fill_super(): Not an NTFS volume.
Please someone help. I am trying to use my external hard drive in kubuntu feisty fawn.
Comment