I want to unmount the current /home from sda7 and mount it to sdb1
I had a look at system -> drives management but just was able to mount the secondary drive sdb1 as "DataDrive"
I had a look at /etc/fstab. This doesn't show the recently mounted sda7 "DataDrive"
So now I'm somewhat lost on how to achieve the goal
>> What ist the correct way to do it?
Scenario 1. Copy all contents of /home to the new drive and then switch the /home mount point
Scenario 2. Switch the mount point of /home from sda7 to sdb1 and cp the contents afterwards
>> How do I unmount /home from sda7 and mount it back to the sdb1 (ext3) when lucid doesn't use fstab (does it?) and I don't know where the drives manager stores it's information.
(Just had the idea that I need to use a live cd for not to lock the system drives (sdaN) )
For sure there is a man page or a how to somewhere i didn't just find >> A link to such information might be sufficient
I'm planning FC11 x86_64 with a live cd , but I would like to preserve my /home partition that is in ext3 . or is there a way to do an install and keep my /home and convert it after in ext4
I have a 160Gig and a 40 Gig drive.I would like to install the system on the 160 Gig, and use the 40 Gig drive as a storage for backups or whatever.It appears in the installation process that I am required to use a mount point, which would then turn the drive over to the root system, which would not allow it to be totally available to me.I just want to format it to ext3 filing system.Coffeecat, if you are out there and see this, strange things are happening to the 40 Gig drive - it says it is using 2 gig, but it is totally empty of all system files, hidden files, trash, etc. and it is being imaged in the media folder in root. I believe I have messed this install up to the point of no return and think I should go ahead and start over.
I am trying to access a mounted secondary drive through FTP, and when I try to connect to it I am not able to see any of its contents. Any suggestions? I am using Gadmin-proftp to configure. I can point it to any other folder on the main drive and see it perfectly.
I just installed ubuntu, this is my first time with it so excuse my ignorance regarding it. My issue is that ubuntu does not show my secondary slave seagate hdd .. it only shows and installs on my western digital master primary one. I need to have access to my slave drive because it has data on it which i wanna use. My secondary slave shows up in my windows and bios just fine. So what gives?
I am running Ubuntu Server and I recently added a new hard drive to the mix. Not replacing the old one, but adding a second one.What I want to know is how to I access that hard drive? I know in the desktop version it auto adds it, but not in the server version I checked my media folder.I installed it to be my new Samba share hard drive. So how to I get at it to use it?
I'm using rsync and crontab to do automatic backups from my /home partition on /dev/sda to my backup drive /dev/sdb3. The backup partition is ext4.
But the backup partition (sdb3) is obviously on a secondary drive, and I want to automount it when I log in. I read that you have to edit /etc/fstab to do this, but I'm not familiar with the process and can't find clear enough instructions, so I was wondering if someone could give me the command I need and maybe explain how it works?
I have an external drive which is formatted for Linux (ext3) and want to re-format it to use it under windows. I have no data on the disk that I need, just want to re-format so I can use it for a backup for my windows7 laptop.
I have two hard drives in my computer, one for the operating system and the other solely for storage. They both have ext4 filesystems. Is there any way that i can have my storage hard drive to automatically mount on start up?
I've read the official documentation regarding hard drives and partitions. My pc has two hard drives. a 160gb primary hard drive with windows 7 a 1.5 tb secondary hard drive with about 80gb of free space I would like to know whether I can install ubuntu on the secondary hard drive, without touching any of the data present on that drive. From my limited understanding of storage, files are written all over hard drives during copy, move etc... Is the ubuntu partition manager smart enough not to overwrite any files during installation? Will I get a warning if there is a risk of any data loss on the secondary hard drive? I cannot backup any of the data on the secondary hard drive due to all my external drives currently being full.
I have a secondary drive on my new RedHat Linux computer and I want to make it permanently accessible from the RedHat system that is now running on the computer.
It is an old Windows NTFS drive that was a secondary drive when this was a Windows machine.
What do I need to do to, and how do I do it: 1) Format it into a format that Linux uses. 2) After it is formatted correctly, permanently mount it so it will always be accessible 3) After it is successfully formatted and mounted, how do I access it? (For example, to add a new ascii text file to it via 'cp')
I successfully installed Samba, but have problem with access to any shared folder on my secondary drive. If I try access secondary drive with admin user, everything is fine. If with another account try to access via samba to shared folder on partition with Ubuntu, everything is fine again. Every folder has set privileges to read&write to everyone, so shouldn't be problem here.
I am going to install CentOS 5 on my pc , for3d modeling , and i have some doubts about partitioning the system.
I know that i can have /, /var , /tmp , /home and other directories as individual partitions. I know that i can use ext3 , or xfs ( i know that anaconda doesn't let to use xfs, but i know a way of migrate partitions to xfs after installing) or ext4 , and others , without problems.
But i could for example, once installed all with ext3 , have for example / on ext3 , and /var and /home on xfs.
For me it would be very interesting have /home in a another partition and as xfs (migrating it later from ext3) as mostly i will save in /home a lot of big files ,images,dvd isos,renders , binary maya files and like, and i see a advantage of use xfs with /home.
But a lot of people also use xfs for / as well , but as / has a lot of small files , perhaps use xfs on /var and some other directories, could be good (because xfs performance deleting files or other features), and leave / as ext3 for example.
So is it possible to have different filesystem type for some directories under / ,(for example /var and /home as xfs, the rest as ext3 in / ) , without having any problem ?
(not counting using xfs for a directory that won't see improved his performance because has a lot of static small files or like)
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
I'm pensioning off my 10-years-old home server and replacing it with an Ubuntu 10.04 box. The two storage devices are a Western Digital Caviar Green 2.0TB HD and an Intel X25-M 34nm Gen 2 80GB SATA II 2.5inch SSD (the box has 8GB RAM and an i5 750, if it matters).
I don't care much about boot times (since I don't plan to reboot all that often;-); the main frequent, performance-demanding task will be (re)building large open source C or C++ software packages from sources (as an open source contributor, I do that often).
So, I thought I'd keep the SSD as the secondary drive and the HD as the primary one, using the SSD mostly for the files that can otherwise demand a lot of seeking (esp. in a parallel make).
However, the friendly vendor (perhaps more experienced in Windows systems than in Linux ones) thinks the "normal" way to configure the machine would be with the SSD as the primary drive. I'm pretty rusty on configuring and tuning systems, so, I thought I'd better double check on SuperUser.
I am working on a computer that the hard drive crashed. Inititially they had a virus, reloaded windows, and had the computer up and running. When downloading software it crashed and will not boot. I have tried all the numerous routine fixes with no success including using the repair discs. The repair discs no longer work and they are unable to get a second set. As a last resort I am able to access the hard drive when booting from Knoppix from a CD. There are a couple things I would like to try from Knoppix, but do not know if it is possible. First, Is it possible to load the boot files from knoppix? Second, can you roll back the drivers from knoppix?
Having just moved to Linux from Windows, I have never considered whether or not to partition my 250 GB external hard drive. As of right now it will only be used for data storage. Should it be partitioned? If so, what size partitions?
My Red Hat EL 5.5 64 bit edition, I've install it on my primary hard drive 12 GB it works fine and then I added secondary 20 GB hard drive (sdb1) into this system and then format it as VolGroup01 see the attachment, but how come it doesn't show up ?
I have formatted a second internal drive as ext3. It worked fine until I copied (rsynch) my /home to the new drive. Now when I try to delete anything I'm forced to delete immediately or skip the deletion. I also tried moving the /usr/local directory to the second drive and it works fine, it doesn't break the Trash. I tried moving /home back to the root drive and the problem is gone. The second drive again works properly. I can reproduce this. The problem only occurs when I move the /home directory to the new drive.
# / was on /dev/sda1 during installation UUID=89a54f23-98ef-45d2-bef9-47d51992fd01 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation UUID=fb609b91-7322-4903-9309-2f0d3a6b87d4 none swap sw 0 0
# My shared volume /dev/sdb1 (show it on desktop) UUID=a726a583-03e5-47c6-9618-ddbfcdd4c1d6 /media/data ext3 defaults, users, exec0 0
I have windows xp on my first hard drive and Linux on the second hard drive.The windows hard drive is labeled hda1 and the linux hard drive is labeled hdb1.I am using GRUB to boot the linux hard drive and it is installed on hdb.Is there any way to boot the secondary linux hard drive using the windows bootloader?I have tried several online tutorials for it but none of them work.
I've been trying to figure out how to move /home to the other partition that exists on my computer, however it's ntfs and turns out it's impossible to move my /home there. So how do convert that ntfs partition to ext3, I don't mind loosing data that's in that partition. [url] is the partition I'm talking about. So what's the best way to do it ? If you write what commands I should use please include partition names.
I have a dual boot windows XP/OpenSuse 11.3 system running from a hard drive. They are both 32 bit in spite of the fact that the system can run 64 bit.
I would like to upgrade to Windows 7 64 bit (the wife insists, not yet a Linux possibility) and OpenSuse 11.4 64 bit, but having the programme files on an SSD for faster loading, with my data files on the existing hard drive.
I'm happy with the notion of getting the SSD going as a dual boot system. With Windows, as I understand it, it can tell it fairly easily where to look for the "my documents" folder on the hard drive.
However, the Home directory in Linux is not quite the same. How (if it's possible) could I run the SSD but use my existing Home directory on the hard drive?
I am installing a new hard drive to replace my old one that contained the /var and /home directories. I don't want to copy the whole directories, especially from home because there is a lot I don't need in it.What I need to do is set the mount points for the two partitions I have made on the new drive to /var and /home, but it will not let me do this with the other drive still running. I can't unmount /var and /home while the computer is running, and I would guess that having two drives with /var and /home on them would not work.
So, how can I set the mount points on the new drive and copy the files I need from the old to the new one? It would seem that would require two /home partitions to be mounted at the same time, but I don't think that is possible. I am sure there is some way, probably many ways knowing Linux so please,