Puppy 2.16 not recognizing USB flash swap

Using applications, configuring, problems
Post Reply
Message
Author
ravenxau
Posts: 17
Joined: Mon 30 Apr 2012, 02:19

Puppy 2.16 not recognizing USB flash swap

#1 Post by ravenxau »

I have been trying to use a usb flash drive fir the swapfile on puppy 2.16. I have partitioned the flash drive with a 128MB linux swapfile but when i boot the laptop the swapfile is not recognized when i type free in a console.

Any hints or tips would be most welcome.
Compaq Presario 1685 - 64 MB - 380 Mhz - Puppy 2.16

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

Ravenxau- run fdisk -l to ID the partition, then swapon /dev/<partition>

If you're not sure about your setup, dump an fdisk -l here first.

==

Trouble with copy'n paste through the terminal?

Code: Select all

fdisk -l > /root/fdisk.txt
Now open /root/fdisk.txt'n c/p...

ravenxau
Posts: 17
Joined: Mon 30 Apr 2012, 02:19

#3 Post by ravenxau »

Semme wrote:Ravenxau- run fdisk -l to ID the partition, then swapon /dev/<partition>

If you're not sure about your setup, dump an fdisk -l here first.

==

Trouble with copy'n paste through the terminal?

Code: Select all

fdisk -l > /root/fdisk.txt
Now open /root/fdisk.txt'n c/p...
thanks for the help, the ID on the partition was incorrect - at least i know what to look for now.
Compaq Presario 1685 - 64 MB - 380 Mhz - Puppy 2.16

Post Reply