Ubuntu Installation :: Trying To Install - Volumes Won't Mount?

Apr 21, 2011

I got a new computer today, a Compaq Presario CQ56, with Windows 7 preinstalled, and I want to dualboot with Ubuntu, but I'm having some problems. I'll explain what I've done so far, in case I did something wrong.

When I popped in my 10.10 Live CD, I was surprised to see there was not "install alongside existing operating system", which I thought I remembered from the last time I installed Ubuntu, but I chose manual partitioning and continued. I'd never done this before, so I quickly learned I had to first create a (couple) partition(s).

After freeing up a large amount of space and rebooting twice as recommended, I booted off the Live CD and opened GParted, intending to create a Ubuntu system partition, one for swap, and one for my home folder. When I right-clicked on my unallocated space, I got the error message "It is not possible to create more than 4 primary partitions". After a little googling, I found I had to eliminate one of my primary partitions and create a new extended partition, which I could then partition further. Noticing I had a partition that didn't seem important, HP_TOOLS, I googled and found this.

When I inserted my flash drive, it didn't automount. When I tried to mount by right-clicking and clicking "Mount", nothing happened. I also cannot mount the HP_TOOLS partition, nor any other. They don't mount when I click on them in the Places menu, and they don't mount when I right-click and choose Mount.

My main question is "Help! How do I install Ubuntu?", but I think if I can create these partitions, which requires mounting the drives (I think), I can figure the rest out.

A screenshot of my GParted window is attached, if that helps. (I couldn't see how to insert it without a URL)

View 9 Replies


ADVERTISEMENT

OpenSUSE Install :: Pass Through Login Details To Mount Encrypted Volumes

Jul 17, 2010

I'm looking for a way of mounting an encrypted volume - home folder or a separate mount point, using only the standard login authentication (ie KDM or ssh). I thought the pam_mount module provided this, but I still get prompted for a password on the console at boot time. This is inconvenient as both my main desktops are headless HTPCs. I want the login credentials to be passed through, at log in time. I'm guessing this is possible, but to be honest, encryption is one thing in Linux that still completely confuses me.

View 1 Replies View Related

Fedora Installation :: Editing Fstab File To Mount Ntfs Volumes Rw For User Account?

Mar 29, 2009

I have two NTFS volumes I want to automount at boot. I can't get my user account to mount them in Fedora 10. I keep getting the message that the two lines I have edited in fstab are bad. The volumes are sda2 and sda8, and the volume names are SPACELAB and Spaceman. I also need to be able to mount an NTFS usb drive from time to time. I am getting frustrated, so I have posted my fstab file below,

#
# /etc/fstab
# Created by anaconda on Sun Mar 1 12:44:11 2009
#

[code]....

View 13 Replies View Related

Ubuntu :: How To Auto-mount Volumes/Partitions

Feb 21, 2010

I have 9.10 and notice that when I look in Places none of my volumes/partitions are mounted - if I click on them I have to enter my user password to authenticate to gain access. My problem is that (with some help) I have set up rsync so it runs when I shut down my PC and backs up my Home folder from a partition on sda to a partition on sdb - this is great but sometimes it works and sometimes it doesn't.

I have done some tests and discovered that if I use my PC and never manually mount my backup sdb partition the rsync does not work (I also have GAdmin-rysnc so I can run manually backup but this also will not run if I do no mount the sdb volume). However, if I do mount the sdb backup partition and close down/restart then the backup works. What I need is my sdb backup partition to be automatically mounted every time I switch on - can this be done? I'm sure I had this working in 9.04 (auto mounting) but 9.10 seems not to like it.

View 4 Replies View Related

Ubuntu :: Disable Boot Xp Mount Volumes?

Mar 13, 2011

ubuntu on boot mount all my NTFS volume , and i'm a bit worried about this , outside my floppy

by the way this is not the point

i would love to know if there is a gui that help me to edit the startup/boot actions

i mean what should perform ubuntu in the boot startup

i'm looking for a gui (i prefer a gui then the console because i don't know how use it ) that help me to manage it

1) i would like to disable -> mount my ntfs volumes

2) in the future i would like to enable it again , i mean mount my ntfs volumes

now i would like to disable

is there a gui (program) that let me to edit the startup?

View 5 Replies View Related

Ubuntu :: Refuses To Mount Volumes For No Reason?

May 18, 2011

this is all wrong:

# cd /root
# mkdir ./mnt
# mount /dev/sda7 ./mnt
mount: /dev/sda7 is already mounted or mnt is in use

[Code].....

View 3 Replies View Related

Ubuntu :: Unable To Mount Volumes After Applying Updates

Jun 28, 2011

After applying Ubuntu updates i am now unable to mount volumes it tells me that i am denied.I have checked my user permissions and i am allowed to mount. I have also downgraded MountAll to no avail.

View 6 Replies View Related

Slackware :: Cannot Access Anything / Won't Mount Any Of Logical Volumes

Nov 15, 2010

I upgraded aaa_elflibs as per Eric's advice here:URL..Now I can't access anything.it boots into tty1 and won't mount any of my logical volumes.

View 14 Replies View Related

SUSE / Novell :: NSS Volumes Fail To Mount?

Sep 25, 2009

I have a media server running OES2 on SLES 10.x after the network admin applied a patch to the system the machine will no longer mount the NSS volumes. I am relatively experienced with using linux, but I primarily use red hat and fedora so all these NOvell tools are a bit foriegn to me. I need to get the data off the volumes and restore the drives (ext3) asap. I dont want to screw around with eDirectory or OES2 unless I have to.

View 1 Replies View Related

CentOS 5 :: Inherited Logical Volumes Mount Only With --partial?

Sep 11, 2011

I inherited a 3ware 9550SX running a version of gentoo with a2.6.28.something kernel. I started over with CentOS 5.6 x86_64.tw_cli informs me that the 9-disk RAID 5 is healthy.The previous admin used lvm (?) to carve up the RAID into a zilliontiny pieces and one big piece. My main interest is the big piece.Some of the small pieces refused to mount until I installed theCentOS plus kernel (they are reiserfs).The remainder seem to be ext3; however, they are not mounted at boot("refusing activation"). lvs tells me they are not active. If I try tomake one active, for example:root> lvchange -ay vg01/usrI get:Refusing activation of partial LV usr. Use --partial to override.If I use --partial, I get:Partial mode. Incomplete logical volumes will be processed.and then I can then mount the partition, but not everything seems tobe there.

Some of the directory entries look like this:?--------- ? ? ? ? ? logfilesIs it possible that the versions of the kernel and lvm that wereon the gentoo system are causing grief for an older kernel (andpossibly older lvm) on CentOS 5.6 and that I might have greaterfortunes with CentOS 6.x ?Or am I missing something fundamental? This is my first experiencewith lvm, so it's more than a little probable.

View 2 Replies View Related

Ubuntu Security :: Lost User Privileges To Mount Volumes From Naultilus?

Sep 13, 2010

I'm running 10.04 running daily updates. A couple days back, I saw an update related to mounting volumes. Not sure if this is what broke my system, but might be. When attempting to mount a partition from nautilus, I get a message saying I do not have authorization. It does not even ask for my password, just fails. I tried running updates and this asks for my password and accepts it fine. I opened disk utility from the menus and tried to mount the volume from there but also got the same permission denied, not authorized without even being asked for my password.

I then ran gksu palimpsest. I was asked for my password and was able to mount and unmount partitions from there. However, when mounted, my applications and nautilus cannot access the data in the partitions mounted using gksu palimpsest. In nautilus, I can navigate to /media/Data (the partition in question) but I get "THE FOLDER CONTENTS CANNOT BE DISPLAYED You do not have the permissions necessary to view the contents of "Data"." When I open nautilus via gksu in the terminal, I do have full access to the partitions.

How do I get my privileges back for my user account. I am the only user on the computer, and I have never set up a root account since my upgrade to 10.04 months ago. I tried of course the Administration->Users and Groups menu, but I am not permitted to change the account type or open advanced settings. I click the button, but nothing happens, not even a password request. Running gksu admin-settings on the terminal allows me access. My current settings are attached.

View 8 Replies View Related

Fedora Installation :: New Install Selections To Preserve User Data In Logical Volumes?

Apr 1, 2009

I have Fedora Core 8 installed. I would like to reinstall it so as to get back commands that have been lost. To preserve my user data that has been stored in logical volumes, what selections should I make in the installation process? Are these selections essentially the same for Fedora Core 10?

View 5 Replies View Related

Fedora :: Mount Hard Drive Volumes In Root Account?

Aug 10, 2009

how to mount the internal hard drive volume in root account.

View 2 Replies View Related

CentOS 5 Server :: ISCSI Volumes No Longer Mount After Reboot?

Sep 22, 2011

We have a Centos 5.6 server mounting two iSCSI volumes from an HP P2000 storage array. Multipathd is also running, and this has been working well for the few months we have been using it. The two volumes presented to the server were created in LVM, and worked without problem.We had a requirement to reboot the server, and now the iSCSI volumes will no longer mount. From what I can tell, the iSCSI connection is working ok, as I can see the correct sessions, and if I run 'fdisk -l' I can see the iSCSI block devices, but the O/S isn't seeing the filesystems. Any LVM command does not show the volumes at all, and 'vgchange -a y' only lists the local boot volume, not the iSCSI volumes. My concern is that, the output of 'fdisk -l' says 'Disk /dev/xxx doesn't contain a valid partition table' for all the iSCSI devices. Research shows that performing the vgchange -a y command should automatically mount any VG's that aren't showing, but it doesn't work.

There's a lot of data on these iSCSI volumes, and I'm no LVM expert. I've read that some have had problems where LVM starts before iSCSI and things get a bit messed up, but I don't know if this is the case here (I can't tell), but if there's a way of switching this round that might help, I'm prepared to give it a go.There was absolutely no indication there were any problems with these volumes, so corruption is highly unlikely.

View 3 Replies View Related

OpenSUSE Install :: 11.1 Resize Logical Volumes Using Yast

Jan 20, 2009

i cannot resize mounted lvm volumes with reiserfs by using yast like in a previous version 10.x !?

View 6 Replies View Related

Ubuntu Installation :: Installing On A Dual-boot With Lots Of DOS Volumes?

Feb 9, 2010

I have a DOS/Linux dual-boot system. After recently replacing the original motherboard (an Elitegroup P6VEM3, of all things!) with a salvaged Dell D300 motherboard, I'm preparing to replace the Red Hat 8 currently installed with a Ubuntu live CD that I've had for some time (but that wouldn't work at all on the old motherboard, for some reason) I have a question about the "partitioner" stage of the installer: I don't know what to do with my 5 DOS volumes. My hard drive is partitioned as follows (from the partitioner's report when I select manual mode; annotations in parentheses):

/dev/sda
/dev/sda1 fat16 57MB 33MB (C:, "DOS")
/dev/sda5 fat16 106MB 33MB (D:, "STUFF")
/dev/sda6 fat16 633MB 121MB (E:, "APPLICATION")

[code]....

View 6 Replies View Related

Ubuntu Installation :: Inotify_add_watch Failed \ Volumes Are Mounted And Appear To Be Usable?

Jun 3, 2010

On boot - I get the message udevd inotify_add_watch failed no such file or directory for my LVM physical volumes... volumes are mounted and appear to be usable

View 6 Replies View Related

Ubuntu Installation :: Installing 10.10 Server 64bit Asking For ISCSI Volumes?

Feb 1, 2011

I'm trying to make a fresh install of Ubuntu 10.10 Server 64bit but is stuck with the Partitioning Disk part and Ubuntu 10.04 LTS provides the same error. The installation wizard gives me a menu:

!! Partitioning disks
This menu allows you to configure iSCSI volumes
iSCSI configuration actions

[code].....

View 1 Replies View Related

OpenSUSE Install :: Expanding Root And Home Logical Volumes

Jul 9, 2011

So today I needed to switch from openSolaris to a viable OS on my workstation and decided to install openSUSE after having good experiences with it on my personal laptop. I ran into some problems partitioning one of the two hard disks installed on the system. I was limited on the amount of time I could spend at the office doing the install so I decided to use LVM on the one hard disk that seemed to work okay.

I picked LVM because although I don't know much at all about LVM, I at least know enough that it would allow me to expand the root and home partitions once I get the 2nd hard drive working correctly. So now that I've gotten the 2nd disk working okay, I've created two physical volumes on the 2nd drive, one to expand the root partition and one to expand the home partition. So, my question is, can I expand the root an home partitions while they are mounted or should I boot into a live CD environment before I expand the partitions? If I could expand them without booting into a different environment, that would be so great as I don't want to have to drive out to the office again before Monday. BTW, I am a new openSUSE user and an ex Ubuntu user. I loved the Ubuntu forums but had to switch because I do not agree with the direction that Ubuntu is taking.

View 2 Replies View Related

OpenSUSE Install :: Can't Longer Access LUKS Encrypted Volumes?

Aug 26, 2011

I've had everything but /boot on LVM LUKS encryption since I installed 11.4 on my netbook. Suddenly it won't accept my password and boot. Nothing had been updated since the last successful boot. The only possibly different thing that occurred was that I had plugged in my Android phone to charge before it booted up. Anyway, the specific error it gives when I enter the password (and I'm absolutely sure it's the correct password):

Code:
No key available with this passphrase.
Here is everything else on the screen:
Code:
doing fast boot
Creating device nodes with udev
[number (not sure if relevant/unique)] fb:conflicting fb hw usage inteldrmfb vs VESA VGA - removing gen
Volume group "system" not found

[Code]...

View 9 Replies View Related

CentOS 5 Hardware :: DELL PE 2850 RAID 1 & 5 Volumes Not Visible On 5.3 Install

Nov 6, 2009

I am trying to install Centos 5.3 x64_64 on old DELL server

PE 2850 with RAID 1 & 5 voluomes ON PERC 4/DC DUAL CHANNEL RAID CARD

Install can not see Raid Volumes

The server can still boot with the old OS RH EL 2x and RAID and Raid volumes are fine

View 6 Replies View Related

Ubuntu Installation :: Number Of Partitions / Logical Volumes Can Create Using Partman-auto Recipes?

Mar 2, 2011

Is there a limit to the number of partitions/logical volumes you can create using the partman-auto recipes? If not, any thoughts on why my preseed using the values included below results in only a /boot partition and logical volumes root, swap, and user? Is there another way to achieve putting /, /tmp, /var, /usr, /usr_local /opt, etc on their own logical volumes with preseeding?

View 1 Replies View Related

Fedora Installation :: 15 - LUKS Encrypted Logical Volumes Not Mounting On Boot

May 26, 2011

I have a setup that looks like this

[Code]....

and I'm dumped into recovery mode. However, if I remove these mounts from /etc/fstab via comments, I can wait for the system to boot (which it does very quickly) then mount the mapper devices myself. So what is going on? Has something changed wrt logical volumes, or is this just systemd? I can live with manual mounting, but any advice on resolving the automatic mounting situation would be great.

[Code]....

View 2 Replies View Related

Ubuntu Installation :: Could Not Mount Cd-rom Drive 11.04 Alternate Install?

May 16, 2011

I cannot install ubuntu on the machine below. It cannot mount the cd-rom drive for some odd reason (SATA drive).

How can i install ubuntu onto this machine?

View 1 Replies View Related

Debian Installation :: USB Install Can't Mount CD Rom?

Jan 16, 2010

Used unetbootin to create bootable usb w/ debian-503-i386-netinst.iso image. It boots into the installer fine, but fails at the "Detect and mount CD-ROM" step. There is no CD-Rom in this box. What is the point of a USB install if it can't complete without finding a CD-Rom?

View 11 Replies View Related

Ubuntu Installation :: Cannot Mount /dev/loop0 Clean Install 11.04 I386

Apr 29, 2011

Trying to install a newly downloaded DVD image of 11.04 this morning on my T410 LT (4 core/4GB). The image MD5'd okay, burnt it, stuck it in the drive, rebooted, asked me about install lang = english, select install ubuntu, get subject error and it falls into initramfs prompt.So, I put my 10.04 install CD in and guess what, it works!

I will repeat what I have already posted in the another forum, and I understand install is a difficult part of the system, but there is always some glitch or another just trying to start install with ubuntu. Once it runs, if it run, I normally see few other problems after that.

View 2 Replies View Related

Debian Installation :: Mount HFS During Squeeze Install?

Jun 11, 2011

I am trying to load Debian Squeeze from a net install CD on an old Wallstreet laptop. I am using BootX in OS 9.2. The problem I have is after the install gets to the bootloader section I tell it to continue without a bootloader, then open a shell so I can mount the Mac hard drive and copy the kernel and image file to the correct places. However, the Mac drive does not show up using df. I tried mounting to /dev/hda8 ( I know this is where the Mac HD is supposed to be) but get device not found error. I recall in previous version (etch) installing from full CD I had the option to install hfsutil, but I did not get that option with this netinstall CD. I changed the debconf priority to low hoping I would get more options of software to install but to no avail. Any ideas on how to get the kernel and image file to the Mac hard drive?

View 3 Replies View Related

Fedora Installation :: Install Fails Due To Not Being Able To Mount

Dec 27, 2010

I am saddened that I can't install any Linux distro with ease on my HP m8530f computer which runs on a m2n78-la motherboard. It has a Phenom CPU, 6 SATA ports and probably a fakeRaid (at least that's what I guess is causing problem). The Fedora 14 Desktop install goes all the way to the end and then I get a fail message due to not being able to mount /dev/mapper/xxxxx.

P.S. the motherboard only has SATA mode or disabled for HardDrive mode and no any other options. Seems like this is an HP custom made motherboard from Asus hence the limited options in Bios setup.

View 3 Replies View Related

Ubuntu Installation :: Install Lucid Lynx: Unable To Mount USBFS

May 9, 2010

I installed Lucid Lynx this morning but received this error message after the restart. "An error occurred while mounting usbfs. Press S to skip mounting or M for manual reboot"

View 2 Replies View Related

Ubuntu :: Fresh 9.10 Install Reboot Error No Device - Mount Partition Mount: Can't Fin?

Jun 24, 2010

what now trying to mount partition get this error this is the partition ubuntu 9.10 is installed on and upon reboot error no device with a long string. mount: can't find /dev/sda6/mnt in /etc/fstab or /etc/mtab

so now that I believe I've successfully mounted the partition how do I direct the bootloader to this partition /dev/sda6 on /media/11076e45-e27d-470b-bb6d-6894f7809a0c type ext4 (rw,nosuid,nodev,uhelper=devkit)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved