olli84
11-08-2006, 18:34
Hello!
I followed exactly the very good written tutorial from marcnesium, but have a problem with the swap.
Fdisk is self-explaining, type m to view the help-page. When you are finished, don't forget to save changes with the w-command before you exit fdisk.
After partition your disk, it's time to create filesystems
mke2fs -j /dev/discs/disc0/part1
mkswap /dev/discs/disc0/part2
pls help me, mke2fs works good, but when i try "mkswap /dev/discs/disc0/part2" putty says :
[admin@(none) root]$ mkswap /dev/discs/disc0/part2
mkswap: /dev/discs/disc0/part2: No such file or directory
[admin@(none) root]$
does any1 have a good idea to solve that?
EDIT: PROBLEM SOLVED
...forgot to make a swap partition with fdisk - damn im a newbie :D
I followed exactly the very good written tutorial from marcnesium, but have a problem with the swap.
Fdisk is self-explaining, type m to view the help-page. When you are finished, don't forget to save changes with the w-command before you exit fdisk.
After partition your disk, it's time to create filesystems
mke2fs -j /dev/discs/disc0/part1
mkswap /dev/discs/disc0/part2
pls help me, mke2fs works good, but when i try "mkswap /dev/discs/disc0/part2" putty says :
[admin@(none) root]$ mkswap /dev/discs/disc0/part2
mkswap: /dev/discs/disc0/part2: No such file or directory
[admin@(none) root]$
does any1 have a good idea to solve that?
EDIT: PROBLEM SOLVED
...forgot to make a swap partition with fdisk - damn im a newbie :D