LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-01-2016, 10:24 AM   #1
drudox
Member
 
Registered: Feb 2016
Posts: 141

Rep: Reputation: Disabled
Arch Linux (and other distro) dnt recognize the real size HD


I've got a problem with linux (several distro) under celeron N3050 with 340GB HD.

linux see the HD block size as 512kb but this is 2048kb (as gparted sayd when i try to lunch it )

look the result of df -h

Code:
 marco@Hp-Arch ~$ df -h
File system     Dim. Usati Dispon. Uso% Montato su
dev             929M     0    929M   0% /dev
run             933M  824K    932M   1% /run
/dev/sda4       9,3G  5,4G    3,4G  62% /
tmpfs           933M  4,0M    929M   1% /dev/shm
tmpfs           933M     0    933M   0% /sys/fs/cgroup
tmpfs           933M  4,0K    933M   1% /tmp
/dev/sda5       9,2G  1,2G    7,6G  14% /home
tmpfs           187M   28K    187M   1% /run/user/1000
how can I fix it ??? pls help ! tnx in advance
 
Old 09-01-2016, 12:37 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
please post output of
Code:
sudo fdisk -l
 
Old 09-01-2016, 01:25 PM   #3
drudox
Member
 
Registered: Feb 2016
Posts: 141

Original Poster
Rep: Reputation: Disabled
Code:
Disk /dev/sda: 29,1 GiB, 31268536320 bytes, 61071360 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
Disklabel type: gpt
Disk identifier: 9F3CC1A2-FA21-4BF4-A9EB-EC30DE1AF5D3

Dispositivo    Start     Fine  Settori  Size Tipo
/dev/sda1       2048  1050623  1048576  512M EFI System
/dev/sda2    1050624 19929087 18878464    9G Linux filesystem
/dev/sda3   59664384 61069311  1404928  686M Linux swap
/dev/sda4   19929088 39856127 19927040  9,5G Linux filesystem
/dev/sda5   39856128 59664383 19808256  9,5G Linux filesystem

Partition table entries are not in disk order.
 
Old 09-01-2016, 01:35 PM   #4
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by drudox View Post
Code:
Disk /dev/sda: 29,1 GiB, 31268536320 bytes, 61071360 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
Disklabel type: gpt
Disk identifier: 9F3CC1A2-FA21-4BF4-A9EB-EC30DE1AF5D3

Dispositivo    Start     Fine  Settori  Size Tipo
/dev/sda1       2048  1050623  1048576  512M EFI System
/dev/sda2    1050624 19929087 18878464    9G Linux filesystem
/dev/sda3   59664384 61069311  1404928  686M Linux swap
/dev/sda4   19929088 39856127 19927040  9,5G Linux filesystem
/dev/sda5   39856128 59664383 19808256  9,5G Linux filesystem

Partition table entries are not in disk order.
That's identical (totally identical bytes) to my 32 GB drive in terms of the size it's seeing. Are you sure there isn't some issues with this drive that it's seeing 1/10th the capacity, or that you didn't misread the capacity and it's a 32 not a 340 (which is an odd size)?

Is this a lower-end laptop/chromebook/cloudbook?

Last edited by Timothy Miller; 09-01-2016 at 01:36 PM.
 
Old 09-01-2016, 02:43 PM   #5
drudox
Member
 
Registered: Feb 2016
Posts: 141

Original Poster
Rep: Reputation: Disabled
not sure about ... but only 32 Gb ??? what can i do with it ???
 
Old 09-01-2016, 03:02 PM   #6
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Most linux distro's take ~5 GB for a full desktop installation, and if you ran a lightweight DE even less, and a simple WM even less than that. So you can run just about anything you want on it.

I just recently got rid of a laptop that has a 16 GB hard drive, and was running a full KDE install, had a 4 GB swap (4 GB ram), and still had ~5 GB free space.

My most commonly used laptop is running Arch with a full KDE desktop, 4 GB swap (again, 4 GB ram), with a 32 GB drive (eMMC), and have over 8 GB free space on my /home drive (and that's with a 4+ GB oracle database update files setting in my /home due to not being able to download on my work pc).

Last edited by Timothy Miller; 09-01-2016 at 03:04 PM.
 
Old 09-02-2016, 12:53 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by drudox View Post
not sure about ... but only 32 Gb ??? what can i do with it ???
no problem!
plenty of space for linux, software, games...
just don't store tons of HD movies.
 
Old 09-02-2016, 01:08 PM   #8
Mitt Green
Member
 
Registered: May 2014
Location: Europe
Posts: 199

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by drudox View Post
not sure about ... but only 32 Gb ??? what can i do with it ???
Minimum requirements.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I made a distro based on Arch Linux MorpheusArch Arch 13 04-19-2016 08:13 AM
How to change font size in tty terminal for base arch linux install Gremlin022 Linux - Newbie 1 07-07-2014 04:22 PM
which distro of RH Linux is a best match for my PC Arch. and Config. caller1010 Linux - Enterprise 1 09-18-2006 01:15 PM
why is my linux slackware 10 dnt boot nsic Linux - Software 2 08-31-2005 05:04 AM
why one should choose Arch Linux and not X distro zeppelin Arch 3 03-17-2004 05:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration