Autor |
Nachricht |
|
Titel: installer will not umount new swap
Verfasst am: 28.11.2006, 01:11 Uhr
|
|
Anmeldung: 28. Nov 2006
Beiträge: 9
|
|
Installed Kanotix 32 onto Celeron 300 w/192 mb RAM. and hda with two FAT32 partitions.
hda1 - W2000
hda2 - files
Deleted hda1 and created root, home and swap with qparted, but I realized that I set swap at .512 thinking GB was the unit being used. As it turns out however it was .512 mb. Upon installation received notice that swap was too small so I tried to delete in order to resize, but no matter what I did I could not unmount the partition. I tried to delete all other partitions and start from scratch - no luck. Tried other combinations.
Logged onto console as root - tried to umount - output indicates swap is NOT mounted! .
Had to use my Mandrake 10.2 install disk (which has never failed me) to delete and recreate these partitions. Installation went fine but am curious as to why I could not unmount that swap partition?
Any thoughts appreciated
Thanks |
|
|
|
|
|
|
Titel: RE: installer will not umount new swap
Verfasst am: 28.11.2006, 02:54 Uhr
|
|
Team Member
Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
|
|
|
|
Titel: unmount swap
Verfasst am: 28.11.2006, 06:53 Uhr
|
|
Anmeldung: 28. Nov 2006
Beiträge: 9
|
|
This was during HD installation to hda1 using live cd and was able to mount and unmount root and home partitions that I had created, but not swap. |
|
|
|
|
|
|
Titel: RE: unmount swap
Verfasst am: 28.11.2006, 13:52 Uhr
|
|
Team Member
Anmeldung: 17. Dez 2003
Beiträge: 1109
Wohnort: Ganymede
|
|
For example
Code:
swapoff /dev/hda2
|
_________________ Ubuntu - An ancient African word for "Can't install Debian"
|
|
|
|
|
|
Titel: Re: RE: unmount swap
Verfasst am: 28.11.2006, 17:43 Uhr
|
|
Team Member
Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
mzilikazi hat folgendes geschrieben::
For example
Code:
swapoff /dev/hda2
yup, then format (not sure if necessary)
Code:
mkswap /dev/hda2
then
Code:
swapon -a
reboot after reboot check fstab, if line for swap is there. if not do
Code:
rebuildfstab
|
_________________ h2's d-u script
h2's rdiff-backup script
|
|
|
|
|
|
Titel: RE: Re: RE: unmount swap
Verfasst am: 29.11.2006, 01:01 Uhr
|
|
Anmeldung: 28. Nov 2006
Beiträge: 9
|
|
|
|
|
|