Strange, are you sure that is the correct disk?  It looks like that is
an ntfs partition, not fat, which is what parted was complaining about.
I did notice that it says that disk uses 4k sectors.  I thought that dd
was supposed to default to the sector size of the drive so it should
have given 4k, but only gave 512 bytes.  Can you get the full sector by
running sudo dd if=/dev/sde1 count=1 bs=4096 2>/dev/null | xxd?

Come to think of it, parted only even detects filesystems on 512 byte
sector disks.  It must have been another disk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1302762

Title:
  gpartedbin crashed with SIGSEGV in _int_free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/1302762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to