Fedora Installation :: Automatic Swap Detection And Mount?
Jun 8, 2011
I've installed FC 15 on a USB stick (it is not a live usb, it is a regular installation on a usb stick), and I am looking for a way to automatically detect and mount swap partitions on a host system where usb stick is plugged in. I am using many FC boxes and almost all of them have a swap partition on the hard drive and I would like to use them even if I boot my system from a usb stick.
View 4 Replies
ADVERTISEMENT
Dec 15, 2010
I changed the grub2 on my /dev/sda to Arch's version, instead of Ubuntu's, and now I keep booting into the initramfs prompt whenever I try to use Ubuntu. The automatic OS detection won't find it when I run the mkconfig command on grub2's wiki, and I currently have the following in /etc/grub.d/40_custom:
Code:
enuentry "Ubuntu Linux" {
set root=(hd0,3)
linux /boot/vmlinuz-2.6.35-23-generic
initrd /boot/initrd.img-2.6.35-23-generic root=dev/sda3 ro quiet
}
Which according to my partition layout, and a double check on gparted, is correct. Do I need to flag it as boot or something else? I tried putting Ubuntu's grub2 back on with the live cd but it kept saying /dev/ was busy.
View 9 Replies
View Related
Apr 16, 2011
I'm installing Ubuntu 11.04 beta and partitioning into 3 parts. One for root, one for home, and one for swap.In the partitioning utility you can go into during installation (at the beginning of installation actually) there is a drop down box for selecting the mount point of the partition. I'm good on the first two but am not sure what to select for swap. I'm searching on the Internet too but am not seeing what I need right off.
View 5 Replies
View Related
Sep 19, 2010
I had a problem with the install of Ubuntu 10.04 and 10.04.1 on a Dell Precision T3500. I used the 32bit live CD. I let the installer create the file systems and use the whole disc. The disc is was created as shown below. After the install button was pressed, the root file system was created and then the swap. When the installer went to mount the swap it complained there was not enough memory and failed the installation. I installed Ubuntu by manually making the swap file system smaller using gparted and assigning the / and swap to the file systems created by gparted.
Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]...
View 4 Replies
View Related
Dec 1, 2010
I just installed kernel 2.6.37-rc3-natty in an effort to clear up the audio stuttering problems prevalent in Maverick. It worked, but now my swap partition won't mount on startup and because of this the computer won't hibernate. I'm using a Toshiba NB305-400 netbook w/1GB of ram, 250GB HDD and 1.6 GHz processor.Here's what's in my fstab file:Quote:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
[code]....
View 5 Replies
View Related
Aug 12, 2009
I have tried to mount new hot swap scsi drive in IBM xSeries 226.
I have put new drive to the pocket and tried to list all new drives using #fdisk -l
I cannot see that drive.
How to mount this drive ?
Should be something like /dev/sdc . In this server I have 3 drives (include this which should be mount). I have also restarted server. Doesnt help.
View 3 Replies
View Related
Oct 27, 2009
I put "%" before and after my username and name which gave the install an error. So I changed the username to one without the special character '%' but left the name with and the setup proceeded with an error and skipped the other three stages (sound testing, time, hardware setup). But everything seems fine with the install except I have not configured the sound card.
From what I have seen the install is pretty much fine other than the lack of functions which I obviously missed during the preference end section of the install. And so I was wondering is there a way to manually detect and use a easily configure a sound card or any way for that matter? The installation guide of Fedora 11 gives advice that was outdated 'system-configure-soundcard"(or something similar) has been removed since F9.
[Code]...
Currently have a few mixers installed which may be conflicting but the extra mixers were a symptom I created due to the no sound problem. The mixers are definitely not the major cause though. My onboard motherboard sound has not been set up as a module to be run is what I assume but any help would be great.
View 1 Replies
View Related
Jan 11, 2010
I have Ubuntu 9.10. The system mounts automatically DVDs ok, but when I insert a CDrom nothing happens. How I can activate the CD automatic mounting?
View 4 Replies
View Related
Oct 27, 2015
I use Debian 8.2 without DE. I can mount removable devices (USB sticks, external HDDs) manually using mount/umount to specific folders under /mnt or /media. But I want them mount automatically when plugged-in as /media/disk-label. Also I want to be able safely remove already mounted devices without data loss.As I understand, I need to create custom UDEV rule and associate it with mount/umount scripts. E.g. mount script
Code: Select all#!/bin/sh
mount_point=$ID_FS_LABEL
if [ -z $mount_point ]; then
mount_point=${DEVNAME##*/}
fi
# retrieve gid of the plugdev group and set it as owner of mountpoint
plugdev_gid="$(grep plugdev /etc/group|cut -f3 -d:)"
if [ -z $plugdev_gid ]; then
[code]....
Is this safe and correct approach or it is better to use something else?
View 3 Replies
View Related
Apr 29, 2011
I want to automatic mount a ntfs partition after start. I work on fstab, everything seems to be ok, but now something strange is happening: sometimes after boot, when I use fdisk, I find all the partitions as sda, sometims they seems to appear as sdb. Of course, if in fstab I have written sda and they are sdb, they will not be aoutomount... I am using fedora 14 I was expecting that allways the partitions to be sda or sdb.
View 1 Replies
View Related
Jun 25, 2009
I should have know, it's named after a windows "feature".On my laptop (Acer Aspire 5310) Fedora 10 offered me an automatic update to Fedora 11. Because I trust any automatic update Fedora brings to me (it's tested right) I automatically pressed yes. It started some downloads and everything seems to run pretty smooth. Then I had to reboot the computer, press that button as well.... and it reboots into Fedora 10 (untill the end of the bar). After that I have no clue what happens, because before X is started I get a black screen with nothing on it, even ESC doesn't do anything :O I don't even get the "_" to indicate the laptop is doing anything.
View 3 Replies
View Related
Nov 7, 2010
Fedora 14, 64-bit. In installer i came to partitioning, chose option: User Free Space, on hdd i have a partiotion (unformatted) of 40 GB. Still, installer says:
Quote:
Could not find enough free space for automatic partitioning, please use another partitioning method. What should i do? PS. I don't want to create partitions manually, because I don't know how to do it and installer is going to do it way better itself. I can't use whole hdd either as i have windows and data on it which i cannot lose. PPS. I tried unformatted partition, unallocated space (of 40 GB), options: User Free Space, Create Custom Layout, but i always get an error msg about 'not enough space'. Is it possible, that installer is bugged?
View 8 Replies
View Related
Feb 3, 2010
When i first installed ubuntu about 2 weeks i left about 30gb left for windows vista. I have not used vista at all so i decided to delete it and use the whole hard drive for ubuntu. I got the liveCD out and went into the partition editor on that (i had ubuntu,swap,vista in that order) and deleted the swap space and vista and increased the size of the Ubuntu partition to so there was only 4gb left for swap. I then booted up again from the hard drive and i get this message "one or mounts cannot be mounted" or something to that effect and it talks about the swap partition and offers to boot in recovery mode which does work.Once in recovery mode i go in and try and make swap partition with Disk Utility and i do that and it works. I go to restart Ubuntu to test it out and the same problem happens again, cannot mount swap ect. so i go back into Disk Utility and it now says 4gb Unrecognized instead of swap
View 4 Replies
View Related
Jun 19, 2009
I've just installed the new Fedora 11 (just released) through a Live CD having 3 partitions created:
"/boot" - ext3,
"/" - lvm (part 1)
swap - lvm (part 2)
now, I want to add my new Fedora system entry to my "central" lilo.conf, resident on another linux distribution. So, i've done
[Code]...
my lilo fedora entry boots fine but... at the middle of "after boot" loading the system hangs and stops the usual driver detection, etc (normally, it hangs on the CDROM detection or USB 2.0 camera detection).
View 10 Replies
View Related
Jan 2, 2010
Usually I have no problems with linux but with fedora it didnt automatically set up the dual boot with vista. I cant remember how to set up grub to boot vista, how to set this up.
View 1 Replies
View Related
Sep 28, 2010
I have a windows 7 ultimate host machine, installed oracle virtual box on it. Made a iso image to boot fr fedora. All this is fine when the installation is complete, it asks for reboot. Reboot done. Then I went to terminal. Did a SU - root to get into the root. Then I did a firstboot command to enter information. I created a user for myself and at the end rebooted the virtual box.
When it starts up, it does not show my user. It just shows "Automatic Login" and it logs in as Live System User. Even if I try to switch user then it gave me a authentication failure when I enter the credentials of the user which I created. If I try to create users manually using system administration, the user is lost after reboot. I have tried all possible steps...as instructed on the net.
View 1 Replies
View Related
Feb 10, 2011
I am looking for software that would allow me to do an automatic installation on a machine with some predetermined rpm and partitioning.To start I went to the package mkcd, but quite complicated to use, I can not quite understand what to do. In looking further I found Bcd, which from a predefined XML file creates an iso, it looks easier to use but I do not know if I can do exactly what I want.A bootable CD that installs linux automatically with rpm added.
I found other software that can match my search as "KickStart" but made for RedHat and rather poor in tutorial, there is nothing familiar in the field. "Fully Automatic Installation" [URL] which at first might work with Fedora and others.
View 1 Replies
View Related
Jul 15, 2010
For some time now - every time I reboot my computer the swap drive is not mounting. I have to manually mount (Swapon) it via GParted. Using the sudo mount -a does not seem to have an effect.can Anyone tell me what is going onhere is my fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
[code]...
View 4 Replies
View Related
Apr 25, 2011
when i test errors by "sudo mount -a" i got this
mount: mount point swap does not exist
after writing this command "sudo gedit /etc/fstab" ,,,, i got this
UUID=5148630128FE30C4 /media/Collection401 ntfs-3g defaults 0 0
UUID=FE4C11644C1118CB /media/Collection402 ntfs-3g defaults 0 0
UUID=6e73cf26-edcd-42b0-884c-e2686dd70d15 / ext3 defaults 0 1
UUID= swap swap sw 0 0
UUID=7DF3923D63A29C0E /media/Eng ntfs-3g defaults 0 0
UUID=492905577CF6BDDF /media/Software ntfs-3g defaults 0 0
/dev/sr0 swap udf,iso9660 defaults 0 0
View 4 Replies
View Related
Aug 15, 2010
all when installing my linux i dind't create a swap partition.now i'd like to use one.so i've create a swap partition.So how to mount it and let the system use it.
View 2 Replies
View Related
Feb 14, 2010
Ubuntu has been complaining about swap not being ready during boot. The swap partition was showing up un-known in gparted. I booted off CD, reformatted it to swap. Error message gone but system monitor > resources shows my swap size to be 86GB (the exact size of my shared NTFS volume). gparted shows the swap partition as not 'swapped on' I am running Ubuntu 11.04 along side Windows 7 (as well as my factory restore partition) and an NTFS shared partition.My partition structure in order of location on disc.
sda1-2 Windows 7
sda4, extended partition
--sda6 Ubuntu
[code]....
View 9 Replies
View Related
May 31, 2009
On numerous installs I ignored "swap" message but want to create one this time. And can it be done post installation?
View 5 Replies
View Related
Jan 24, 2011
I ve installed Fedora14 i686 Spin edition.my laptop config: core2duo processor,4GBram,500gb hdd.Problem:I ve 4 partitions....XP in C drive 23GB, D:210GB;E:236GB & in remaining space around 30GB, i installed Fedora while installation i didnt aware of SWAP AREA & while installing i got WARNING:LESS SWAP AREA but i ignored it..now no freespace.can i create SWAP AREA now? that to without reinstallation.HOW CAN I GIVE SWAP AREA?
View 1 Replies
View Related
Jan 14, 2009
Im trying to install Fedora 10 on to my HP Pavilion a340a (full product specifications: [url] ), i boot from the cd and it says "Automatic boot in 10 seconds..." etc, i get past that screen and am then at a screen with 2 shades of blue and a white bar moving at the bottem of the screen towards the words "Fedora 10", on the next screen, the log on screen, all the text is jumbled up and distorted, and everything appears frozen, except that i can move the mouse. I am not sure what the problem is but i know its not the cd because after having problems with hp pc i decided to try it on my Acer Extensa 2300 laptop (1.5ghz, 1.2gb ram, 40gb hdd, 32mb intel integrated graphics) and that installed fine, without a problem. This has led me to beleive that Fedora may not be liking the intel graphics on my HP Pavilion, and i dont know why. i really want to use Fedora 10 on my desktop. I should mention that i want to dual boot Windows XP and Fedora 10 on Pavilion, windows is already installed.
View 7 Replies
View Related
Aug 9, 2011
I have a netbook with inbuilt camera attached. i have fedora 14 installed.Is there any software which can login using face detection.I think this is a safer way to login.
View 5 Replies
View Related
Jul 16, 2009
In these days my hard disk is weird.I can see in my pc that the red light (when read/write process to the disk happens) remain on and Linux crash, it seems that the hard disk has problems.Therefore, exits a tool according with your experience that let me see the status of all my hard disk?
View 5 Replies
View Related
Jul 17, 2010
I am running Fedora 10 on my laptop. Recently I installed Empathy to use voice chat on Linux, however, Empathy does not detect the laptops built in microphone! I have checked the audio settings and found that the mic is enabled. I know that the mic is working as it works fine when I am booted onto my Windows partition.
View 9 Replies
View Related
Feb 9, 2010
I downloaded x86-64 hybrid DVD and done everything according to instructions from Installation without CD - openSUSE.After booting from USB HDD, the first page took about 3 minutes to switch menu to the installation media option then afterwards the installation got stuck on Hard drive detection (probably 2 hours before i rebooted into windows 7). Installation scenario is:
Machine: Compaq presario C767TU
HDD: 320 GB with Windows 7 Ultimate on root partition, all other partitions NTFS
Free Space for Linux: 30 GB (Extended partition) currently having Mandriva 2010 with /swap 2GB, / 10GB,
[code]...
View 9 Replies
View Related
Apr 19, 2011
I understand that Fedora 14 using automatic printer detection. When i plug in my Epson DX4450 printer nothing happens and i can find no way to configure the printer. This has never been a problem with any other linux distro. How can I correct this problem? Why does auto printer detection not work?
View 3 Replies
View Related
Jul 27, 2009
I have a brand new thinkpad X301 with 4GB of RAM and thinking of getting fedora 11 on it. The plan is to have it triple boot with vista/seven and hopefully OSx86. I am aware of the 4 primary partitions limit on an MBR disk. I was thinking of having a swap file instead of swap partition and not creating a boot partition as well. If I install the boot loader(GRUB?) on the root partition will I be able to boot it without any problems by using vista's boot loader?
Or Maybe I should install GRUB on the MBR and add all the other operating systems on it? Does anyone have any objections for not creating a swap partition or a boot partition? When comes to desktop environment I've been using KDE in the past, is there any major advantage of using Gnome over it? KDE seems to look really nice on fedora where Gnome is maybe more stable?
View 4 Replies
View Related