LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2004, 04:57 PM   #16
phreud_
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
How do I get the space?


cfdisk 2.12

Disk Drive: /dev/hda
Size: 120000000000 bytes, 120.0 GB
Heads: 255 Sectors per Track: 63 Cylinders: 14589

Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
Pri/Log Free Space 104839,42
hda5 Logical Linux swap 526,42
hda6 Logical Linux ReiserFS 14632,78

I've now managed to finally get rid of windows...I think..
How Can I get the free space to become a part of Hda6 which is the main Linuxdrive, so all Hdspace is on one drive?
 
Old 11-15-2004, 05:11 PM   #17
phreud_
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
xpert help on partition poblem!!

cfdisk 2.12

Disk Drive: /dev/hda
Size: 120000000000 bytes, 120.0 GB
Heads: 255 Sectors per Track: 63 Cylinders: 14589

Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
Pri/Log Free Space 104839,42
hda5 Logical Linux swap 526,42
hda6 Logical Linux ReiserFS 14632,78

Is there a way of getting the free space to become a part of hda6, so I have alot more space to use..
the free space used to be win c: until 10minutes ago...
The more detailed the better since I'm very new to this...
 
Old 11-15-2004, 05:17 PM   #18
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Either mount it as-is (fat32/ntfs) or create a new, linux based filesystem. To create the filesystem:

mkreiserfs /dev/hda1 [as root]
reboot

This will create a reiser filesystem on your old windows partition, but first backup any files on your windows drive!! Also, make sure lilo is installed to mbr (/dev/hda) not /dev/hda1.
Then I would tag it on at /usr/local/. (see "man fstab")

edit: or maybe /home. (there are lots of posts dealing with using /home as a mountpoint)

Last edited by Tuttle; 11-15-2004 at 05:18 PM.
 
Old 11-15-2004, 05:27 PM   #19
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Please post minimally
 
Old 11-15-2004, 05:27 PM   #20
phreud_
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Is this Possible!!!

Is it possible to 'melt' two partitions in to one?

cfdisk 2.12

Disk Drive: /dev/hda
Size: 120000000000 bytes, 120.0 GB
Heads: 255 Sectors per Track: 63 Cylinders: 14589

Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
Pri/Log Free Space 104839,42
hda5 Logical Linux swap 526,42
hda6 Logical Linux ReiserFS 14632,78


The free space into hda6? And how(step-by-step) can a newbie do it?
 
Old 11-15-2004, 05:29 PM   #21
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
no need to "resize" anything, just mount it at a convenient point. Search forums for "mount patitions" or similar.
 
Old 11-15-2004, 05:30 PM   #22
phreud_
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
sorry

I just need to get this done... I'm 'borrowing' space on a friends computer for my files, and need to get them back so I can work, but I cant get enough space, cause I dont know how to do this....It's only this time so I can get it up and running..
 
Old 11-15-2004, 06:05 PM   #23
phreud_
LQ Newbie
 
Registered: Nov 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Tag

how do I tag it on
 
Old 11-15-2004, 06:06 PM   #24
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Rep: Reputation: 47
you should use a partition tool such as Partition Magic 8 to do this.

PS
in the future please include something relavant to the issue in the thread name.
 
Old 11-15-2004, 06:17 PM   #25
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well...that's four times the same Q ? ( 3 to many ! )

egag

Last edited by egag; 11-15-2004 at 06:21 PM.
 
Old 11-15-2004, 06:28 PM   #26
XsuX
Member
 
Registered: Oct 2004
Location: US
Distribution: Fedora Core 1
Posts: 43

Rep: Reputation: 15
Don't post the same question multiple times. (Why can't people understand that!?)
 
Old 11-15-2004, 07:13 PM   #27
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
open a terminal and type:

su
[password]
mkdir /mnt/oldcdrive
pico /etc/fstab

then paste this line into your fstab:

/dev/hda1 /mnt/oldcdrive auto noauto,user,rw 1 0

then press ctrl+x then y then enter to save your changes. use "mc" if "pico" is not on your system.

then type:

umount /dev/hda1 #(just in-case)
mkreiserfs /dev/hda1
reboot.

mount it using kdiskfree or similar

good luck, im off to bed
 
Old 11-16-2004, 11:24 AM   #28
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Please do not post the same thread/topic more than once. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

I have merged your 6 (!!) threads on the same topic, and
this is an official moderator warning.
 
  


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
how to reduce swap space and reclaim the space grantm Linux - Newbie 7 08-16-2012 07:05 AM
notify user space application from the kernel space lordofring Linux - Software 2 06-22-2009 12:32 PM
3Gb of disk space lost! Disk space problem or mother board conflicts with HDD Mistreated Linux - Hardware 4 12-06-2004 03:58 PM
Not enough space for root directory on a drive with 50g free space??? auoq Linux - Newbie 1 10-13-2004 12:44 PM
Formating free space: WinXP pro and RH9 dualboot with free space on 3rd drive Vermicious Linux - General 2 03-22-2004 05:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:12 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