Ubuntu Installation :: Unmount Drive To Upgrade HDD?

Aug 4, 2010

I have a 160GB drive installed as /dev/sdb. If I replace it with a 500GB drive, do I have to unmount/mount or will it work as is? This is on Ubuntu Server.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Permanently Unmount A Drive?

Jul 7, 2011

I'm running both Ubuntu 11.04 and Windows XP Home Edition. I have my hard drive partitioned with 90 GB for Windows and 60 GB for Ubuntu. Here's the problem: When I booted up Ubuntu for the first time, the Windows file system appeared as a second HDD. My dad told me that I need to make it so that drive doesn't appear or be read only or else he will be uninstalling Ubuntu because of the risk that some program will write to the Windows file system. I personally am not worried about that happening, but he clearly is. Remember, I'm brand new to Linux so please make things simple for me to under stand!

View 9 Replies View Related

Ubuntu :: Cannot Unmount USB Flash Drive

Sep 5, 2009

I've recently purchased a 4gb "ultra speed" flash drive. It reads and writes just fine on both my laptop and desktop. Both of which are running Ubuntu 9.04. However, when I go to unmount the drive from my desktop system, the drive icon on the desktop disappears, but it remains in the "media - File Browser".

There is one change in the file browser though. When I unmount the drive, the "eject" symbol disappears from next to the drive in the "media - File Browser" but the drive icon itself remains. The light never extinguishes on the USB drive, and when I click on the icon that remains in the File Browser, the USB drive mounts itself again and reappears on my desktop and the eject symbol reappears in the File Browser.This drive unmounts just fine from my laptop.

Code:

Bus 002 Device 002: ID 046d:0870 Logitech, Inc. QuickCam Express
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash Flash Drive

[code]....

View 1 Replies View Related

Ubuntu :: Can't Unmount External Hard Drive

Jun 17, 2010

I have an external hard drive which connects to a usb port. until recently i could unmount it by right clicking on the desktop icon and selecting unmount. now when i try that it tells me that i can't because the device is not in fstab and i am not the root. i checked mtab and it had this line '/dev/sdb1 /media/usb0 msdos rw,noexec,nodev,nosuid 0 0' i changed that to '/dev/sdb1 /media/usb0 msdos user,rw,noexec,nodev,nosuid 0 0' thinking that would fix it, but it didn't. i unmounted using 'sudo umount /media/usb0' and restarted my computer and now the line in mtab reads '/dev/sdb1 /media/usb0 vfat rw,noexec,nodev,sync,noatime,nodiratime 0 0' and i still can't unmount without using the sudo umount command. i also tried adding '/dev/sdb1 /media/usb0 msdos user,rw,noexec,nodev,nosuid 0 0' to fstab and that didn't help

View 2 Replies View Related

Ubuntu :: Usb Hard Drive Is Unmount After Few Minutes?

May 24, 2011

I am having this problem. I use an external usb hard drive with my pc running on ubuntu 11.04, If I keep the hard drive idle for a few minutes, ubuntu unmounts it. I suspect there are some options for this, so I looked into the Power Management section, but found nothing that can solve the problem.

View 1 Replies View Related

Ubuntu :: Cannot Mount-Unmount Drive With Normal Click

Jan 3, 2010

Ubuntu(9.10) does not let me the permission to mount/unmount any NTFS partition with a normal click . I have to do it by using sudo mount command like below every time.

"sudo mount /dev/sda6 /media/sda6"

and a similar command to Unmount When I try to mount using the normal click I get the following error message Error unmounting: umount exited with exit code 1: helper failed with: umount: only root can unmount /dev/sda6 from /media/sda6 And a similar error for mounting
This problem started when I used storage device manager(pysdm) to mount the drives I have the same problem with all the drives

View 9 Replies View Related

Ubuntu :: How To Unmount Flash Drive On /media/_"[

May 20, 2010

I think my 4GB Cruzer flash drive has got a bit corrupted as it suddenly has started mounting at /_"[ instead of something along the lines of /45C1-8FE6 (can't remember the actual number). See the gparted screenshot attached.

So I thought I'd delete the partition, reformat and relabel... but gparted won't let me do it. When it tries to unmount, I get an error message:

Code:

Actually, I just figured it out whilst writing this. I used a umount command in terminal with escape characters, specifically:

Code:

That unmounted it so that I could reformat and relabel.

View 1 Replies View Related

Ubuntu :: Access To Dev / Hda6 Drive - Get Warnings When Trying To Unmount Or Encript

May 26, 2011

I use a notebook for work and require a secure place for files in case of theft. I had dev/sda6 for that purpose and I mounted it only when needed and it was encrypted with password. Due to issues with file permissions, I had to re-install the OS. This time I do not have access to the dev/hda6 drive (owned as root) and get warnings when trying to unmount or encript it.

[code]...

View 1 Replies View Related

Hardware :: Usb Thumb Drive Unmount And Remount By Itself?

May 17, 2011

I have thumb drive connected to a busybox box.I mounted it /opt in initialzation file. However after a while it will unmount itself because it changes its drive letter from sda1 to sdb1. How could a usb device change its drive letter by itself? How could I prevent it happening?

View 13 Replies View Related

General :: Can't Unmount ESATA Drive As User

Dec 6, 2009

I have external hard drive which I used to connect via eSATA. I have edited fstab and it looks like that now: UUID=35C595D5738A319A /media/DATA ntfs auto,user,exec,suid,rw 0 0 The problem is that I can't unmount it as normal user, when do that, receive: Error unmounting: umount exited with exit code 1: helper failed with: umount: only root can unmount UUID=35C595D5738A319A from /media/DATA

View 2 Replies View Related

Software :: Can't Unmount After Unplugged Usb Drive On Accident

Oct 26, 2010

I accidentally unplugged my usb drive before unmounting it. In windows this is no big deal, so I'm used to that. However, I'm finding that in Kubuntu 10.04 this is a big deal. Now I can't mount any other drives unless I use the command line. Also, I can't unmount anything, even if I mount it on the command line.

What do i do? I know a reboot will fix this, but if it happens again i will be right back at this point. It should not take a full reboot just to unmount a drive. I have tried umount -l and umount -f and the terminal window just hangs.

View 2 Replies View Related

Ubuntu :: Automatically Unmount Encrypted USB Flash Drive When Device Is Unplugged?

Apr 21, 2010

I formatted the USB flash drive using Karmic's Format Disk utility (right-click on a volume, select "Format..."), and selected "Encrypted, compatible with Linux (FAT)" from the "Type" drop-down menu.It mounts correctly when I plug it in, and I can access the files just fine.When I unplug the Flash drive without using the 'Safely Remove Drive' option, the icon on my desktop changes its name to '2.0 GB Encrypted', instead of disappearing and unmounting like my unencrypted Flash drives do.

I would like to have encrypted Flash drive treated in the same way as my unencrypted Flash drives, which disappear and unmount when unplugged, even if the 'Remove Safely' menu option isn't used. What can I do to accomplish this?NOTES:When I plug the encrypted Flash drive in, the following line shows up in the output of 'mount'. 'secure' is the name I gave the disk during the format process:

Code:
/dev/mapper/devkit-disks-luks-uuid-302db16c-c6e2-4dd9-a259-436437c76475-uid1005 on /media/secure type vfat

[code]....

View 1 Replies View Related

Ubuntu :: Can't Unmount External Hard Drive Without Root Not Being Detected By GParted

May 26, 2011

I have Seagate Freeagent Go 500GB external hard drive that I use for backup. I wanted to resize the partition so I used GParted to shrink the 500GB NTFS partition to 400GB. The other 100 I wanted to encrypt and use for some other more important files. For some reason, the shrink failed and I disconnected the hard drive and reconnected it. I didn't see the icon appear on the desktop. I went into the Disk Utility to discover that GParted's shrink error deleted all of the partitions on my hard drive. So I created a new 400GB NTFS partition and put back all of my files. The other 100 is unallocated currently.

It will normally mount automatically and show up on the desktop but the hard drive won't mount without me going into the Disk Utility and mounting it through there. I can't even mount it from the Terminal with root privileges. It gives me this:

Quote:

sudo mount /media/My Data
mount: can't find /media/My Data in /etc/fstab or /etc/mtab

Now, I can unmount with root privileges and I can unmount it from the Disk Utility. I can browse and edit the files within. But I can't unmount it from within Nautilus or on the desktop (the Safely Remove Drive option is not there).

The new 400GB partition also isn't detected by GParted. It just shows the whole drive as unallocated.

View 2 Replies View Related

Fedora :: Hard Drive Automatically Unmount After Some Time?

Sep 28, 2009

I have external USB hard drive of 320GB(seagate sata).It works fine but, it unmount automatically after some time.In windows it works fine without any problem. also I unplug USB cable & plug it again to mount it is there any other way of mounting it after it gets unmounted.

View 1 Replies View Related

Hardware :: Cannot Unmount From Hard-drive To Create Partitions

Feb 27, 2009

I am using a live-cd version of linux and want to install it to my hard-drive but when i try to unmount it and go into qtparted, it says it is still busy so i cant perform changes. This is my result when i type "mount"

Code:

aufs on / type aufs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)

[code]....

View 3 Replies View Related

Software :: Stale NFS File Error - Cannot Unmount Drive

Jan 10, 2009

I have Puppy installed on an old laptop and one way or another I ended up with a file inside /usr/bin that has the Stale NFS file error. I've tried to look around for a way to fix it but all places I've looked have only been for the situation where it's on a drive you're able to unmount. At least I think they were. I certainly don't know what I'm doing well enough to know for sure. Obviously restarting the computer has been tried as well as attempting to unmount things, but I can't unmount the drive that is running the unmounting.

View 3 Replies View Related

Ubuntu Security :: Ecrypted External Hard Drive Partition Won't Mount Or Unmount?

Nov 15, 2010

I've been running Linux for a year on our family computers (one desktop, one laptop and two netbooks). I've run into a problem with the encrypted ext4 partition (270GB) on a LaCie external hard drive which also has a NTFS partition (50GB) which is not encrypted . First two times I tried using the encrypted ext4 partition (from two different computers) it worked fine but now I can't access it at all. I can still access the NTFS partition.Encrypted external hard drive partition will unlock but won't mount (or unmount). The computer says "Opening 320GB Hard Disk" but after a minute says, "Unable to mount location. DBus error org.freedesktop.DBus.Error.NoReply"Disk utility (GUI for gparted I believe) states that the encrypted partition (/dev/sdb1) is unlocked and the underlying partition (/dev/dm-0) is not mounted but it has a "busy circle sign" on it that will not turn off. The NTFS partition on the same drive mounts and accesses normally.

But if I try to unmount the NTFS partition, it says: "Unable to stop drive. One or more partitions are busy on /dev/sdb"If I try to shut down the computer, it is unable to shut down because (I assume) it can't shut down that drive either. So I have to just turn off the computer.fdisk states that /dev/dm-0 doesn't have a valid partition table [full output attached]fsck suggests: "Filesystem mounted or opened exclusively by another program?"ps axuf shows some processes running on /dev/dm-0 but killinghem doesn't release the drive either. [full output attached]I checked /etc/blkid.tab (suggested in one vaguely related thread) and there's no actual file only a broken link pointing to /dev/.blkid.tab (which doesn't exist). I tried deleting this link and rebooting but that didn't change anything.when I finally gave up my data as lost, I tried to format the partition (using Disk Utility) and it refused saying, "One or more block devices are holding /dev/sdb"

View 1 Replies View Related

General :: Drive Didn't Unmount On Shutdown And It Might Damage Files?

Oct 1, 2010

i don't understand this, why do you have to mount a usb or cd to use them? its such a hassle, in windows the usb/cd just works, but in linux you have to mount it, why? when ever i shutdown in linux, i am using ubuntu it says my drive didn't unmount on shutdown and it might damage my files?

View 2 Replies View Related

Debian Hardware :: Easy Way To Mount And Unmount External USB NTFS Hard Drive

Dec 16, 2010

I am trying to mount an external USB hard drive. I'm using Debian Lenny 5. I tried to right-click on the hard drive and then select the mount command inside the gnome desktop environment but it gives me an error. Is there an easy way to mount and unmount this hard drive? The hard drive itself is formatted from the factory in NTFS. I'm going to leave it in this file format is a need to use it with Windows machines as well.

View 4 Replies View Related

OpenSUSE Install :: Boot - Utorrent Starts Before Fstab And The Network Drive Is Unmount

Jul 9, 2011

I succeed in uTorrent server's install as a daemon in Opensuse 11.4 and it works great. I've already change my fstab file to add a network drive to be mount on startup localize in /mnt/freebox/. This is also working great. The issue is during the startup, utorrent starts before fstab and thus the network drive is unmount.
In my utorrent init.d daemon script, I ask for $Network starts in first time: Code: Required-Start: $network Is there any possibilities to order the startup and ask to fstab to start before uTorrent Daemon?

View 4 Replies View Related

Ubuntu :: USB Drive Installation For 10.04 Upgrade

Jun 22, 2010

I'm trying to create a USB drive installation with Ubuntu 10.04 on it so I can update from Xubuntu 8.04. Unfortunately I can't even get the USB to appear. I'm new to xubuntu/ubuntu so I know that drives need to be mounted or something, but my 500Gb external drive showed up just fine when it was switched on. Also, does xubuntu not come with the Startup Disk Creator? I can't seem to find it if it does.

View 5 Replies View Related

Ubuntu Installation :: 9.10 Will Not Install On USB Drive Or Upgrade From 9.04

Feb 12, 2010

I have two external USB Drives, a 100GB one and a 120GB. I run Ubuntu 9.04 with no fixed hard drives attached using the 100GB USB Drive. I have no issues what so ever with this configuration. When installing I simply had no fixed hard drives attached. Plugged in the 100GB USB Drive. Booted from the Ubuntu 9.04 CD and pointed to the 100GB USB Drive to perform the install on. After install completed removed the Ubuntu 9.04 CD. Booted from the 100GB USB Drive and Ubuntu 9.04 was up and running.

Had been running Ubuntu 9.04 off the 100GB USB Drive for months with no fixed hard drives attached for months with no issues. Then Ubuntu 9.10 was available. So I upgraded. After upgrade completed when it booted all kinds of errors displayed and it would not function at all. So I simply reinstalled from the Ubuntu 9.04 CD as described above. Was up and running on Ubuntu 9.04 again with no issues.

Then I went ahead and bought a 120GB USB Drive to experiment with Ubuntu 9.10. Booted with the Ubuntu 9.10 CD and installed to the 120GB USB Drive with no fixed hard drives attached. During the install there are no issues. But once I try to boot from the 120GB USB Drive with Ubuntu 9.10 once again all kinds of errors are displayed and it just won�t function. Ubuntu 9.04 will run on a USB Drive with no fixed hard drives attached. (Been doing this for months) I have also done this with prior versions of Ubuntu. So what is the difference between Ubuntu 9.04 and Ubuntu 9.10 that would cause this? In the future when there is a new release of Ubuntu will it support run on a USB Drive with no fixed hard drives attached?

Or am I stuck with running Ubuntu 9.04 if I want to continue running Ubuntu on a USB Drive with no fixed hard drives attached? BTW: My 100GB USB Drive still has Ubuntu 9.04 installed in it. My system is continuing to run like a champ with Ubuntu 9.04 with no fixed hard drives attached using the 100GB USB Drive.

View 3 Replies View Related

Ubuntu Installation :: Can't Mount DVD Drive After Upgrade From 9.10 To 10.04

May 3, 2010

I have an LG DVD+RW and an older DVD drive...FSTAB contains the following:

/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0

I see a cdrom0 in "Places", but get the following error when access:

"Unable to mount cdrom0. mount: no medium found on /dev/sr0"

I do see the following mount points in the filesystem under media:

/media/cdrom0
/media/cdrom1

I assum my fstab entry is incorrect... not sure how to resolve though. I'd like to get my DVD+RW working, so I can burn a Live CD and re-install from scratch instead of upgrade.

View 8 Replies View Related

Ubuntu Installation :: Upgrade To 10.04 On 8Gb USB Hard Drive?

May 11, 2010

I have a Dell Latitude D630 onto which I applied an installation of Ubuntu 9.10 on an 8GB external USB hard disk (mechanical, not FLASH) with now problems. It has been working beautifully, but I upgraded last night to Ubuntu 10.04. I had it run overnight and believe that I ran out of hard disk space, as I have less than 100MB left on the drive.

-I'd like to ensure that the installation completed properly so that I can run it for further modification/repair/reinstall.

-I know that this free space is inadequate and would like to either properly remove unneeded files or restart with a minimal installation of Ubuntu 10.04.

View 2 Replies View Related

Ubuntu Installation :: Upgrade Through Flash Drive?

Jan 26, 2011

Recently I have purchased a laptop of compaq. Currently I have windows xp and I have installed Ubuntu 9.10 in my laptop. Now I have downloaded Ubuntu 10.4 from the net. Now I want to upgrade from 9.10 to 10.4. The downloaded contents of 10.4 is there in my flash drive. Kindly let me know how can I upgrade. Also kindly note that I am having a reliance USB net connect but I am not able to connect to the internet through it as 9.10 is not supporting. I have tried to install the wvdial but was not able to install the same. Kindly help me out as I am fully non technical guy and don't have any idea of software but I want to learn. In case I have to save it to root or home folder kindly let me know the path and other things that I have to type in the terminal.As I don't have any idead of any command as well.

View 4 Replies View Related

Ubuntu Installation :: How To Upgrade From Dard Drive

Apr 4, 2011

I am using Ubuntu 10.04 LTS. For some hardware problem I could not upgrade my Ubuntu to 10.10. Now the problem is solved. I have the ISO image file of 10.10 (ubuntu-10.10-desktop-i386.iso). As I live in Bangladesh, there I have to use a slow connection. So, It will take long time if I have to upgrade online. Is there any way for me to upgrade my version of Ubuntu using the ISO image file?

View 1 Replies View Related

Ubuntu Installation :: 10.04 Upgrade Will Not Start XP On Second Hard Drive

May 8, 2010

I upgraded 9.10 to 10.04 via the weekly update reminder. All went went on the install and the GRUB menu looks normal; however, the bottom line is Windows XP and when selected will not load Win XP on a separate hard drive. As soon as I click the XP line, the screen goes blank with a flashing cursor in the top left corner. It remains in that condition as long as the desktop has power. What other information can I provide to get some help bringing up XP?

View 4 Replies View Related

Ubuntu Installation :: Can't Start Up Windows On 2nd Hard Drive After Upgrade To 10.04 / Fix It?

Jun 6, 2010

I just upgraded to 10.04. I went with the option of upgrading grub as well, should of just stuck with the old one I guess. I have 2 seperate physical hard drives, and now I can't get vista running on my other drive. I get to grub, choose the run vista option, and now it just blinks one underscore line in the top left corner of the black screen, and goes nowhere. When I was installing the upgrade, and when I got to the grub upgrade i tried to upgrade all teh different options in grub. All of them worked except the last one, and it warned me, that one of boot options in grub didn't install properly and may cause my OS not to start up. I guess that must of been the vista option.

View 1 Replies View Related

Ubuntu Installation :: Upgrade From 9.04 To 10.04 Using A Clonezilla Hard Drive Partition?

Apr 1, 2011

I'm trying to "upgrade" from ubuntu 9.04 to ubuntu 10.04.2 via a clonezilla (using a maverick usb clonezilla software with it's vmlinuz and initrd.img). but this clonezilla is not from a bootable usb flash drive, usb drive or CD, it's from the hard drive.

Here's what I have:

1) one 500gig drive with a primary partition under LVM. this partition has a 490gig root partition (ubuntu-root) and a 10 gig swap partition (ubuntu-swap_1). It has an extended partition (/dev/sda2) that's not under LVM consisting of one logical drive (/dev/sda5) that is the /boot partition.

2) I've upgraded the grub to grub2 (version 1.96) which has better features.

3) I've deleted the swap and reconfigured this partition with a name of (livehd) and it has an ext3 filesystem. I've copied the clonezilla software to this partition which also has the ubuntu 10.04.2 image that I want to restore to the root partition.

4) I've modified the existing grub2 using the 40-custom file so that the grub menu has the "Clonezilla Ubuntu 10.04.2 upgrade" entry in it.

5) the initrd.img from clonezilla has LVM support since I opened up the image to a directory using "gzip -d -c /boot/initrd.img|cpio -i" to check it.

6) grub2 sees the (ubuntu-root), (ubuntu-livehd), (hd0,1), (hd0), and (hd0,5) devices and can list (ls) their directories

[Code]...

View 9 Replies View Related

Fedora Installation :: Upgrade To F15 On A New Hard Drive?

Jul 29, 2011

i'm going from 12 to 15. i have 1 drive with f12 and windows, another full of data. i'm replacing the f12/windows drive with a larger drive. i can temporarily install the new drive thru usb to copy data. and i can do a fresh install of f15 onto the new drive. is there an easy way to upgrade from f12 on one drive to f15 on another? one of the drives will be mounted thru usb.0

View 8 Replies View Related







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