You are not logged in.

#1 2010-09-05 09:46:15

matt101
Member
Registered: 2010-09-01
Posts: 25

Disk Fragmentation

Arch recently ran a file system check, and sda1 came out to be 10% non-contingous, is this something that i should worry about?

Last edited by matt101 (2010-09-05 09:47:03)

Offline

#2 2010-09-05 10:32:46

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Disk Fragmentation

Is that /boot or / or /home or...?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2010-09-05 10:46:53

matt101
Member
Registered: 2010-09-01
Posts: 25

Re: Disk Fragmentation

I cannot remember what sda1 has on it... I only configured it a week ago and i already forgot.... How would i go about finding out what is on sda1?

Offline

#4 2010-09-05 11:01:41

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 422

Re: Disk Fragmentation

gedit /etc/fstab

Offline

#5 2010-09-05 11:18:30

matt101
Member
Registered: 2010-09-01
Posts: 25

Re: Disk Fragmentation

i'm looking there and i can't see sda1 on that page... It doesn't tell me what sda1 is, it just says / and /home etc..

EDIT: Shall i just paste the file here?

Last edited by matt101 (2010-09-05 11:19:56)

Offline

#6 2010-09-05 11:18:41

Ogion
Member
From: Germany
Registered: 2007-12-11
Posts: 367

Re: Disk Fragmentation

Or just the command "mount" without arguments in a terminal.

Ogion


(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant

Offline

#7 2010-09-05 11:22:09

matt101
Member
Registered: 2010-09-01
Posts: 25

Re: Disk Fragmentation

Ogion wrote:

Or just the command "mount" without arguments in a terminal.

Ogion

Here is the output of "mount" :

[root@Arch-PC ~]# mount
proc on /proc type proc (rw,relatime)
sys on /sys type sysfs (rw,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=127308,mode=755)
/dev/disk/by-uuid/110be0d3-c317-4e0d-99e0-5d0b1488bfc3 on / type ext4 (rw,relatime,barrier=1,data=ordered)
devpts on /dev/pts type devpts (rw)
shm on /dev/shm type tmpfs (rw,nosuid,nodev)
/dev/sda4 on /home type ext4 (rw)
/dev/sda1 on /boot type ext2 (rw)

Offline

#8 2010-09-05 12:58:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Disk Fragmentation

Yeah, so your /boot is on sda1 and that level of NC files for boot is fine.

# fsck -f -v /dev/sda6
fsck from util-linux-ng 2.18
e2fsck 1.41.12 (17-May-2010)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

      42 inodes used (0.14%)
       5 non-contiguous files (11.9%)
       0 non-contiguous directories (0.0%)
         # of inodes with ind/dind/tind blocks: 14/8/0
   30512 blocks used (25.33%)
       0 bad blocks
       0 large files

      30 regular files
       3 directories
       0 character device files
       0 block device files
       0 fifos
       0 links
       0 symbolic links (0 fast symbolic links)
       0 sockets
--------
      33 files

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#9 2010-09-05 14:41:22

xamaco
Member
From: Corsica, France
Registered: 2010-04-05
Posts: 87

Re: Disk Fragmentation

Downloaded torrent files are generally very fragmented...

Offline

Board footer

Powered by FluxBB