Gentoo Archives: gentoo-user

From: Jack <ostroffjh@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USB ext2 flash drive - No space left on device
Date: Fri, 03 Jul 2020 21:52:20
Message-Id: BFD4MF3G.OC55QCBF.HWJHBPZU@7L3NMQG4.QNB3JRVO.NK3EBKWR
In Reply to: Re: [gentoo-user] USB ext2 flash drive - No space left on device by thelma@sys-concept.com
1 On 2020.07.03 17:38, thelma@×××××××××××.com wrote:
2 > On 07/03/2020 03:12 PM, thelma@×××××××××××.com wrote:
3 > > I have a USB flash drive with ext2 file system and when I try to
4 > copy a
5 > > file I get an error "No space left on device"
6 > >
7 > > df -Th
8 > > Filesystem Type Size Used Avail Use% Mounted on
9 > > /dev/sdb1 ext2 944M 1.4M 943M 1% /run/media/thelma/UUI
10 > >
11 > > df -i
12 > > Filesystem Inodes IUsed IFree IUse% Mounted on
13 > > /dev/sdb1 61440 21 61419 1% /run/media/thelma/UUI
14 > >
15 >
16 > Here is more info:
17 >
18 > tune2fs -l /dev/sdb1
19 > tune2fs 1.43.6 (29-Aug-2017)
20 > Filesystem volume name: UUI
21 > Last mounted on: /run/media/thelma/UUI
22 > Filesystem UUID: 4348ab9b-f3ec-4908-b11b-73a460882cd5
23 > Filesystem magic number: 0xEF53
24 > Filesystem revision #: 1 (dynamic)
25 > Filesystem features: ext_attr resize_inode dir_index filetype
26 > sparse_super large_file
27 > Filesystem flags: signed_directory_hash
28 > Default mount options: user_xattr acl
29 > Filesystem state: not clean with errors
30 > Errors behavior: Continue
31 > Filesystem OS type: Linux
32 > Inode count: 61440
33 > Block count: 245504
34 > Reserved block count: 0
35 > Free blocks: 241291
36 > Free inodes: 61419
37 > First block: 0
38 > Block size: 4096
39 > Fragment size: 4096
40 > Reserved GDT blocks: 59
41 > Blocks per group: 32768
42 > Fragments per group: 32768
43 > Inodes per group: 7680
44 > Inode blocks per group: 480
45 > Filesystem created: Wed Oct 7 08:28:52 2015
46 > Last mount time: Fri Jul 3 15:25:24 2020
47 > Last write time: Fri Jul 3 15:27:21 2020
48 > Mount count: 2594
49 > Maximum mount count: -1
50 > Last checked: Wed Oct 7 08:28:52 2015
51 > Check interval: 0 (<none>)
52 > Lifetime writes: 61 MB
53 > Reserved blocks uid: 0 (user root)
54 > Reserved blocks gid: 0 (group root)
55 > First inode: 11
56 > Inode size: 256
57 > Required extra isize: 28
58 > Desired extra isize: 28
59 > Default directory hash: half_md4
60 > Directory Hash Seed: dbea2a4c-9588-4364-a8de-96e68f24db09
61 > FS Error count: 126
62 > First error time: Sat Jun 6 19:33:04 2020
63 > First error function: mb_free_blocks
64 > First error line #: 1470
65 > First error inode #: 13
66 > First error block #: 1589
67 > Last error time: Fri Jul 3 15:27:21 2020
68 > Last error function: __ext4_new_inode
69 > Last error line #: 884
70 > Last error inode #: 0
71 > Last error block #: 0
72
73 This looks like a possible issue.
74 > Filesystem state: not clean with errors
75 I'd start by unmounting it and trying fsck.

Replies

Subject Author
Re: [gentoo-user] USB ext2 flash drive - No space left on device thelma@×××××××××××.com