Ubuntu Networking :: Won't Mount NAS Drive At Boot?
Jan 18, 2011
I am having a small issue on my machine. I have a NAS drive serving up media files. I have a line in my /etc/fstab such that, when the mythbuntu machine boots it is supposed to mount the network drive. This configuration worked fine for mythbuntu 9.10. I recently updated the machine up to 10.10 and since then the network drive won't mount at boot. If I open a terminal and issue: sudo mount -a, it will mount the network drive just fine.
View 1 Replies
ADVERTISEMENT
May 25, 2010
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.
View 9 Replies
View Related
Aug 2, 2010
I was trying to figure out how to get my network drive to mount as a local drive on my computer. This was back on 9.10. Since I've upgraded to 10.04, my boot process halts and tells me (paraphrasing) /shared is not ready to mount. To continue, pres S to skip or M to manually mount the drive.
Well, I have it mounting now through GVFS and I don't need this in my startup anymore. Frankly, it's just annoying that it won't boot into Ubuntu right away. So, what's the startup file I need to edit to remove the attempt to mount the network drive?
View 1 Replies
View Related
Jun 6, 2010
I want to automatically mount an SSH server on boot. I am able to do this manually by running this script after I reboot
Code:
#!/bin/bash
clear
sshfs -o idmap=user user@server:/ /home/fro1269/sshmount
I have put the script in /etc/networking/if-up.d/
but it does not mount after the network is connected. This is on a laptop that connects via wifi. So my network connection does not start until a few seconds after the desktop loads. I am running 10.04.
View 3 Replies
View Related
May 30, 2010
How do I get an auxiliary drive to mount on each boot? All my music files are on a separate hard drive which I have had to manually mount then repopulate the library in Rhythmbox each time I reboot.Along the same lines, how do I get Ubuntu to remember settings in various applications without saving an entire session? For example, the screen capture utility always starts with "capture entire screen" and I have to keep selecting select part of screen to capture.If I must do this by saving the session, how do I do this? I can't find anything on the menus.
View 4 Replies
View Related
Sep 15, 2010
I have just installed 10.04 and am enjoying the quick clean boot. I have a dual-boot option as I have come over from XP. Most of my data is still on the old 'c:/' drive and I have to manually mount it every boot-up. Is there any way to automate this process?
View 4 Replies
View Related
Jun 18, 2011
I have a full working Mythbuntu 11.04 on a FakeRAID system (via ICH10R chipset). The OS is sitting on a 250GB partition and working fine. I am trying to get the 7.07TB partition mounted so that I can use it to store all my movies. When I mount it via the [URL] all works fine. When I reboot it cannot mount due to device being not ready or unavailable It appears the superblock goes missing at reboot. I have it formatted to ext4 with a GPT partition table. If I reformat and remount then all works fine again until I reboot.
[Code]...
View 3 Replies
View Related
Mar 9, 2011
I have a 1TB hard drive which is formatted with FAT32. Attempting to make a new partition I clicked the format drive button in Disc Utility. I chose Master Boot Record and something was written to the drive. So now I can't mount the drive and Disc Utility says that there aren't any partitions. I don't think this can be true because I had 200 GB of data on the drive and it would have taken longer to delete all that. At least I think...
View 7 Replies
View Related
Feb 16, 2010
I've for quite a while been going forward with making my own linux system with a purpose of being USB bootable. A lot of it has been taken from LFS and molded to my needs. The purpose of this is to, most of all, learn. My aim is to have a small linux system, bootable on most systems and able to run burnintest in textmode. This will be run of a vfat formatted pen drive with syslinux. The rootfs is run from a ext2 image file. My current image is bootable and is able to run burnintest, I do however still have some polishing to do.
I began this project by using uClibc and my image would be tiny enough to be run from a single initrd (20mb ~). What I didn't consider is the fact that burnintest is pre compiled using glibc, so had to re-do everything with a different c library.. After doing this I realized i no longer would be able to boot simply from ram as loading ~80mb to ram takes quite a lot of time during boot. I'd really like to keep the rootfs in an image file for easier management and I so far haven't found a way to mount this roofs image.
View 1 Replies
View Related
Nov 9, 2010
I'm unable to mount a network drive on my ubuntu 10.04.
View 2 Replies
View Related
Nov 13, 2010
I have this ubuntu machine that lives under my desk and is basically a utility machine. Mainly I ssh to it and get synchronize/backup files, etc.
When I reboot, for some reason the auto mount for my usb drives doesn't work until I actually hook up the monitor and log in to the gui. When I ssh in after reboot, I'm unable to access my USB drives! "Not Authorized"
I'm not sure how to mount a drive from the command line... really I just want the machine to auto mount the drives when it starts up... gui login or no.
View 4 Replies
View Related
Apr 5, 2011
My laptop is connected to my network through wifi. One of my desktops is always running as a file server for the rest of the network. Currently, to access that file server, I have to manually mount the network drive each time I boot the laptop. I have tried adding a line to fstab to have the drive mounted when the system first boots up, but since the wireless connection isn't active yet, the system hangs with an error message saying that the drive was not able to mount correctly and I have to press a key to continue.
is there any way to have the system automatically mount the network drive AFTER the network connection has become available AND, if for some reason the drive is not able to mount (i.e. I'm on the road and the laptop logs into a different network), it simply bypasses that and continues booting without displaying an error?
View 2 Replies
View Related
Aug 18, 2011
My laptop is connected to my network through wifi. One of my desktops is always running as a file server for the rest of the network. Currently, to access that file server, I have to manually mount the network drive each time I boot the laptop. I have tried adding a line to fstab to have the drive mounted when the system first boots up, but since the wireless connection isn't active yet, the system hangs with an error message saying that the drive was not able to mount correctly and I have to press a key to continue.
My question is this: is there any way to have the system automatically mount the network drive AFTER the network connection has become available AND, if for some reason the drive is not able to mount (i.e. I'm on the road and the laptop logs into a different network), it simply bypasses that and continues booting without displaying an error?
View 8 Replies
View Related
Aug 8, 2009
I have a server that NFS exports the /home directory out to other computers. On the desktop they all work great, but on a wireless laptop, this is where the problem occurs. The wireless enables after the person logs in, rendering the NFS export /home useless on the laptops.Is there anyway to have the wireless enable correctly on the boot so that NFS can mount properly at boot also?I'm using Fedora 11 (32bit) with a wireless router that has a security of WPA-PSK [TKIP] + WPA2-PSK [AES]. I could switch to some of the older versions if necessary to get this working.
View 5 Replies
View Related
Jul 14, 2010
I have a usb 1tb drive that I want to share over my netowork, but when i share it through nautilus, it doesn't mount right on other computers, ect. Is there a way to mount it. The location of the drive is /media/FreeAgent Drive___
View 3 Replies
View Related
Jun 10, 2011
I have a network drive connect to my lan with iomega's iconnect device. I am getting tired of mounting the drive manually each time I want to use it. I would like therefore to have it mounted automatically on boot by placing a line in fstab, but since the computer (a laptop) won't always be connected to my home lan, this might cause problems. Is there a way to list the drive in fstab so if the drive is not present it will just move on?
View 8 Replies
View Related
Oct 28, 2009
I recently bought a Freecom 500GB network drive for backup and sharing files on my home network.I can access it via wireless on my Vista laptop and read/write to it with Dolphin and Krusader in Mandriva. I can also use the sync function in Krusader but it is so slooooow! Therefore I want to use Grsync but for that the drive needs to be mounted, that is where the problem lies!
View 8 Replies
View Related
Jul 26, 2011
would anyone advise on how to properly mount a samba share using a script which i'd run whenever i wanted to map it? I was trying to write one but with no joy...I tried having read many pages about mount / smbmount / mount.cisf / fstab etc. but I didn't achieve what I need and now I'm totally cofused... My goal is to have a script file, like a .bat, which i would use as myself to map a share to a directory. I would like to be able to mount it as non-root and umount as non-root as well. The level of access should be rw so i could copy and delete files.
View 1 Replies
View Related
Feb 19, 2010
I recently installed Fedora 12 + KDE on my laptop. I also have a media PC which I have connected to my TV. It has an external HD connected to which I am trying to mount on my laptop. It is connected to two other PCs all running Windows 7, part of a workgroup that only requires a password with no user log in. These PCs are working OK but I cant mount the shared drive on my Fedora laptop. I have tried the "Add Network Place" wizard which didnt work. Tried using the host IP rather than the host name. This got me to a user authentication screen which prompted me for a username and password.
As I mentioned before, the only user authentication required to connect to it should be that the device should be within the same workgroup and use the password. Tried using the workgroup name as the username which didnt work, neither did using the PCs usual log in. Eventually I gave up on the wizard and attempted to mount it from the command line using the following command.
[Code]....
View 2 Replies
View Related
Nov 22, 2010
I've recently set up a fedora 13 machine to use as a media server, I've been able to get everything going except samba. I've installed a second hard drive which is mounted at /media/Core and works fine on the local filesystem. I can browse the share from my mac however when I connect I get this in the smb.log file
[code]...
View 2 Replies
View Related
Oct 29, 2010
I have a router running IPCOP with a 30 gig drive. I know the OS doesnt need that much space for a router. Can IPCOP mount and share out another partition on the same hard drive its installed on to my windows computers on my network?
View 1 Replies
View Related
Oct 13, 2009
how to mount a drive and do copy files from ipaddress1 to ipaddress2
View 5 Replies
View Related
May 5, 2011
I have a server with two hard drives. I just backed up all my data to the secondary drive, formatted the primary one, and installed Ubuntu 11.04 Server on the primary one. The problem is, whenever the secondary hard drive is installed, Ubuntu says that it cannot mount /boot due to "unsupported options". If I physically disconnect the secondary drive, it starts up just fine, without any error messages. Is there any way that I can connect the secondary hard drive without these problems? I don't want to format it as it would destroy the entire backup.
View 4 Replies
View Related
Feb 6, 2010
I run a headless Ubuntu 8.04 server, which acts as a web, email and file server. I am sticking with 8.04 as it is a LTS release and will upgrade to the next LTS when it is released.
I have two external USB drives, that I need to mount at boot. I have been using /etc/fstab up until now, with the following entries:
Code:
However, as I gather from doing searches is quite common, occasionally I get an error during boot (causing the system to drop to a recovery shell) because the USB drives take time to wake up and the system hasn't found them by the time it reads /etc/fstab.
From doing searches, it seems there is nothing you can do to fstab to fix this, so you need to mount them using an rc.local script instead, using:
Code:
The problem is, as I have two USB drives, their /dev/sdxx location changes between boots. I thus want to use UUID codes as I do in fstab, however I haven't found anything about this.
Does anyone know how I can use the mount command and UUID to mount a drive in rc.local and what options I have to use the mount the drive with the same options that I am using in my fstab entry? Obvisouly, I can't refer back to fstab using the mount command, because then I will still get the boot error issue if they are listed in fstab. And there is no space internally for the USB drives as there is already two internal drives.
View 3 Replies
View Related
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
Jan 15, 2011
On my tri boot system I have a 750 GB HD that is formatted with NTFS, I would like to share it between windows and linux.How can I mount it at boot up so I can access it in Ubuntu? I want to be able to set it as the default rip drive for Kino and it won't let me!
View 7 Replies
View Related
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
Oct 4, 2010
Not able to mount windows drive & foder, in linux. i have got following error.
mount error 92 = Protocol not available
View 10 Replies
View Related
Jul 19, 2010
I have servers installed with RHEL 4 2.6.9-89.0.9 ELsmp. I tried using uuid and label in /etc/fstab to automount usb drives to mountpoints that I specify after reboot. Unfortunately, it just does not work in all my RHEL4 servers. After every reboot, /etc/fstab will be automatically modified and all configurations related to my USB drives will be changed. Irregardless of whether i use UUID or LABEL in my /etc/fstab.However, it works on RHEL5. But, upgrading is not an option in my environment. I have been googling around looking for alternatives but everything seems to point back to using UUID or LABEL in /etc/fstab. Anyone has tried something that works? Please help me, thank you.
View 7 Replies
View Related
Nov 17, 2010
I setup my client to mount some nfs mounts at boot but although they seem to be mounted, they are not! Before I give the details, I'll start by saying this is not a wifi problem. I'm using a good old wired connection. The server runs NFS3 with the following line in '/etc/exports':
[Code]...
I have tried the following nfs options in the fstab as you might have noted above: _netdev,auto,bg,retry=10. None of them seem to fix the problem. I realise a quick hack at boot time would fix this in an instant but I'd like to figure out why this is failing.
View 1 Replies
View Related