[Bug 583949] Re: cannot use all space on UDF hard disk

2013-06-15 Thread Julian Wiedmann
commit 89b1f39eb4189de745fae554b0d614d87c8d5c63
Author: Jan Kara 
Date:   Tue Feb 5 13:59:56 2013 +0100

udf: Fix bitmap overflow on large filesystems with small block size

from upstream landed in Precise (3.2.0-44.69), Quantal (3.5.0-31.52) and
Raring (3.8.0-16.26).

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  cannot use all space on UDF hard disk

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

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2013-03-28 Thread Jim Trigg
** Tags added: maverick natty oneiric precise quantal raring

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

Title:
  cannot use all space on UDF hard disk

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

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2013-03-26 Thread Jim Trigg
I have downloaded the 3.5.0-25.39 source from the quantal repository,
applied this patch, and am running it now on Mint 14.  It's working
perfectly.  Can we get this backported (at least to Precise, Quantal,
and Raring)?

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

Title:
  cannot use all space on UDF hard disk

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

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2013-03-10 Thread Radomír Černoch
I confirm that this patch solves the issue on my machine (12.10,
64-bit). It there a chance of backporting the fix into quetzal?

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

Title:
  cannot use all space on UDF hard disk

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

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2013-02-25 Thread Jim Trigg
I have located the upstream bug report, which has a fix in kernel 3.8.x
- kernel bug 53021. The patch is below:


Signed-off-by: Jan Kara 
---
 fs/udf/udf_sb.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h
index 5f02722..8d1c9d4 100644
--- a/fs/udf/udf_sb.h
+++ b/fs/udf/udf_sb.h
@@ -82,7 +82,7 @@ struct udf_virtual_data {
 struct udf_bitmap {
__u32   s_extLength;
__u32   s_extPosition;
-   __u16   s_nr_groups;
+   int s_nr_groups;
struct buffer_head  **s_block_bitmap;
 };
 
-- 
1.7.1

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

Title:
  cannot use all space on UDF hard disk

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

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2011-05-17 Thread Jean-Yves Avenard
Another me too.

cp: cannot create regular file `/mnt/big.bin: No space left on device

df -k:
/dev/sdg11465135736 12976 1341801760   9% /mnt

df -i:
/dev/sdg12683604055 535 26836035201% /mnt

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

Title:
  cannot use all space on UDF hard disk

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2011-05-03 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  cannot use all space on UDF hard disk

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2011-01-15 Thread John Paul
I just upgraded to 10.10 without any improvement. I'm now using linux
2.6.35-24-generic i686.

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

Title:
  cannot use all space on UDF hard disk

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2011-01-13 Thread John Paul
I'm experiencing the same problem: I cannot use all space of UDF
partition on a 2TB hard disk. The partition has 900GB capacity and is
partition type FAT16 (0x06).

df shows:
/dev/sdc3 879076535 74114246 804962289 9% /media/disk

df -i shows:
/dev/sdc3 1609925069 492 1609924577 1% /media/disk

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: udisks 1.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CheckboxSubmission: cf9476e0c568928f3f21bd31e299d395
CheckboxSystem: c0debaa929713bfabf3fb27e35caa972
Date: Fri Jan 14 02:39:15 2011
HotplugNewDevices: /dev/sdb1 /dev/sdd4 /dev/sdd3 /dev/sdd1 /dev/sdd /dev/sdb
MachineType: BIOSTAR Group GF8100 M2+ TE
ProcCmdLine: root=/dev/mapper/User Name--desktop-root ro quiet splash
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: udisks
Symptom: storage
dmi.bios.date: 05/05/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080015
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: GF8100 M2+ TE
dmi.board.vendor: BIOSTAR Group
dmi.chassis.asset.tag: None
dmi.chassis.type: 3
dmi.chassis.vendor: BIOSTAR Group
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd05/05/2009:svnBIOSTARGroup:pnGF8100M2+TE:pvr:rvnBIOSTARGroup:rnGF8100M2+TE:rvr:cvnBIOSTARGroup:ct3:cvr:
dmi.product.name: GF8100 M2+ TE
dmi.sys.vendor: BIOSTAR Group

I couldn't manage to upload my system info without filing a new bug report. My 
apologies for the duplicate:
https://bugs.launchpad.net/ubuntu/+bug/702692

** Changed in: linux (Ubuntu)
   Status: Expired => New

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

Title:
  cannot use all space on UDF hard disk

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2010-09-22 Thread Jeremy Foshee
This bug report was marked as Incomplete and has not had any updated
comments for quite some time.  As a result this bug is being closed.
Please reopen if this is still an issue in the current Ubuntu
development release http://cdimage.ubuntu.com/daily-live/current/ .
Also, please be sure to provide any requested information that may have
been missing.  To reopen the bug, click on the current status under the
Status column and change the status back to "New".  Thanks.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: kj-expired

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

-- 
cannot use all space on UDF hard disk
https://bugs.launchpad.net/bugs/583949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2010-05-24 Thread Marv
** Tags removed: needs-upstream-testing

-- 
cannot use all space on UDF hard disk
https://bugs.launchpad.net/bugs/583949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2010-05-24 Thread Jeremy Foshee
Hi Marv,

If you could also please test the latest upstream kernel available that would 
be great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you 
inappropriately; please just reply to this message indicating so.]


** Tags added: kj-triage

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

-- 
cannot use all space on UDF hard disk
https://bugs.launchpad.net/bugs/583949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2010-05-21 Thread Marv
I tried with a mainline kernel (http://kernel.ubuntu.com/~kernel-
ppa/mainline/v2.6.34-lucid/) and have the same problem.

-- 
cannot use all space on UDF hard disk
https://bugs.launchpad.net/bugs/583949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583949] Re: cannot use all space on UDF hard disk

2010-05-21 Thread Marv

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/48881919/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/48881920/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/48881921/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/48881922/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/48881923/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/48881924/Card0.Codecs.codec.0.txt

** Attachment added: "Card1.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/48881925/Card1.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/48881926/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/48881927/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/48881928/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/48881929/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/48881930/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/48881931/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/48881932/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/48881933/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/48881934/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/48881935/UdevLog.txt

-- 
cannot use all space on UDF hard disk
https://bugs.launchpad.net/bugs/583949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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