Red Hat / Fedora :: Internal Error: No Mount Object For Mounted Volume

Apr 29, 2010

i'm installing a Linux system just simply following guide by fellow friends comunity. Currently, my box are having 2 HDD with 35GB each capacity. Displaying in GNome (36.2 GB Encrypted Data). During installation, I'd selected :

*Remove Linux partitions on selected drives and create default layout
*The "Encrypt system" option

View from terminal :

# /sbin/fdisk -l
Disk /dev/sda: 36.4 GB, 36401315840 bytes
255 heads, 63 sectors/track, 4425 cylinders

[code]....

In Gnome desktop, when I right click and select mount volume, it will display : "Unable to mount location. Internal error: No mount object for mounted volume"

View 9 Replies


ADVERTISEMENT

Ubuntu :: Unable To Mount Internal Drive - Error: Mount Exited With Exit Code 1: Helper Failed

Aug 5, 2010

I have 2 internal drives. One is for the OS and one is for the Data. I tried to get the Data drive to mount automatically at login using some crap I found on a linux blog. Safe to say it didn't work and now I can't mount it with the OS on the OS Drive.

It mounts from a live CD and all the data is perfectly safe. When I try to mount the drive I get this error message: "Error mounting: mount exited with exit code 1: helper failed with: mount: only root can mount /dev/sdb1 on /media/data" What have I done wrong and how can I make it mount again? Preferably this time at login.

View 2 Replies View Related

Fedora Installation :: Error Message - Failed To Mount 524M Volume

Jan 12, 2011

I just having to do a fresh install and get the following message to close after setting up
partitions and on clicking write to disk:

Failed to mount "524M Volume"
Method "Mount" with signature "ssas" on interface
"org.freedesktop.Hal.Device.Volume" doesn't exist.

Only option under message is close button. I'm using Fedora 14 xfce 32bit live CD. The install seems to carry on normally until done but then when I check the partitions I've setup I seem to only have the origonal uneditted default partitions.

View 2 Replies View Related

Software :: Mount Error: Can't Mount An Encrypted Volume With An Overlaying Ext3 FS

Jun 6, 2010

I created a encrypted volume on top of software raid1. These are my steps:

1. Create logical partition on sda

2. Create logical partition on sdb (same size)

3. Change type to partition to 'fd' for both partitions

4. Check that the both partitions are same size and type
fdisk -l /dev/sda && fdisk -l /dev/sdb

5. partprobe

6. Make sure there are no remains from previous RAID installations on /dev/sdb by running:
mdadm --zero-superblock /dev/sda6
mdadm --zero-superblock /dev/sdb6

7. mdadm --create /dev/md4 --level=1 --raid-disks=2 /dev/sda6 /dev/sdb6

8. watch cat /proc/mdstat

9. update mdadm.conf
mdadm --examine --scan | grep mdx >> /etc/mdadm.conf

10. Load twofish module
[root@localhost ~]# modprobe twofish

11. # cryptsetup -y -c twofish-cbc-essiv:sha256 create ftdata /dev/md4
Enter passphrase:
Verify passphrase:

12. mkfs.ext3 -b 4096 -R stride=8 /dev/mapper/ftdata

13. mkdir /ftdata

14. Mount the encrypted volume: mount -O noatime /dev/mapper/ftdata /ftdata

It mounts successfully this first time. When I cd /ftdata, I can see the lost+found dir

Now, I unmount the volume
cd ~

Code:
umount /ftdata
cryptsetup remove ftdata

And now, if I try to setup my encrypted volume like this:

Code:
[root@localhost ~]# cryptsetup create ftdata /dev/md4
Enter passphrase:
mount -O noatime /dev/mapper/ftdata /ftdata
I get this error:
mount: you must specify the filesystem type

[Code].....

View 1 Replies View Related

CentOS 5 :: Mount Error: Can't Mount An Encrypted Volume With An Overlaying Ext3 FS

Jun 6, 2010

I created a encrypted volume on top of software raid1. These are my steps:

1. Create logical partition on sda

2. Create logical partition on sdb (same size)

3. Change type to partition to 'fd' for both partitions

4. Check that the both partitions are same size and type fdisk -l /dev/sda && fdisk -l /dev/sdb

5. partprobe

6. Make sure there are no remains from previous RAID installations on /dev/sdb by running: mdadm --zero-superblock /dev/sda6 mdadm --zero-superblock /dev/sdb6

7. mdadm --create /dev/md4 --level=1 --raid-disks=2 /dev/sda6 /dev/sdb6

8. watch cat /proc/mdstat

9. update mdadm.conf mdadm --examine --scan | grep mdx >> /etc/mdadm.conf

10. Load twofish module [root@localhost ~]# modprobe twofish

11. # cryptsetup -y -c twofish-cbc-essiv:sha256 create ftdata /dev/md4 Enter passphrase: Verify passphrase:

12. mkfs.ext3 -b 4096 -R stride=8 /dev/mapper/ftdata

13. mkdir /ftdata

14. Mount the encrypted volume:
mount -O noatime /dev/mapper/ftdata /ftdata

It mounts successfully this first time. When I cd /ftdata, I can see the lost+found dir

[Code]....

So why is it that I can't mount my encrypted volume after the first time? I am giving the correct password when it asks to.

View 3 Replies View Related

Ubuntu Installation :: Duplicate Drives In "Places" - Error "mount: /dev/sdd1 Already Mounted Or /media/Data Busy Mount: According To Mtab, /dev/sdd1 Is Already Mounted On /media/Data"

Feb 13, 2010

Just moved to Ubuntu from XP. Whole process has gone very smoothly, but left with a small problem (i.e. it isn't actually affecting usability) that I don't seem to be able to fix and can't find on forums/internet. I also have a problem with the Floppy drive, but I've seen that problem elsewhere in the forums.

It's a dual boot system with both NTFS and Ext4 drives. All are visible and fully accessible. I decided to convert one of the NTFS drive to Ext4. That appeared to be successful and was successfully remounted as an Ext4 drive. The drive label is "Data". I did have a bit of a problem getting it remounted so that I could see/use it under my log-in as opposed to just under root. It's at this point I think that I did something to create the problem.

I now have two entries for "Data" in drop down menu for Places. The true one is shown as a standard hard drive icon, but the false one is shown as a different icon - possibly an external drive icon (note that the floppy drive is also showing as the same icon and I can't access that, but I've seen that's a problem elsewhere in the forums).

I can write and read to the true "Data" hard drive. If I click on the other false "Data" icon, I get the message "mount: /dev/sdd1 already mounted or /media/Data busy mount: according to mtab, /dev/sdd1 is already mounted on /media/Data". If unmount the true drive and try to mount the false drive, the system mounts the true drive instead. If I log into nautilus as root, neither the false data drive or the floppy appear in the left hand panel.

View 9 Replies View Related

Ubuntu Multimedia :: Error - Object Reference Not Sent To An Instance Of An Object

Mar 6, 2010

I've been using the PPA version of banshee, and I got this error - just wondering if anyone else has it too! I'm able to play a song, but when the song finishes and the next one starts I get this error: Banshee Encountered a Fatal Error Object reference not sent to an instance of an object Error details:

Code:
An unhandled exception was thrown: Object reference not set to an instance of an object
at Hyena.Gui.Theming.GtkTheme.GetCairoTextMidColor (Gtk.Widget) <0x00017>
at Banshee.NotificationArea.NotificationAreaService.get_TextLightColor () <0x0002f>
at Banshee.NotificationArea.NotificationAreaService.MarkupFormat (string,string[]) <0x00043>
at Banshee.NotificationArea.NotificationAreaService.GetByFrom (string,string,string,string) <0x000d7>

[Code]....

View 4 Replies View Related

Ubuntu :: Can't Load A Drive / Volume - "Unable To Mount Location Error Mounting: Mount: /dev/sda1: Can't Read Superblock"

Dec 25, 2010

I have a problem in my ubuntu 10.01 that it can't load a drive/volume in ubuntu. When I tried, it said: "Unable to mount location Error mounting: mount: /dev/sda1: can't read superblock". And when I boot my pc with 'Windows', it said : "UNMOUNTABLE_BOOT_VOLUME" under a blue screen. What can I do to solve this problem?

View 9 Replies View Related

Debian :: Error : Cannot Mount Volume

Feb 9, 2010

I try tou Mount NTFS partition, and i i have this error massage:

"Cannot mount volume. Invalid Mount option when attempting to mount the volume"

View 8 Replies View Related

Ubuntu :: Can't Mount Any Volume / Fix This Error?

Jun 7, 2010

I keep getting this error message. i don't want to go back to windows but if I can't fix this I'm afraid I will have to so I can listen to my podcasts. Does anyone know how to fix this error?

View 9 Replies View Related

Ubuntu :: Error - Unable To Mount The Volume

Jun 2, 2010

I didn't have Linux until the day Windows crashed on me for the gazillionth time. I was simply playing some music in Windows Media Player as the entire PC froze. No CTRL+ALT+DEL, no alt F4... so I was forced to hard-reset my computer using the ON-button. After that it never launched Windows again simply because it didn't feel like it. Now, we're not here to find out why Windows is a bitch about all this, my real problem lays somewhere else. Seeing as a lot of important files were on my Windows drive I figured I could just install Linux on the other drive and fetch the files from there. The problem is I can't. Every time I attempt to open the disk I get the following error:

Quote:

Cannot mount volume.
Unable to mount the volume.

Hibernated non-system partition, refused to mount. Failed to mount '/dev/sda2': Operation not permitted. The NTFS partition is hibernated. resume and shutdown Windows properly, or mount the volume 'read-only' with the ro-option. Or mount the volume 'read-write' with the remove_hiberfile-option.

Code:

mount -t ntfs-3g /dev/sda2 /media/disk -o remove_hiberfile

I've tried both the ro-option and the remove_hiberfile but in both cases I'm given this error in the console:

Quote:

Mount is denied because NTFS is marked to be in use.

Choice 1: If you have Windows.. click on the 'Safely Remove Hardware' icon in Windows task bar to shutdown Windows cleanly..

Choice 2: If you do not have Windows then you can use the 'force' option...

And thus looping me back to the first command, upon entering I will again receive the first error. Things I have tried:

- said commands or slight variants

- re-installing windows (gets stuck during installation)

- used the Ultimate Boot CD in an attempt to access and copy the files from my Windows Drive onto an external hard drive / my Linux drive

- clicking the Drive icon furiously for a period of time in hope of a different result (which obviously did not work) Seeing as I can't screw open my laptop and take the drive out I'm really hoping there is some way for me to connect to the drive from Linux and extract the files.

- most likely my Windows system files have gone corrupt and I will need a format, but I'm not willing to do that unless I'm a 100% sure there is no way for me to extract the files first. I have an Acer ASPIRE 7720G (laptop) running an Intel Core Duo T7500 and have 2 physical hard drives (each as one large partition) of 500GB, further more it has 4GB DDR2 RAM memory and a fancy graphics card.

View 9 Replies View Related

Fedora :: Setting Internal Media Mount Name

Aug 25, 2009

My hard drive is partitioned in 12 partitions (for various reasons) anyways I am having two issues when I mount my data partition. Firstly I can only write/edit files on the partition when I am under root. Second when it mounts it uses the drive's UUID as the mount name in /media (so it is horribly long!) is there a way I can force it to mount under a different name? I tried right clicking on the drive like I am able to do in Ubuntu and set a "mount point" but Fedora does not have this option.

View 3 Replies View Related

Fedora :: Mount Internal Disk Automatically?

Dec 9, 2009

FC11 had "Authorization" choice in System > Preferences menu that we could change setting of system. but in Fedora 12 I don't have Authorization choice in menus. Now, how I can change setting of system? for example? Mount internal disk automatically!

View 7 Replies View Related

Fedora :: YUM Update Error - Object Has No Attribute

Oct 23, 2009

My os is fedora 11. The error message is :

Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 1830, in _runYumTransaction rpmDisplay=rpmDisplay)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3813, in processTransaction
pkgs = self._downloadPackages(callback)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3837, in _downloadPackages
probs = self.downloadPkgs(dlpkgs)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1372, in downloadPkgs
self.plugins.run('predownload', pkglist=pkglist)
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 177, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/presto.py", line 577, in predownload_hook
(problems, more) = downloadPkgs(conduit, pinfo, download_pkgs)
File "/usr/lib/yum-plugins/presto.py", line 419, in downloadPkgs
cb.start(text="<delta rebuild>", size=rebuild_size)
File "/usr/lib/python2.6/site-packages/urlgrabber/progress.py", line 129, in start self._do_start(now)
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2551, in _do_start
self.updateProgress(name, 0.0, "", "")
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2593, in updateProgress
pkg = self._getPackage(name)
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2534, in _getPackage
sections = name.rsplit('-', 2)
AttributeError: 'NoneType' object has no attribute 'rsplit'

View 5 Replies View Related

Fedora :: Error: Ld.so: Object 'libjvm.so' From LD_PRELOAD Cannot Be Preloaded: Ignored

Jun 26, 2010

I cannot run Opera. I am running a fresh install of Fedora 13 (everything updated). When I try to run Opera, it fails with this error message:

Code:

[ore@spectrum ~]$ opera
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
[ore@spectrum ~]$

View 6 Replies View Related

Ubuntu Installation :: Kernel - Error "PHP Code: Mount: /dev/sdb Already Mounted Or /mnt/os Busy"

Feb 14, 2010

I was careless and deleted the Kernel using synaptic package manager. I was trying to delete the older entries but did not realize that I also selected the current one. Thus, I do not get an option to boot to Karmic at GRUB. It only shows the memtest entry and Windows XP. So I booted using the Ubuntu 9.10 LiveCD and tried the following:

1. sudo su
2. mkdir /mnt/os
3. mount /dev/sdb /mnt/os

At this point, I keep getting the following error: PHP Code: mount: /dev/sdb already mounted or /mnt/os busy I tried rebooting, making a different directory to mount my sdb to but it keeps repeating the same message again and again.

View 9 Replies View Related

Fedora Servers :: Error - Server Encountered Internal Error Or Misconfiguration - Unable To Complete Request

Feb 27, 2009

I use web server apache use php fastcgi (Centos 5.2, apache 2.2.9 , php 5.2.5 and fcgi-2.2.4 ). I receive error : "The server encountered an internal error or misconfiguration and was unable to complete your request. contact the server administrator, no-reply@zz.vn and inform them of the time the error occurred, and anything you might have done that may have caused the error. I view log :

[code]...

View 1 Replies View Related

General :: Cp -ru -> Using The Recursive Copy And Update From Internal Drive To A Mounted Nas

May 4, 2011

I've mounted my NAS drive under the /media/ directory. I've copied a bunch of files from my current /var/www directory, using cp -Rpv (preserve). Now I want to do a cp -Rup /var/www/ /media/magneto/testing.cdw/ Based on the fact that these are two different file systems, i.e. one is a networked NAS connected through Samba, and the other is my computers internal drive. Will I run into problems with the date and time? how can I check before I run the copy?

View 4 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

OpenSUSE Network :: 'Volume Could Not Be Mounted' - SMB

Mar 25, 2010

I shared a few directories using samba which can be detected with XP or OSX over the network. However, when I try mount those folders this error occurs (OSX): 'Volume X could not be mounted'.I checked that smb as wells as xinetd is running and that the firewall ports are open (also tried deactivating the firewall with no success).

View 8 Replies View Related

Ubuntu :: 10.10 - RAID Volume Not Mounted

May 8, 2011

I have v 10.10 running the following (and I still have no idea how I got this all working). Myth, Squeeze server, X10 control system for the house, Virtualbox (where I run some windows stuff) and a general file and print service. It has 5 disk drives attached

1 - system disk
5- external usb to back up data to
2,3,4 - 2 tb drives in a raid config

I just restarted the server and the raid volume has not mounted. I looked in the webmin interface and the device is there but it doesn't seem to have the partitions attached. Again in webmin, the partitions seem to be on each of the drives. I used crash-plan to back up the data and music, but not the video, so I would prefer not to have to rebuild the lot if I don't have to. I really don't want to re build the lot out of my lack of experience with Linux. Is there an easy (ish) way of putting the raid back together to see if it's just dropped its config and the data is in tact (or can be rebuild from two of the three drives).

View 4 Replies View Related

CentOS 5 :: ISCSI Mounted XFS Volume

Nov 15, 2010

I have an iSCSI device that is large, ~17TB usable, and I've created an XFS file system at the device level. I mount the device no problem and am able to touch and remove files without issue. I start my application and within about 5-10 minutes I start seeing the following entries appear in /var/log/messages

[Code]...

View 2 Replies View Related

General :: Fedora 14 Install - Failed To Mount 524M Volume

Nov 19, 2010

I installed Fedora 14 from a Live CD and while manually partitioning the HD I got this message as the formatting started:

Failed to mount "524M Volume"
The enclosing drive for the volume is locked.

Fedora was install and everything seems to be working so far. I Couldn't find any info about this error online.

View 5 Replies View Related

Ubuntu :: Keeping Mounted Volume After Reboot?

Nov 25, 2010

I am trying to create a link to my windows xp workgroup where all my data is stored (I was surprised that linux could even see it!) I mounted a volume on the desktop apparently... that worked fine until I rebooted and it had disappeared. it was fairly annoying that I had to go back into the network and re-mount the volume. How can I get it to stay put, even after rebooting?

View 6 Replies View Related

CentOS 5 :: Reducing A Logical Volume Mounted As /?

Jan 15, 2010

I'm wondering if there is a way to shrink an ext3 LV mount as / .I tried to with resize2fs ... but seems that isn't possible if the partition is mounted.

View 8 Replies View Related

Fedora Installation :: Unable To Mount 250GB LVM2 Physical Volume

Mar 17, 2011

I just installed linux fedora 14 on my hp probook 4320s with installation CD with this name: Fedora-14-x86_64-Live-Desktop. Then I installed it on the hard disk. During installation I chose to encrypt hard disk. When I try to access my hard disk it says "unable to mount 250GB LVM2 Physical Volume, Not a mountable file system". What can I do to get access to my hard disk?

View 4 Replies View Related

Debian :: No Write Access To Mounted Volume (over Samba)

Aug 10, 2011

I have recently installed Debian on my NAS server. I have also configured Samba for sharing the home directory of a nas user i.e. /home/nas To this directory I have read/write from a windows machine using the nas user credentials.

When I mount my RAID partition /dev/md0p1 to the /home/nas directory, I then realize that all content in this directory (files and subfolders) is only owned by the root user. When trying to access from the windows machine the /home/nas directory, I do not have any write access, only read. I have tried both the nas and the root user credentials.

I have also attempted the change the ownership of the mounted RAID partition to the nas user with the -R recursive option, but I get for the internal files/subfolders an error "operation not supported".

How can I overcome this problem?

- Is there something not done properly in the /dev/md0 array definition (i.e. ARRAY /dev/md0 level=raid1 num-devices=2 UUID=bddf8b69:c97967b5:cb104784:7fef7cc3 )?

- Is there something not done properly in the /dev/md0p1 mounting (i.e. mount /dev/md0p1 /home/nas)?

- Should I do any extra configuration before the mounting etc?

View 2 Replies View Related

OpenSUSE Install :: NTFS Volume Sometimes Not Mounted At Boot?

Sep 3, 2011

I have a few NTFS volumes in my machine. The fstab looks like this:

Code:
/dev/disk/by-id/scsi-SATA_SAMSUNG_HD322GJS2BJJ9EB609339-part3 swap swap defaults 0 0
/dev/disk/by-id/scsi-SATA_SAMSUNG_HD322GJS2BJJ9EB609339-part4 / ext4 acl,user_xattr 1 1

[Code].....

View 4 Replies View Related

Ubuntu Networking :: Cannot Change Permission On Mounted SMB Volume

Apr 27, 2010

I am trying to mount Samba share with following command

Code:

mount.cifs //192.168.0.3/shmelevsky /mnt/tmp/ -o user=shmelevsky,uid=1000,gid=1000

it works fine, I could create/edit files and folders, bu I could not change permission for them:

Code:

root@darkstar:/mnt# chmod 700 tmp/www/
chmod: changing permissions of `tmp/www/': Permission denied
root@darkstar:/mnt#

View 6 Replies View Related

General :: Mount External USB Drive In Debian To A Mount Point Based On The Volume Name

May 5, 2011

How do I configure my Debian installation to mount external USB drives to mount points based on the volume names of the drives? For instance, if I have a thumb drive with the volume name of "SWORDFISH," how do I have Linux mount it at /media/SWORDFISH? I'm aware that this can be setup in FSTAB, but that requires that I know the UUID of the device beforehand and that I take the time to set each external device up in FSTAB first. That does nothing for me when I have a thumb drive that has never been plugged into my computer before.

This seems to be setup by default in Ubuntu/Kubuntu, but is not working for me with a fresh installation of Debian Squeeze and KDE4. I've spent the past 2 hours Googling for a solution and have turned up nothing. UPDATE: My results are inconsistent. Sometimes Debian mounts devices to mount points based on the volume names, and other times it gives them generic mount points (e.g. /media/usb1).

View 2 Replies View Related







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