Ubuntu :: Computer Won't Mount Drives On Startup After An Unexpeted Poweroff?
Jan 14, 2010
Last night there was a rather large thunderstorm, and my computer was on at the time. The power went out while my computer was on, and now it won't boot up. After the GRUB screen, a white message at the bottom of the normal loading screen says somthing along the lines of "a partition listed in /etc/fstab cannot be mounted /dev/disk/by-uuid/6835blahblahblah". I chose recovery mode from the grub menu, which gave me a similar message.
Quote:
One or more mounts listed in /etc/fstab cannot yet be mounted: (ESC for recovery shell) /home waiting for /dev/disk/by-uuid/8bl I've googled around a fair bit, but people who got the same message were mainly those upgrading to Karmic, so a different problem. I think my problem was the fact that my computer was turned off possibly while writing and definitely without being unmounted.
So far I have tried changing /etc/fstab to refer to /etc/sda5 instead of UUID=68blahblah, but that came up with the same error. I have looked inside the /dev/disk/by-uuid and the disk that is trying to be mounted is there (so it's not a problem with that).
View 2 Replies
ADVERTISEMENT
Jun 6, 2010
i would like to have all my ntfs drives mount @ start up here is the command im currently useing sudo mount -t ntfs-3g /dev/sdc1 /media/D -o forcei have made the folders D E F etc now i know that the command for starting restarting and stoping samba changed in 10.04 so did something change with mounting ntfs drives
View 1 Replies
View Related
Jun 17, 2010
how would i mount mapped linux (ntfs drives) when ubuntu starts
View 2 Replies
View Related
Dec 28, 2010
I've been trying to unsuccessfully auto-mount my drives when starting up. I've made a script that sets me to the root using "sudo -s" and then mounts the drives. The commands to mount the drives work properly when entered into the command line, but when I try running them from an executable, they don't work. What might I be missing?
View 2 Replies
View Related
Mar 14, 2010
I want all my external drives mounted when I start OS.I don't want to do it for a specific external drive. I want my external drives mounted by default.o you have an idea? Does linux have such a configuration I can change?
View 8 Replies
View Related
Jun 18, 2010
How can i mount all the drives at the startup in any linux distros ?
View 1 Replies
View Related
Mar 13, 2011
i am using fedora 14. Each time i login i have to manually mount my windows drives. Is there any script or system setting which will help me to auto mount my windows drive on startup.
View 3 Replies
View Related
Jul 27, 2010
I just installed Ubuntu 10.04 LTS x64 on my computer. This also the first time I'm working with a linux distribution, so I'm sorry if I don't understand everything.Yesterday Ubuntu was running perfectly. Today I tried to install nvidia driver, and after that I started rythmbox. That was the moment I noticed my computer wouldn't mount NTFS drives anymore. What is weird cause yesterday it did mount them, and I didn't change anything (atleast I think I don't). The exact error Message is:Unable to mount location
So I searched the internet and they said to other people they should check System>Administration>Users and groups.So I did check it and it said account type: custom, when I clicked on the button change, which was next to it, It didn't do a thing.
View 9 Replies
View Related
Jun 21, 2010
I recently had issues with the latest version of the Linux Kernels and I got that fixed but ever since that has happened none of my Drives will mount and they aren't even recognized.
View 1 Replies
View Related
Mar 18, 2011
I am struggling with getting an sshfs mount mounted on system boot. I have a script that mounts the sshfs for "userA". When userA runs the script all is well - user A can access the remote filesystem, root user can't see it as expected. The basic command is: sshfs userA@remote host:/home/userA /home/userA/mountdir -p 21212 -o password_stdin < passwordfile. I can prepend the sshfs command in the script with su - userA -c and when I run this script logged in as root all is well, userA has access and all is well. If I then put this script in /etc/init.d and reference it properly in the rc. directories the mount doesn't happen. If I prepend the sshfs command with sudo, same thing. Logged in as root I can run the script and UserA has access. Run the script in /etc/init.d during startup and the mount doesn't happen. Echoing text to a log file shows that the script is being executed but no mount happens.
View 4 Replies
View Related
Sep 5, 2010
I have recently set up an ubuntu installation on an old PC. After some fiddling with both it, and the windows 7 machine, I have managed to share all of my drives. However, when attempting to access them from ubuntu, only 2 of the 4 hard disk shares will mount, with the other 2 failing with a Unable to mount location, failed to mount windows share error message.
View 2 Replies
View Related
Apr 30, 2010
My computer has three drives: one with windows7,one as a storage drive, and an ide drive. I have ubuntu 10.04 installed on a seperate partition on the storage drive (+swap partition).I have "/etc/fstab" automatically monut these drives on startup:
Code:
/dev/sdc1 /media/win7 ntfs-3g quiet,defaults,rw 0 0
/dev/sdb1 /media/storage ntfs-3g quiet,defaults,rw 0 0
[code].....
View 4 Replies
View Related
Jul 31, 2011
My computer's motherboard died a few days ago and I'm buying a new machine today. Since I've already got 2 hard drives with Ubuntu on them and all my files, I'd like to just place them into the new machine and fire it up. My question: what will happen if you just "transplanted" the drives into a new computer and turned it on? Will I need to edit fstab or something?
View 9 Replies
View Related
May 12, 2011
I was wondering if it was possible to put something like a linux image on to a hard drive to install the OS on first boot. The reason I want to do this is because of the following reasons. First, I broke the IDE port on the mobo so I can't use the internal DVD drives on the computer.
Second, I don't have an extra SATA DVD drive lying around. Third, for some reason, this computer will boot from a USB DVD drive but once it starts loading the kernel, it just stops calling the drive and the computer freezes. I tested the disc and the drive with another computer and it works fine.And forth, the computer refuses to boot from a USB flash drive with linux on it. So as you can see, I'm in a bit of a pickle here. I would love to be able to hook the hard drive up to another computer and put the required files on the it for it to boot up to an installation.
View 5 Replies
View Related
Jan 6, 2011
i m running suse 11.2 on a generic desktop machine with two external usb hard disks for data storage. when i restart, the names of the names of the usb disks get changed in /media from exampledisk to exampledisk-1, another boot up and i get exampledisk-2. the data is no longer in exampledisk, but in exampledisk-1 or exampledisk-2.
View 9 Replies
View Related
Oct 15, 2010
I have serious issues with sharing the HDD drives physically on Linux machine 10.10 in my living room, with the windows 7 computer in my room, connected with wifi.
/etc/samba/smb.conf
Quote:
[MP3]
path = /media/MP3
writeable = yes
browseable = yes
[Code].....
View 1 Replies
View Related
Jan 21, 2010
i used to mount my drives in ubuntu..How to mount all the drives permanently?
View 2 Replies
View Related
Feb 1, 2010
ubuntu 9.10 when I try to mount internal drivereceive the following massage Error mounting: mount exited with exit code 1: helper failed with:Remounting is not supported at present. You have to umount volume and then mount it once again
View 9 Replies
View Related
Feb 15, 2010
I tried setting up my own partition table which apparently didn't go well.I have 1 compactflash-disk for linux and 2 hard drives for data which are set up for RAID1. But the RAID-drives doesn't get mounted.This is my first RAID-setup
Code:
me@server:~$ df -h
Filesystem Size Used Avail Use% Mounted on
[code]...
View 4 Replies
View Related
May 3, 2010
I like the 20 second boot from press of power button with my new install, BUT I can't mount drives with xfce's thunar. I can mount them with thunar but this way they still do not show up under places or on my desktop. How do I figure out how to mount them properly?
View 9 Replies
View Related
Jun 16, 2010
How can I auto mount all my drive at start up, I want them to be auto mounted.
View 4 Replies
View Related
Aug 8, 2010
I am having problem mounting my 2nd hdd and external hdd, it keeps giving error msg saying only root can do it.
rudy@rudy-desktop:~$ sudo fdisk -l
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[Code].....
I am having problem with sdb1 (SFS file system ?) and sdc1 (external hdd)
View 1 Replies
View Related
Aug 30, 2010
Quote:
The other one mounts fine. They are all separate physical drives. Another oddity is in that it lists those two drives which are SATA as PATA, but I imagine that is something to do with my BIOS settings being on compatibility settings.
View 1 Replies
View Related
Apr 12, 2011
I have recently installed Ubuntu 10.10 on my machine as dual boot using WUBI but on a seperate partition to Windows. Loving it so far, but i cannot get any external drives to mount - i've tried pen drives, camera memory cards and hard drives but nothing comes up.
I have just tried restarting with a pen drive plugged in, and it finally showed something in the computer folder - "memory stick drive" is shown (and my internal CD drive, which i'm not sure was there before.), but i still can't access it and when I try to unmount it gives me the message
Error detaching: helper exited with exit code 1: Detaching device /dev/sdc
USB device: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-1)
SYNCHRONIZE CACHE: FAILED: No such file or directory
(Continuing despite SYNCHRONIZE CACHE failure.)
STOP UNIT: FAILED: No such file or directory
[Code]...
View 3 Replies
View Related
Dec 10, 2010
I have an Acer Aspire 3500 laptop that I'm running 10.04 on, pretty much everything works OK, and I don't appear to have any hardware problems (I've checked using Gnome Device Manager). When I plug in a USB flash or hard drive, I don't get any drives/devices to mount, although in Gnome Device Manager the USB device appears as a USB Mass Storage Device.
Running tail -f /var/log/messages produces this:
Dec 10 19:44:31 darren-laptop kernel: [ 5800.632058] usb 1-3: new high speed USB device using ehci_hcd and address 4
Dec 10 19:44:31 darren-laptop kernel: [ 5800.765161] usb 1-3: configuration #1 chosen from 1 choice
View 4 Replies
View Related
May 1, 2010
I have a load of partitioned hard drives and even though the are refrenced in fstab I still get Bookmark Icons and they are also visable in 'Computer'How do you remove these icon?I would also like the ones not refrenced in fstab to only be mountable via password - lucid seems to just mount when you click, I did change this as in another post but it also made USB keys need a password
Code:
gksu gedit /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
change the ResultActive=yes to
ResultActive=auth_admin_keep
View 3 Replies
View Related
Apr 30, 2010
After a bit of a rough install, I got 10.04 up and running on an Intel D845GRG motherboard. All seems to be working fine except for USB flash drives. My USB mouse and keyboard work fine, but the two sticks I have (Kingston and PQI) will not mount.
View 4 Replies
View Related
May 17, 2010
Ubuntu 9.10 64 bit
Can't mount external usb drives. There are no errors, they just don't show up anywhere.
Also Trash icon has disappeared from bottom panel, is inaccessible from Nautilus - "Sorry, could not display all the contents of "trash": Operation not supported" - and Desktop icons default to 'Keep Aligned' every time I restart.
etc/fstab with a flash drive and an external HDD plugged in code...
View 2 Replies
View Related
Oct 30, 2010
I'm using 4 hard drives (1 of which is a sata drive) and i need help installing raid drivers i cant get these hard drives to mount at all
View 3 Replies
View Related
Jan 2, 2011
I've got a 10.04 server install, on which I installed a basic gnome desktop. But I've never been able to automount usb drives or DVD/CDs!?but seem for desktop. May relate to not having standard gnome install? I don't have users-admin to try that, and don't see install package.
View 6 Replies
View Related