[aclug-L] Re: Xpde
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Just run fdisk. Or in RH, run the Disk Druid (which I hate... but I guess
it can be nice for some people):
fdisk /dev/hdc
Then mount the new partition as, say, /home-new:
mkdir /home-new
mount /dev/hdc1 /home-new
then copy all of your data from /home to /home-new:
cp -a /home/* /home-new
Then rename /home to, say, /home-old, and remount the new partition as /home:
mv /home /home-old
umount /home-new
mount /dev/hdc1 /home
Then clean up your mess:
rmdir /home-new
Once you're sure all the data was successfully copied, you can zap your
old /home directory:
rm -rf /home-old
Then edit /etc/fstab to match the changes.
Note: This is assuming that your existing /home is a subdirectory of /,
and not a partition of itself. If it is on its own (but too small)
partition, follow the above instructions, but instead of "mv /home
/home-old", do:
mkdir /home-old
umount /home
mount /dev/<partition for existing /home> /home-old
-- Jonathan
> Jeff - I need your help. I have run out of space in home again. I
> will be adding another hdd and I will give you a call to ask you some
> questions about what to do next. I hate to say this, but I forgot what
> to do next to get linux to setup the partitions. ttyl ~Anne
>
> Jeff Vian wrote:
>
>>
>>
>>Anne McCadden wrote:
>>
>>>Very good idea. Whatever gets people hooked. I know some people who
>>>want to have a linux machine, just to get email and surf the web
>>>without getting viruses. Some like the screensavers, like sonar.
>>>Others have said that they want an OS and office suite without
>>>costing a forture.
>>>
>>>The linux in spanish is going well, but he wants some modifications in
>>> the hardware and is trying to figure out how he is going to connect
>>>to the internet. I told him that as far as I know his MSN won't work
>>>on linux. I am not sure as to what dialup will work on linux. AOL
>>>won't work. Any ideas or suggestions? ~Anne
>>>
>>>
>>Almost any ISP dialup should work with linux. You just have to do a
>>little playing to get the setup correct.
>>
>>ppp, diald, and your personal setup usually works great
>>
>>
>>
>>
>>>jeffrey l koehn wrote:
>>>
>>>
>>>
>>>>Here is an interface that looks
>>>>like Windows XP:
>>>>http://www.xpde.com/modules.php?name=Screenshots
>>>>
>>>>Have any of you used Xpde? Or would you?
>>>>I don't really like anything that
>>>>copycats an MS interface but
>>>>to each his own.
>>>>What I was wondering is if something
>>>>like this is useful to somebody who
>>>>uses Windows on a daily basis or if
>>>>an interface like this would be useful
>>>>to someone who would like to switch
>>>>to linux.
>>>>----------------------------------
>>>>-- This is the discussion@xxxxxxxxx list. To unsubscribe,
>>>>visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>>>>
>>>>
>>>>
>>>>
>>>
>>>-- This is the discussion@xxxxxxxxx list. To unsubscribe,
>>>visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>>>
>>>
>>>
>>
>>
>>-- This is the discussion@xxxxxxxxx list. To unsubscribe,
>>visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>>
>>
>
>
> -- This is the discussion@xxxxxxxxx list. To unsubscribe,
> visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
-- This is the discussion@xxxxxxxxx list. To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
- [aclug-L] Re: Xpde, (continued)
- [aclug-L] Re: Xpde, Koji Hayakawa, 2002/12/04
- [aclug-L] Re: Xpde, Nate Bargmann, 2002/12/04
- [aclug-L] Re: Xpde, Anne McCadden, 2002/12/04
- [aclug-L] Re: Xpde, Jeff Vian, 2002/12/04
- [aclug-L] Re: Xpde, Anne McCadden, 2002/12/04
- [aclug-L] Re: Xpde,
flimzy <=
- [aclug-L] Re: Xpde, gLaNDix (Jesse Kaufman), 2002/12/04
- [aclug-L] Re: Xpde, Ironrose, 2002/12/15
- [aclug-L] Re: Xpde, gLaNDix (Jesse Kaufman), 2002/12/15
- [aclug-L] Re: Xpde, Ironrose, 2002/12/19
[aclug-L] Re: Xpde, Nate Bargmann, 2002/12/04
|
|