Sponsored Content
Operating Systems Linux Ubuntu Ubuntu very slow after repartitioning Post 303025210 by Marcov on Saturday 27th of October 2018 07:00:12 PM
Old 10-27-2018
Ubuntu very slow after repartitioning

Good evening,
i don't know if this is the right section, so forgive me if it's wrong.

i have an Asus Gl503v in dual boot w10-ubuntu18.
hard disk is hybrid ssd-hhd. w10 is the native system and it is on ssd. I partitioned the hdd left a part ntfs and a part ext4.
In the ext4 part i created during the ubuntu installation a root and a home partitions.
working i understood that the space was too small for ubuntu and so i reduced the nfts partition.
Then by cd live with gparted i expansed the root partition on "left". I know that this isn't a recommended thing but i have no choice.
And there's the problem. Despite my 32Gb ram, the pc works like there's no ram. For opening and closing of windows i must wait also 10 seconds.
I monitored my ram and cpu consuming and rarely i go over the 10%. So, since my pc is pratically new, someone knows how help me?


thanks in advance

Last edited by Marcov; 10-27-2018 at 08:11 PM..
This User Gave Thanks to Marcov For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

repartitioning

Hi. I am working on a Sunblade with Solaris 8 installed. 2 hard disks, not mirrored or striped. The person who set it up originally had not given /usr it's own partition. The second disk is one large partition with a directory mounted on it. We are running Apache on this machine to work with... (4 Replies)
Discussion started by: cmh
4 Replies

2. Filesystems, Disks and Memory

Repartitioning scsi drive in Nextstep

Need to change the partitions on a SCSI drive with Nextstep. df shows filesystem kbytes used avail cap mounted on /dev/sd0a 2051824 231924 13% / /dev/sd0b 998332 9 0% /Vol2 /dev/sd0c 998332 9 0% /Vol3 /dev/sd0d 998332 9 0% /Vol4 /dev/sd0e 998332 9 0% /Vol5... (3 Replies)
Discussion started by: Mace
3 Replies

3. Solaris

Repartitioning hard drive on Solaris10

Hello, Is it possible to repartition hard drive on Solaris10 without deleting all the content of the drive? I have a workstation with 40G drive that has two partitions 4G and 36G. The big partition is allocated for /export/home and small for everything else (don't ask me why, I did not set it up... (1 Reply)
Discussion started by: pn8830
1 Replies

4. UNIX for Advanced & Expert Users

Resizing and repartitioning NTFS with gParted?

Sorry that this is slightly OT, but in my defence, I intend to install Linux (and probably others). I just bought a new computer with Windows Vista preinstalled; and though there is no love between me and MS, I would like to keep it (I paid for it after all). I have 2 x 500GB HDD. The extra... (1 Reply)
Discussion started by: koppe
1 Replies

5. Solaris

formating and repartitioning an external hard drives

Version: solaris 10 x86 I just got a western digital external harddrive formated with fat 32. this drive came with some setup files which is meant for windows or mac. I want to reformat and partition this drive into two ( for solaris and windows) such that the setup files will still be there... (2 Replies)
Discussion started by: seyiisq
2 Replies

6. Solaris

Metaset repartitioning

Dear all, This metaset stuff drive me crazy. The story begin with the Solaris 8 upgrade.... We have a pair of Solaris 8 with Sun Cluster 3.1, to prevent a long downtime, the Live Upgrade was chosen. As metadb cannot use LU to upgrade directly, we remove the diskset before upgrade, and put it... (0 Replies)
Discussion started by: donaldfoo
0 Replies

7. UNIX for Dummies Questions & Answers

Ubuntu seems running slow!

Hello, My PC seems running slow: OS32 system, Pentium(R)4---2.40Ghz, 1GB RAM, 80GB HDI am running Ubuntu 11.10 (Oneiric Ocelot) alone in this box, which seems very slow to me. Is this normal? Compared with my other PC (Running XP) with 1.99GHz AMD Athlon 3200+, 2GB RAM,500GB HD, XP and Mint... (11 Replies)
Discussion started by: yifangt
11 Replies
SYSTEMD-SLEEP.CONF(5)						systemd-sleep.conf					     SYSTEMD-SLEEP.CONF(5)

NAME
systemd-sleep.conf - Suspend and hibernation configuration file SYNOPSIS
/etc/systemd/sleep.conf DESCRIPTION
systemd supports three general power-saving modes: suspend a low-power state where execution of the OS is paused, and complete power loss might result in lost data, and which is fast to enter and exit. This corresponds to suspend, standby, or freeze states as understood by the kernel. hibernate a low-power state where execution of the OS is paused, and complete power loss does not result in lost data, and which might be slow to enter and exit. This corresponds to the hibernation as understood by the kernel. hybrid-sleep a low-power state where execution of the OS is paused, which might be slow to enter, and on complete power loss does not result in lost data but might be slower to exit in that case. This mode is called suspend-to-both by the kernel. Settings in this file determine what strings will be written to /sys/power/disk and /sys/power/state by systemd-sleep(8) when systemd(1) attempts to suspend or hibernate the machine. OPTIONS
The following options can be configured in the "[Sleep]" section of /etc/systemd/sleep.conf: SuspendMode=, HibernateMode=, HybridSleepMode= The string to be written to /sys/power/disk by, respectively, systemd-suspend.service(8), systemd-hibernate.service(8), or systemd- hybrid-sleep.service(8). More than one value can be specified by seperating multiple values with commas. They will be tried in turn, until one is written without error. If neither suceeds, the operation will be aborted. SuspendState=, HibernateState=, HybridSleepState= The string to be written to /sys/power/state by, respectively, systemd-suspend.service(8), systemd-hibernate.service(8), or systemd- hybrid-sleep.service(8). More than one value can be specified by seperating multiple values with commas. They will be tried in turn, until one is written without error. If neither suceeds, the operation will be aborted. EXAMPLE
: FREEZE Example: to exploit the "freeze" mode added in Linux 3.9, one can use systemctl suspend with [Sleep] SuspendState=freeze SEE ALSO
systemd-sleep(8), systemd-suspend.service(8), systemd-hibernate.service(8), systemd-hybrid-sleep.service(8), systemd(1), systemd.directives(7) systemd 208 SYSTEMD-SLEEP.CONF(5)
All times are GMT -4. The time now is 10:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy