Author Topic: Partitioning problem.  (Read 5283 times)

0 Members and 1 Guest are viewing this topic.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Partitioning problem.
« on: February 17, 2013, 11:17:20 am »
I want to shrink a volume on my HDD so I can create another partition. It took very long so I though it wasn't doing anything and shut it down. Apparently I should not have done that because now it says "Logical Disk Manager: Acces denied" everytime after a while when I attempt to shrink. Is there any way to fix this that doesn't involve reformatting? I can't afford to lose the data on this disk.
« Last Edit: February 17, 2013, 11:27:57 am by ElementCoder »

Some people need a high five in the face... with a chair.
~EC

Offline Fireicee1

  • LV2 Member (Next: 40)
  • **
  • Posts: 29
  • Rating: +0/-0
    • View Profile
Re: Partitioning problem.
« Reply #1 on: February 17, 2013, 11:39:36 am »
Ohhh yeah... you really shouldn't have shut it down mid-process.  How long was it taking?
What OS are you using, or is on the partition you're trying to shrink? 


Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Partitioning problem.
« Reply #2 on: February 17, 2013, 11:49:32 am »
Assuming Windows: use the command line tool diskpart

Assuming Ubuntu: Launch disk manager from the command line with sudo
I am Bach.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: Partitioning problem.
« Reply #3 on: February 17, 2013, 11:54:34 am »
Oh forgot to mention OS stuff.I'm using Windows Vista 32-bit.
Ohhh yeah... you really shouldn't have shut it down mid-process.  How long was it taking?
What OS are you using, or is on the partition you're trying to shrink? 
It was going for around 6 hours already. So I assumed it was hanging/not doing anything anymore.

Some people need a high five in the face... with a chair.
~EC

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Partitioning problem.
« Reply #4 on: February 17, 2013, 12:25:32 pm »
use diskpart (must be run from an elevated (run as admin) command prompt)
I am Bach.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: Partitioning problem.
« Reply #5 on: February 17, 2013, 08:42:11 pm »
Quote from: pimathbrainiac
Assuming Ubuntu: Launch disk manager from the command line with sudo
How do you launch disk manager? :P
« Last Edit: February 17, 2013, 08:42:19 pm by epic7 »

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Partitioning problem.
« Reply #6 on: February 17, 2013, 08:47:12 pm »
IDK what the command line name is...
I am Bach.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Partitioning problem.
« Reply #7 on: February 18, 2013, 02:28:49 am »
gparted is the one Ubuntu uses. And you really shouldn't have done that. It takes a long time to do because data needs to be moved around in order to allow splitting the partition evenly into Used space and Unused space, so a new partition can actually be made without fragmenting the drive.
« Last Edit: February 18, 2013, 02:30:10 am by willrandship »

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: Partitioning problem.
« Reply #8 on: February 18, 2013, 09:54:17 am »
defragment first, then
I am Bach.

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Partitioning problem.
« Reply #9 on: February 18, 2013, 01:09:43 pm »

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Partitioning problem.
« Reply #10 on: February 18, 2013, 01:52:54 pm »
Defragmenting isn't enough by itself. The whole files can still be in the part of the drive you want to split. The process just takes a long time.