No space left on device [solved]

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
n3w7
Posts: 5
Joined: Sun Jul 29, 2012 9:28 am

No space left on device [solved]

Post by n3w7 »

Hi
I can't download due to error: Unable to resume file: No space left on device.

I have a brand new 2 TB HD that I've both partitioned in Debian and Windows 7. Same result. The HD is in a USB case.
I've tried to use usbmount so it gets mounted automaticly and I've manually mount the device. The hardware is a raspberry pi.

I've tried with another HD and it worked fine. So I thought it was wrongly partitioned or formated. but I tried both in Debian and Windows. I've created a file with "dd".

Code: Select all

dd if=/dev/zero of=file bs=1k count=1000000
created 1GB file with out problem. checked with "du".

what to do?
print from

Code: Select all

sudo fsdisk -l
Disk /dev/mmcblk0: 3965 MB, 3965190144 bytes
4 heads, 16 sectors/track, 121008 cylinders, total 7744512 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000714e9

Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 7744511 3810816 83 Linux

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x98ce9c25

Device Boot Start End Blocks Id System
/dev/sda1 2048 3907026943 1953512448 7 HPFS/NTFS/exFAT
Last edited by n3w7 on Wed Aug 01, 2012 8:00 am, edited 2 times in total.
n3w7
Posts: 5
Joined: Sun Jul 29, 2012 9:28 am

Re: No space left on device

Post by n3w7 »

thanks x190
But I'm downloading to /dev/sda1/ and it's formatted with NTFS. The file I'm downloading is only 3 Gb.

The download stops after the first time transmission has write to the disk. size writed to sda1 differs from some kb up to 20 mb. I've tried with a download folder (on sda1) with same result.
n3w7
Posts: 5
Joined: Sun Jul 29, 2012 9:28 am

Re: No space left on device

Post by n3w7 »

sorry, the disk is 2TB
n3w7
Posts: 5
Joined: Sun Jul 29, 2012 9:28 am

Re: No space left on device

Post by n3w7 »

When I first partitioned and formatted the disk I did't in win7. I apparently partitioned it with GPT table, it's removed now and partitioned in Linux with

Code: Select all

sudo parted /dev/sda
mklabel msdos
quit
After that I created a partition with cfdisk and formatted with mkntfs.

It didn't help. still got same issue. :x :cry:
n3w7
Posts: 5
Joined: Sun Jul 29, 2012 9:28 am

Re: No space left on device [solved]

Post by n3w7 »

my system disk space (my download folder is not on the system disk!) was too small. after giving it some more GB it woked just fine.
alexrenzi
Posts: 1
Joined: Tue Sep 11, 2012 9:40 pm

Re: No space left on device [solved]

Post by alexrenzi »

I have the same problem on a raspberry running from an 8GB SD, my download folder is on an external 100GB hard disk, but when it don't crash it says that there isn't enough space left. Do you mean that if there isn't all the required space for download on system disk (in my case an SD) it won't write on the usb disk?
ron199x
Posts: 2
Joined: Sun Mar 13, 2016 8:23 am

Re: No space left on device [solved]

Post by ron199x »

I had the same issue, although my disk still had over 700GB free. I did disk check, and it seems to be good again. Disk check via fsck. Was using lvm.
Post Reply