[Bug 1634005] Re: linux treats first partition on sdcard as much bigger than it really is?

2016-10-17 Thread Chris Cheney
I'm closing this bug as after rebooting onto current linux
4.4.0-43-generic the problem went away.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  linux treats first partition on sdcard as much bigger than it really
  is?

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

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


[Bug 1634005] Re: linux treats first partition on sdcard as much bigger than it really is?

2016-10-17 Thread Chris Cheney
blockdev also reports the wrong value:

# blockdev --getsz /dev/sdd1
32787056

strace shows that fstat() reports the wrong value.

9175  02:20:07.714355 open("/dev/sdd1", O_RDONLY) = 3
9175  02:20:07.714387 uname({sysname="Linux", nodename="desktop-clc", 
release="4.4.0-38-generic", version="#57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 
2016", machine="x86_64", domainname="(none)"}) = 0
9175  02:20:07.714420 ioctl(3, BLKGETSIZE64, 0x7fff6d39def0) = -1 
ENOTTY (Inappropriate ioctl for device)
9175  02:20:07.718949 ioctl(3, BLKGETSIZE, 0x7fff6d39de08) = -1 
ENOTTY (Inappropriate ioctl for device)
9175  02:20:07.719001 ioctl(3, FDGETPRM, 0x7fff6d39de10) = -1 ENOTTY 
(Inappropriate ioctl for device)
9175  02:20:07.719031 fstat(3, {st_dev=makedev(0, 6), st_ino=714, 
st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, 
st_blocks=32787056, st_size=16786972672, 
st_atime=2016/10/17-02:15:26.246576853, st_mtime=2016/10/17-02:15:26.242576837, 
st_ctime=2016/10/17-02:15:26.242576837}) = 0

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

Title:
  linux treats first partition on sdcard as much bigger than it really
  is?

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

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


[Bug 1634005] Re: linux treats first partition on sdcard as much bigger than it really is?

2016-10-17 Thread Chris Cheney
Taking the first sector output and decoding it shows:

00 - 00 01 01 - 0c - 3f a0 00 - 00 08 00 00 - 00 00 10 00
00 - 00 81 01 - 83 - 3f 20 00 - 00 08 10 00 - 00 00 10 00
00 - 00 01 01 - 83 - 3f 20 00 - 00 08 20 00 - 00 00 20 00
00 - 00 01 01 - 83 - 3f e0 3f - 00 08 40 00 - 00 f8 79 03

Which looks correct, so I'm not sure whats causing it to think partition
1 is 16GB, is there some kind of special casing for sdcards?

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

Title:
  linux treats first partition on sdcard as much bigger than it really
  is?

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

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