OpenSUSE Install :: External HD Won't Mount Itself During Boot?
Dec 3, 2009
A while back when 11.0 was recent i upgraded my computer to an hp pavilion desktop which only had SATA which wasn't compatible with my 500gb IDE hard disk. I then decided to buy a compatible hd (500 gb as well) and use an external hard drive case to put my old one into(which plugs into the USB ports) i currently have the external 500 gb partitioned with a linux native mounted at /home, and my other with NTFS and linux native mounted at /
Prior to updating to 11.2:I could power on my external hd(Thermaltake A2396) after grub and it would boot up no problem. if i turned it on too late or before grub was done it wouldn't load and i would have to log in as root in repair mode, turn the hd off then back on, wait for a couple of lines to pass(I assume the drive being detected) then mount /home, and init 5This didnt really bother me for the previous versions of suse much because i just had to remember to turn on the drive After updating to 11.2:the only way to boot is to wait, do the power on/off, mount /home, and init 5this gets to be quite annoying after a while and i was wondering if anyone knew a way to get it to mount itself while its booting. let me know if you'd like me to post any more info
I have installed "open-SUSE 11.4" on a "500GB Free Agent External Hard Drive". I didn't have any problem in booting since last week that I booted it from my laptop. Also I did it before several times from then when I try to boot it e.g. from an "Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz" PC the time between loading INITRD and starting boot sequence messages lasts nearly 30 minutes!(i didn't actually measure it but it take a long time in the same order). after starting boot sequence which is showed on monitor everything looks normal. e.g copy of files would be done by speeds between 2MB/s to 30 MB/s depending on the targets.I used to use the external hard derive to boot from different laptops and PC's from start but I didn't have such a problem anytime.
I have a laptop that came with no OS. It has no internal HDD, so I formatted a 320gb external HDD and installed openSUSE 11.3 from another computer onto the external hdd. I can't seem to boot from the external hdd on the laptop though. I have it set as the primary boot source in BIOS. Is it possible to boot from external hdd or am I missing a step?
This sounds strange, but my laptop (running 11.2) won't boot correctly unless my external HDD (ext3) is on and plugged in. If I don't turn it on, it hangs at the start of udev. If I press ctrl+c, the system continues to boot, but the keyboard and mouse don't activate... don't function, etc. But I can press my power button and it does shut down. Going through dmesg (during a successful boot with the external HDD on), I saw this (not sure if it is relevant):
Code: [2.201029] scsi 2:0:0:0: Direct-Access Ext Hard Disk PQ: 0 ANSI: 4 [2.201450] usb-storage: device scan complete [2.206637] sd 2:0:0:0: [sdb] Spinning up disk...... [6.062434] udev: starting version 146 [6.225262] . The device sdb1 is the HDD.
Now, I don't know much about udev. I can tell you that I have no sdb1 lines in /etc/fstab, and I have no autofs references to it.
I need a hand with mounting an external hd on boot with ubuntu server. I am aware of modifying the fstab, but that doesn't seem to be working. Here is an output:
Code:
# /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name
[code]....
The problem is with the last line. Once booted into the server, I can mount using the following command:
Code:
sudo mount -t ntfs-3g /dev/sdb1 /media/externalHD
I know I can work around it by running a script with the previous command at startup, however I think I am simply doing something wrong. Is there a better way?
I need a hand with mounting an external hd on boot with ubuntu server. I am aware of modifying the fstab, but that doesn't seem to be working. Here is an output:
Code: # /etc/fstab: static file system information. #
I was running openSUSE 11.2 on a Dell Studio with a mirrored disk. The upgrade to 11.3 went well it seemed until it got to the point of installing the new bootloader. Then it couldn't mount /boot. Otherwise it seemed to go OK though.It completed and rebooted. I see a very brief flash of the word GRUB on the reboot, but then the screen blanks and I get the BIOS messages again.How can I now install GRUB so that I can boot. I had a similar issue with 11.2 in the past, and was able to repair GRUB using 11.2's DVD's "Repair Installation" which had tools to reinstall GRUB.11.3's DVD is missing this option.I'd prefer not to do a fresh install as then I will have a lot of OS setup to repeat (Samba, Apache, Trac, etc.....)
opesnSuse 11.1, linux 2.6.27.45-0.1-default x86_64 This host has two samba shares that are located on an OS/2 server. Neither mount at boot time but they do mount from the command line.
There are 5 other client computers that mount the same shares at boot time using almost (different user/pass info) identical data. I do not see what is different about this host.
I was running 11.0 and it stalled in the middle of a number of updates. On reboot I now get (if I remember correctly) Error 15: File not found.I managed to get my hands on a 11.0 live cd and started trying to fix grub. However, when I try mounting the harddrive using "mount /dev/sda1" I got
Code: can`t find sda1 in /etc/fstab or /etc/mtab "mount /dev/sda1 /mnt" gives
Everything was working fine with dual boot sda/osuse 11.2 and sdb/kubuntu. Decided to install new 11.3. Lost dual boot, can now only boot to 11.3, sort expected that. I see the root and home partitions in Dolphin but can't mount or open them? Would like to access the files copy to Osuse. Rite clik get me "error permission denied" I can reinstall Kubunt and it will set up my boot loader correctly with grub2, but is their a better quicker way? Why does Osuse still use the legacy grub?
Due to a power outage, my EXT4 file systems (which contain /usr and /opt) no longer mount at boot-up. They are, however, seen by disk utility in Knoppix, so I assume the data is still there and that it's just matter of making a connection to it.
I have a hard time mounting two external drives on my Suse 11.3. When I use the device notifier gadget both drives get mounted in /media/<drive name>, the vfat drive is read-only though. However, I would like to mount both drives under /<drive name> in separate directories and rw. I looked at the devices in /dev/ and entered the device name to fstab, set the mount point, file system (vfat, and ntfs-3g) and set 'rw,noauto,exec,user,sync 0 0'.
This way I could mount my vfat drive read-only under /<drive name>, but not the ntfs one. After a reboot i noticed that the external drives get different IDs in /dev. E.g. what I had in my fstab under /dev/sdc1 got /dev/sdf1, and /dev/sdc was unknown. I am doing something wrong here, what worked in 11.0 does not seem to work here.
I'm trying to get an external HD to mount on my Dell Laptop running OpenSuse 11.1. When I connect I get the following:
Quote:
dmesg:
usb 1-5: new high speed USB device using ehci_hcd and address 4 usb 1-5: configuration #1 chosen from 1 choice scsi3 : SCSI emulation for USB Mass Storage devices usb 1-5: New USB device found, idVendor=0bc2, idProduct=0503 usb 1-5: New USB device strings: Mfr=54, Product=69, SerialNumber=95
[code].....
But am left scratching my head. I don't think its showing up in the etc/mtab - which i think it is supposed to?
Can Ubuntu install and boot from external HD while still booting windows off internal HD?In an attempt to spread Ubuntu my friend wants to use ubuntu off an external HD and still have windows fully operational on the internal HD. Questions:1) Can Ubuntu install on external HD without tricky mounting methods and if so how doabout it?2) The bois have the capability to boot from usb, will grub work?
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).
I have been trying to share folders from my main PC which is running Ubuntu 10.04. I have been able to figure out Samba enough to get my a couple of folders shared, but I have been unable to share any folders which are on my external harddrive. After entering the path in my smb.conf file they appear on the network but I am unable to navigate to them. When trying to navigate to them through the network folder on the pc they are actually connected to I get an "Unable to mount location: Failed to mount windows share" dialog box. On the windows pc I am trying to share with I get, "Windows cannot acces \Josh-Desktop ame of folder"
My smb.conf file looks like this:
That folders I cannot access are Music and Videos.
I cannot boot windows after I installed Debian to my external hd.When I turn on my PC, GRUB prompts me to boot either Debian or Windows. It says that windows is in the right place (sda0) but if I go to boot it, I get a message that says: "Windows could not start because of a computer disk hardware configuration problem.Could not read from the selected boot disk. Check boot path and disk hardware.Please check the Windows documentation about hardware disk configuration and your hardware reference manuals for additional information."
I am actually working again on a problem i had already on opensus 11.3 (never resolved), and now also after the upgrade to 11.4 .
I do have an external HDD (Samsung STORY Station) usually connected to the linux server. I also have udev rules setup to automount the device on /media/xxx by label.
I used to have my own rules, now have some more coplete from the internet.
When I now reboot the server, the "sd*" device for story station is not created, and obviously not mounted.
If however I do switch of th estory station after reboot, and turn power on again, the device is configured and properly automounted as by udev rules.
Also during the boot the device is seen as from boot.msg:
Code: <6>[ 1.444939] usb 2-2: New USB device found, idVendor=04e8, idProduct=5f06 <6>[ 1.448686] usb 2-2: New USB device strings: Mfr=1, Product=11, SerialNum ber=3 <6>[ 1.452462] usb 2-2: Product: Samsung STORY Station <6>[ 1.456217] usb 2-2: Manufacturer: JMicron
P.S.: I used th esearch function and google, but did find many similar articles but nothing matching my scenario. So I hope I did not miss something obvious.
I initially installed OpenSuse on my Laptops internal drive (clean formatted) and everything worked fine. Later I took out laptop's hard drive and put it into a USB enclosure to use as an external drive.
I've pretty much installed Ubuntu Linux9.10, 10.04 and Debian 5 on external hard drives before, however, I just want to avoid certain pitfalls that may occur with openSUSE11.3. Has anyone successfully done this before? And, is it similar like Debian and Ubuntu installs in that you have to install the OS using an advanced option and specifying /dev/sdb, etc? Right now, I have Ubuntu installed on an external harddrive along with Debian as well and wanted to do the same for openSUSE11.3 and was wondering if all Unix derivatives share similar installation processes. I would just like to keep things as I have it currently where the system does not boot with Grub, and instead I have to go to the bios and specify which physical drive to boot from in order to change the boot order.
I have sevral older machines that cannot boot from usb. Until now I have installed fedora using the provided boot.iso on a CD and an external USB dvd drive with the full install DVD.
With Fedora 11, this fails. It gets as far as "finding storage devices" and fails, telling me that an unhandled exception has occured. It offers to save the details, but freezes looking for a suitable location. I have no such problems with the same DVD/external rw drive on systems that can boot directly from usb.
I'm trying to install Ubuntu 10.04 (32-bit) on my external harddrive, and the boot loader also on my ext.HDDThe problem is, is that the boot loader won't install himself on my HDD. Is it possible to install the boat loader still on my external HDD?
Is it possible to install Linux on an external SATA drive?I have a system dual booting between OpenSuse and Windows XP. I wanted to see what other distros were like so I tried installing Ubuntu to my external SATA drive. After installing, I got an error from GRUB, and I had to recover my MBR.I tried the same thing with Mandriva, and got the same result. Finally, I tried another install of OpenSuse 11.2. The result was that I get a grub error 21. The only result of my efforts to try other distros is a lot of experience recovering my MBR.
I have an external hard drive connected to my iMac. I have installed Ubuntu on unallocated space on my external, the first time I chose to put the bootloader on the external but when I booted up the computer and held the Option key it didn't recognize an OS to boot from.I am currently reinstalling Ubuntu but placing the bootloader on the internal hard drive hoping that the Mac boot menu will recognize an OS to boot from.
I have read other posts regarding the installations of different distros on external hard disk, but these did not help..
I want to install fedora 12 on a new external hard disk, so that i can boot from it on any system that supports booting from usb hard disk, and do all my work from the extenal hard disk itself. I want to know the exact procedure to install fedora on extenal hdd, and what do i need to do, so that the grub, (which i will install on the /boot partition of external hdd), get detected by the primary boot loader of mbr..
Or, I just need to boot from external hard disk.. please any one try to make it possible.
I've just made the switch from Ubuntu to Debian Squeeze and am having trouble connecting external media (be it a USB stick or an ext HD). The error I am getting when I connect anything via usb is the following:
Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
I tried to install Ubuntu on an external drive, but it doesn't boot, but it installed GRUB on my main HD, and now I can't even boot Windows. I only get a "grub rescue" prompt. I need to remove GRUB. How to do it?