Problem: USB swap?
|
4th May, 2013, 10:14 PM
Post: #1
|
|||
|
|||
USB swap?
Hi, this is my first post. I have succesfully installed XBian onto my RPi system's USB hard drive (320Gb) and it boots fine. I would now like to use the swap partition on that drive rather than the swap file, "sudo swapon -s" shows I'm still using /var/swapfile, how can I force xbian to use sdc3 (the swap partiton)?
Pete |
|||
4th May, 2013, 10:49 PM
Post: #2
|
|||
|
|||
RE: USB swap?
http://www.tldp.org/HOWTO/Partition/setting_up_swap.html (so remove the /var/swapfile from /etc/fstab and replaced it by your USB harddrive)
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
5th May, 2013, 09:48 AM
Post: #3
|
|||
|
|||
Re: USB swap?
sudo swapoff -a
sudo swapon /dev/sdc3 Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
8th May, 2013, 04:49 AM
Post: #4
|
|||
|
|||
RE: USB swap?
Thanks for the help. I am able to get the swap working but I'm having other issues with USB boot.
I'm sure it will be sorted soon. ;-) Pete |
|||
« Next Oldest | Next Newest »
|