Ubuntu :: Fstab - Trying To Mount Hard Drive ?

Aug 18, 2010

Installed ubuntu 10.4 on a formatted hard drive IDE. desktop has two other drives , one SATA drive and one SCSI drive. SCSI drive has windows.

Both windows and ubuntu load fine through GRUB2 etc

I had installed WUBI before on the SATA drive and then i uninstalled it.

problem is that when i log in to Ubuntu i see on fdisk

But i cannot access the SATA drive /dev/sda i tried mounting the drive but i get an error saying this is mounted as /dev/sdb5

How do i mount the SATA drive to get access to the drive ? i messed around with this drive when i was using WUBI. i.e. tried to mount it to recover grub but never got it working. Now somehow it seems that this old mounted drive is messing with my current Ubuntu install.

How to recover my fstab is shown below:

Changed the connect sequence in BIOS and mounted the volume using sudo mount /dev/sdb1 /media/sdb1

View 1 Replies


ADVERTISEMENT

Fedora Hardware :: Edit The Fstab File In Order To Mount The Second Hard Drive And Get Files Off Of It?

Jul 28, 2010

I have a second hard drive with fedora 10 installed on it. My primary drive and os is fedora 12. How do I edit the fstab file in order to mount the second hard drive and get files off of it

View 8 Replies View Related

Ubuntu Servers :: Mount A USB Drive In Rc.local With /sbin/mount And UUID Instead Of Fstab?

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

Ubuntu :: Mounting Hard Drive With Fstab?

Aug 27, 2010

I purchased a new hard drive, plugged it in, formated it, edited fstab to auto mount it, and though it is mounting the drive, it won't allow me write privileges. I can read the drive, but I need root access to write to it. The drive giving me the issue is sdd1. The others, I have no problems with. I can read and write to those without a hitch.

Here is my fstab

Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=5d0ed718-2719-4b28-a031-9ab10f9aa740 / ext3 relatime,errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

[Code]...

View 9 Replies View Related

SUSE / Novell :: Fstab Entry To Mount Second Hard Disk?

Feb 5, 2010

I am running SUSE 11.1 on a 80Gig IDE HDD, I have added a 160 SATA HDD which I wish to use as storage.
fdisk reports it as /dev/sda1 - W95 fat 32 LBA. What would the fstab entry be to make the disk mount automatically on boot, so that it shows on the desktop ready for use.

View 5 Replies View Related

General :: Mount Network Ntfs Drive On Server And Add It On FSTAB?

Jan 25, 2011

I am using CentOS 5.5 OS. I already install ntfs-3g rpm, but I don't know the command to mount network NTFS drive. I also want to mount it on my fstab file, so whenever it reloads, it can automatically mount on the specific folder.

View 9 Replies View Related

General :: CD Rom Drive - Mount: Can't Find Cdrom In /etc/fstab Or /etc/mtab

Nov 9, 2010

I tried to mount my CD Rom drive and got this response: "mount: can't find cdrom in /etc/fstab or /etc/mtab"

I did see the CD Rom drive briefly after I upgraded from 10.04 to 10.10 but I couldn't access the drive and when I logged back in.

View 5 Replies View Related

CentOS 5 Hardware :: USB External Hard Drive - Entry In Fstab File

Nov 13, 2009

I have centos 5.3 installed. I plugged in a WD usb external HD, Icon is showing up on desktop everything is working formatted with ext3. I would like to have an entry for this in my /etc/fstab file, and I need to know how to enable Quotas on some files on it.

View 3 Replies View Related

General :: Fstab Line For Auto Mount Drive That All Users Can Read/write?

Jan 4, 2011

I have installed a cable that connects from the CPU's SATA motherboard connection to a removable drives' ESATA connection.I would like to be able to swap drives on the ESATA connection and have all users be able to read and write to these drives.I have created the directory /archive/ where I would like the drive(s) to mount.The drives are all formatted Fat 32 - but in the future I may use HFS for formatting.When I used the command (as root):mount /dev/sdc1 /archivethe drive was mounted (but read only)What can I use in my /etc/fstab file that will allow drives to be mounted and unmounted by all users on the system? (both reading and writing)Also, will I be able to mount and unmount these drives without shutting down? or will I need to reboot every time I want to change drives?

View 2 Replies View Related

Fedora :: Fstab Ext3 F11 - Automatically Mount The Drive In File Tree At The Location /mnt/TheDrive?

May 15, 2010

With a 1Tb USB drive plugged in, we'll call it "TheDrive", I boot my machine and "TheDrive" is mounted automatically. The icon is on the desk-top. "TheDrive" mounts to /media/TheDrive. Everything is fine. But, I would like to automatically mount the drive in my file tree at the location /mnt/TheDrive. I would not like to have the drive automatically mounted to /media/ and appear on the desktop. I know that this requires the use of fstab; but, I do not know what to add to this file.

[Code]...

View 14 Replies View Related

Ubuntu Servers :: 11.04 LTSP Connect Client Hard Drive - Register In The Fstab On The Client?

May 26, 2011

I have configured server ubuntu 11.04. Everything works fine, but there is a need for some clients to connect local hard drive. What should I do? How and what modules are added to the ltsp-image? How to register in the fstab on the client? Maybe I'm going the wrong way?

View 1 Replies View Related

Ubuntu :: Can't Mount 2nd Hard Drive?

Aug 24, 2010

I have got 2 hard drives running one one of my computers which i am running as an server. I was using Ubnntu Server which is good but i have decided to change the way that i am going to use the server and have installed Xubuntu over ubuntu server. However in the installation the hard drives shwn when it asked where i would like to install the operateing system. It installed sucessfully and is working but it cant mount my other hard drive which has all of my data on it.

I had tried mounting it throught the command prompt and had no success. After which i have checked if the the toher hard drive is being reconised by Xubuntu and it is as sdb1 but i caqnt mount it and get to my data. I hoped that i can try and put in my ubuntu live cd and see if it can pick the seoncd hard drive up and mount it which it has not been able to.

I have 2 20 gigabyte hard drives atm the moment and i am not adding the others until i can get to all my stuff again form the other hdd.

View 9 Replies View Related

Ubuntu :: How To Mount Another Hard Drive

Oct 22, 2010

id installed ubuntu 10.04 on 160GB hard drive and now i cant see the other hard driveonly ubuntu installed ...

Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders

[code]....

View 9 Replies View Related

Ubuntu :: How To Mount A Hard Drive In OSX

Feb 20, 2011

I want to pull a few things off this external hard drive I have that is an ubuntu install from last year. However, my mac won't recognize the file system and mount it so I can pull the few files I need off of it.

What's the trick to getting a mac to find an ubuntu hard drive?

My other option is removing my laptop hard drive, installing the ubuntu one, opening ubuntu manually, burning the information I need to a CD, or a usb key, and then removing the ubuntu hard drive, and reinstalling my mac osx drive to the laptop bay.

View 7 Replies View Related

Ubuntu :: Can't Mount Hard Drive

Jun 18, 2011

I'mm trying to mount a hard drive in Ubuntu but it doesn't work i typed the following commands

Code:
cd ../..
sudo mkdir /media/windows
sudo mount /dev/sda /media/windows -t ntfs
and then it says

Code:
Error opening '/dev/sda': Read-only file system
Failed to mount '/dev/sda': Read-only file system

i wanted to access my files, not write to it, so is there anyway to mount as read only?

View 9 Replies View Related

Ubuntu :: How To Mount Iso On External Hard Drive?

Jan 18, 2010

I am having problems mounting an iso on my external hard drive. I do not want to move it onto my linux partition because it is 3.6 GB. I have a directory made (/media/iso) that I would like to mount it in, but if that doesn't work then I don't care where it goes. After I mount it I want to be able to run it using Wine, but that will come later. For now I just need to get it mounted. And, of course, I am fairly new to linux/ubuntu.

View 2 Replies View Related

Ubuntu :: Can't Mount External Hard Drive Though Can In XP

Feb 23, 2010

I've been checking the Forums and I can't find anything similar to my problem yet. I have 2 external drives that my UBUNTU 9.10 doesn't recognize, although I can see them perfectly in Win XP.I was using them in Ubuntu until 2 weeks ago, when this problem started and I can't find a way to see/mount them again. GPARTED doesn't find any of them; and when aply fdisk -l, can't see them either (only my internal HD).

View 2 Replies View Related

Ubuntu :: Cannot Mount External Hard Drive (10.04)?

May 10, 2010

I run 10.04 lucid in a laptop with EXT4 as filesystem, and I tried to mount an external hard drive from a Windows that, obviously, uses FAT32. Its the first time I try to mount a hard drive (external) since the upgrade to 10.04. Do I have to download some packages via synaptic? If not, what do I have to do?

Plus, I have run
Code:
sudo fdisk -l
and this is what I get

[Code]...

View 2 Replies View Related

Ubuntu :: Brasero Mount 2nd Hard Drive?

Jun 14, 2010

I would like to know how to get brassero to look at my 2nd hard drive I can only see my main HD. I have music files on my other drive.

View 1 Replies View Related

Ubuntu :: LiveUSB Can't Mount - Hard Drive OK

Aug 25, 2010

im runing ubuntu 10.04.

i just had a init input output error, (and ubuntu wound not boot) so i decided to boot from my live USB to see my fstab file. It booted about 5 times then started to return an input/output ewrror (cant mount)

Hard drive checks ok as per the bios. Ubuntu will not boot and cant try any other OS (no CD drive) (I have tried 3 diffrent live USBs) what next?

View 3 Replies View Related

Ubuntu :: Windows Hard Drive Won't Mount / What To Do?

Sep 3, 2010

Windows XP Laptop hard drive is stuck in a hibernated mode. Will not let me access it through Windows, period.

I loaded Ubuntu Live on the suggestion of a coworker in order to retrieve my important files by hooking up the Windows HD through a USB adapter (Inland).

Ubuntu recognizes the 160GB HD, but refuses to mount the drive because "Windows is Hibernated." I Know my disk is hibernated, I need a way to get my important files from the drive...

(Screen Shot Attached in .jpeg format)

I know very little abount Ubuntu so please keep that in mind with your gracious replies.

View 2 Replies View Related

Ubuntu :: Hard Drive Won't Mount / Sort It?

Nov 26, 2010

I just bought an WD external hard drive to back up all the data I have on my computer. After about 30 GB of the data was copied, it suddenly stopped and the following error message popped up code...

View 1 Replies View Related

Ubuntu :: External Hard Drive Won't Mount?

Jun 8, 2011

I recently wiped and re-installed Ubuntu on my system Lenovo Thinkpak T510, now running 11.04. Before formatting my hard drive, I backed up all my information to an external USB Seagate FreeAgent Drive, which I reformatted to ext4 before copying my data there using a rsync command. After reinalling the operating system, I'm no longer able to get the drive to mount. I'm not quite sure what's going on. Here are the results of a fdisk command:

Code:
$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[Code].....

I'm not able to mount the drive from my mac either. Did I do something wrong when backing up my data and loose everything (fortunately, most of it is also backed up elsewhere, just not all in a single place), or is there something else I can try to get it back?

View 2 Replies View Related

Debian :: How To Mount A Hard Drive

Dec 11, 2010

I am using KDE 4.5 and I am unable to mount a hard drive in Dolphin.

I get the error message:org.freedesktop.Hal.Device.Volume.PermissionDenied: Refusing to mount device /dev/sdb1 for uid=1000

The filesystem for the drive that I want to mount is ext4 and the label is "repo"

View 2 Replies View Related

Debian :: Cannot Mount Second Hard Drive?

May 22, 2010

I have a secondary NTFS hard drive in which i can not mount. Here is the output for fdisk -l:

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]....

View 4 Replies View Related

Fedora :: Cannot Get USB Hard Drive To Mount

Jul 20, 2011

I'm new to Fedora. Is there an instruction manual. I'm using Fedora 14. I found under documentation a manual for musicians and amateur radio enthusiasts, but not for regular users. I'm using a black widow, which is a holder for hard drives that connects thru USB. I'm trying to mount it. The file system is Ext4.

View 1 Replies View Related

General :: How To Mount Hard Drive?

Apr 18, 2011

how do i make /mmt is the mount point to my hard drive, and how do i mount hard drive? thank you i'm very new to linux.

View 3 Replies View Related

Programming :: Hard Drive Won't Mount

Jul 23, 2010

I am trying to mount a hard drive it shows up as /dev/sda1

I can click it and mount it via the GUI but I need it mounted for this script and do not want to have an extra step of doing it manually

I have tried (also tried sda vs sda1, no differance)
sudo mount /dev/sda1
sudo mount -t ntfs/dev/sda1
sudo mount -t ntfs-3g/dev/sda1

I know the drive is sda the only partition on it being sda1, but either I get an error saying it couldn't be found or I simply get no response depending on how I alter the code

Oh also the drive shows hpfs/ntfs 0x07 in the disk utility

View 6 Replies View Related

Red Hat / Fedora :: Mount The SSD And Other Hard Drive?

Aug 5, 2010

I have just installed Oracle Enterprise Linux. (which i believe is build on redhat). This copy of linux is installed on one hard drive, in the system there is another hard drive and also an SSD.

How can I mount the SSD and other hard drive so that I can read and write to them?

Unlike Windows, they dont simply appear under 'my computer'

View 10 Replies View Related

General :: Can't Mount Old Hard Drive?

Jul 24, 2011

My old centos 5.5 server stopped working so I setup a new one and I can't mount it to get the data off (if you're curious, I do have a NAS, but because of renovations it was accidentally shut-off July 2...)here's the fdisk -l:

[root@localhost ~]# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders

[code]....

View 8 Replies View Related







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