Server :: Splitting LVM Partition And Then Mounting?

Apr 7, 2010

I need to split a logical volume ( only have /boot and lvm partitions on drive)

This new logical volume needs to take up most of the existing space.

I'm just wondering about the sequence of steps to take before I do this.

How do I resize the new/old LVM partitions - and would I need to re-size the underlying fs?

View 4 Replies


ADVERTISEMENT

Server :: Mounting NTFS Partition In REHL5

May 29, 2009

I want to mount ntfs partition in rhel5 I searched a lot in google and finally understood that these three RPMS are must to mount ntfs partition in rhel5. My kernel version vmlinuz-2.6.18-53.el5. As per instructions in the net I downloaded these rpmms
fuse-2.6.5-1.el5.rf.i386.rpm
fuse-ntfs-3g-1.1030-1.el5.rf.i386.rpm
fuse-kmdl-2.6.18-53.el5-2.7.1-6_7.el5.i686.rpm

First and second rpms are installed successfully but third is showing errors saying
rpm -ivh fuse-kmdl-2.6.18-53.el5-2.7.1-6_7.el5.i686.rpm
Failed dependency
/boot/vmlinuz-2.6.18-53.el5 is needed by fuse-kmdl-2.6.18-53.el5-2.7.1-6_7.el5.i686.rpm

But I copied vmlinuz-2.6.18-53.el5 in /boot even though it is saying dependencies missing
#rpm -qa | grep kernel
kernel-headers-2.6.18-53.el5
kernel-xen-2.6.18-53.el5.
#modprobe fuse
FATAL: module fuse not found
#uname -a
Linux server2.vth.com 2.6.18-53.el5xen.

My query is that why am unable to install the kernel module. Currently running kernel-xen-2.6.18-53.el5. I tried in another system above three rpms were installed successfully without any errors. What was the reason for my system.

View 2 Replies View Related

Server :: Splitting A Mirror With LVM?

Feb 22, 2010

I'm running Red Hat Enterprise Linux ES release 4 (Nahant Update 6).

I've created a mirror of a Logical Volume with this command:

# lvconvert -m1 --corelog /dev/datavg/data /dev/dm-16

Now I've this:

# lvs -a -o name,copy_percent,devices
LV Copy% Devices
data 100.00 data_mimage_0(0),data_mimage_1(0)
[data_mimage_0] /dev/dm-11(0)

[Code].....

My goal was to remove devices dm-10, dm-11 and dm-14 from my VG, so I decided to extend the VG with dm-16 and mirror my data LV to that device, then split that mirror from the other devices. The FS is mounted and need to stay online...

View 1 Replies View Related

Software :: Transfer File From One Server To Other By Splitting Then Joining

Apr 8, 2010

I'm trying to transfer a large .tgz file from a CentOS dedicated server to a linux webhost (unknown OS). The problem is the webhost will not allow a 1.1gb file to be uploaded, however it will allow the upload in 149MB chunks. I used the split command to segment my tgz into 7 segments under 150mb. I then uploaded all segments via FTP which worked. Then I tried to join the segments to create the original tgz. The join appears to work with no issues. However, when I try to extract the tgz it appears there is a problem, most, but not all files are extracted and there is this error message:

Code: gzip: stdin: Input/output error
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now It appears the join did not work and the tgz is slightly corrupt. What am I doing wrong? Here's the commands I'm using:

1. Create the original tgz on the dedicated server
Code: tar -czf mysite.tgz ./myfolder
2. Split the tgz into segments
Code: split -b 149m -d mysite.tgz seg

# using the -d switch so the segment files use a numerical suffix
# I now have these files:
seg00
seg01
seg02
seg03
seg04
seg05
seg06
seg07

3. Transfer segments to the other webhost using FTP
Code: # hand typing (not a script)
ftp ftp.mysite.com
myusername
mypassword
binary
cd somefolder
put seg00
put seg01
put seg02
# through to seg07

4. Join up the segments on the new webhost
Code: # this is in a .sh script file
cd /full/path/to/somefolder
cat seg* > mysite.tgz 5. Extract the new tgz
Code: # this is in a .sh script file
cd /full/path/to/somefolder
tar -xzf mysite.tgz
# the above error is now thrown.

That's it. What am I doing wrong that's causing the above error?

View 5 Replies View Related

OpenSUSE Install :: Partition Manager Not Mounting Extra / Partition

Apr 3, 2011

The default partition manager which OpenSUSE DVD 11.4 uses (Expert Partitioner) is not creating any logic partition with / mount because another system is already using it, is there anyway to fix this?

View 9 Replies View Related

Ubuntu :: Mounting A Partition On A Partition Unstable?

Jan 19, 2011

I have come across the following statement: " When a FAT32 partition is mounted at '/media/windows', all access to '/media/windows' and everything below it is transparently handled by the Linux kernel using the 'vfat' module. Applications need not know they're dealing with anything else. However, mounting a partition at a location inside of another mounted partition is unpredictable, unstable, and generally a bad idea. "

Is it correct? Most of my partitions are mounted on /home, which is on a separate partition; and I have one "level 3" partition. I have been using Ubuntu for nearly three years so far with no problems (except for /home losing it's format once).

View 4 Replies View Related

Fedora :: Mounting Partition Upon Startup

Mar 31, 2010

I've migrated back to Fedora as I am just displeased with the majority of debian based distros and Sabayon at the moment. Fedora has grown up quite a bit since FC9 and I'm here to stay. I keep all of my media and documents on a seperate partition on my disk and am wondering how I can have it set to automatically mount it upon startup. It gets kind of annoying having to re-enter my password every reboot just to mount the partition that 90% of my time is spent on.

View 4 Replies View Related

Fedora :: F15 - Swap Partition Not Mounting?

May 31, 2011

I have the swap partition configured normally in fstab but it doesn't automount when I boot up. Not only that but I can't manually mount it either (ie with 'swapon -a', 'swapon -L /dev/sda7' etc). When I try I get this error -

Code:

[spoovy@kermitfed ~]$ sudo swapon -a
swapon: /dev/sda7: read swap header failed: Invalid argument
fstab -

Code:

/dev/sda7 swap swap defaults 0 0

The swap partition is used by another installation (Ubuntu dual-boot), which mounts it fine each boot.

View 12 Replies View Related

General :: HFS Partition Mounting Read-only

Jul 9, 2010

I have an external Western Digital Hard drive with two HFS partitions with journaling disabled.When I connect it to a computer running Linux (Debian or Ubuntu), frequently both partitions are mounted read-only. In the past, mounting them on my Macbook and executing the command to disable the journaling often worked (even though it would tell me that journaling was already disabled) but I would love to have a solution which works every time.

View 1 Replies View Related

Ubuntu :: Mounting HDD Image Of LVM Partition

Mar 13, 2010

I have a dedicated server that Ubuntu 9.04 operating system has been installed on it. Before this dedicated server, I had another server that according to some reasons, it was put aside and I requested my datacenter support team to attach previous server's HDD to my new server in order to transfer its information to the new server's HDD. On the disks of previous HDD, Ubuntu 8.04 LTS OS had been installed and most of its capacity was full, but while I mounted that HDD on the new server, the contents of the primary partition were visible but the contents of the extended partition weren't visible. After some inspectings, I observerd that the extended partition type is converted to LVM. Before this, I didn't deal with this kind of partition. I tried to mount this partition but I failed. I read many articles about this problem and implemented instructions on the HDD but the LVM partition was never mounted that returns many different errors and even I pursued the reasons of this errors but non of these remedies didn't solve this problem. Since the datacenter had determined a specifies time for transfering information. then I had to return the SCSI HDD on the specified time, so I was forced to make an image of the hard disk by "TestDisk" software. I've made that image from the LVM partition which its capacity amounts to 150 GB but still I'm not able to mount the image according to instructions on the different related websitres. Since I'm really dummy in Linux Fle System field, I request you to help me to mount this image or extract its contents.

View 1 Replies View Related

Ubuntu :: Mounting 2nd Partition At Startup?

Mar 2, 2011

how to make my other partition mount at Ubuntu startup? I have a shortcut to my windows XP documents folder, but the shortcut is broken every time I restart because the other partition has not been mounted. I assume there is a terminal command I need to type into my start-up manager?

View 9 Replies View Related

Ubuntu :: U11.04 Not Mounting My Swap Partition / Fix It?

May 11, 2011

Ubuntu has been complaining about swap not being ready during boot. The swap partition was showing up un-known in gparted. I booted off CD, reformatted it to swap. Error message gone but system monitor > resources shows my swap size to be 86GB (the exact size of my shared NTFS volume). gparted shows the swap partition as not 'swapped on'

I am running Ubuntu 11.04 along side Windows 7 (as well as my factory restore partition) and an NTFS shared partition.

My partition structure in order of location on disc. Screen shot below to help.
sda1-2 Windows 7
sda4, extended partition
--sda6 Ubuntu
--sda7 swap
--sda5 NTFS shared partition
sda3 Factory restore image

View 9 Replies View Related

Hardware :: Mounting ISO Image To Partition

Feb 8, 2010

I wanted to know if it is possible to mount an ISO image to a partition and boot from that instead of a CD or DVD. I know it is easy to do it from a CD but I would like to know if I can also do it this way.

View 3 Replies View Related

Networking :: NFS Partition Not Mounting Automatically?

Aug 28, 2010

I have an NFS mount that is in my NFS client's fstab file

Code:
192.168.1.102:/mnt/mythtv /mnt/mythtv nfs defaults 0 0
sudo mount -a will mount it after i have booted the system.

[code]....

View 2 Replies View Related

General :: Mounting NTFS Partition On Red Hat?

Sep 29, 2010

How to mount ntfs partitions into red hat linux. I'm trying to mount but not mounted that

View 8 Replies View Related

General :: Mounting Other Windows Partition

Nov 1, 2010

I want to mount my all windows partition in my "Red Hat Linux", please help me to mount all my windows partition in linux.And please tell if i mount windows partition is it harmful for windows/partition?

View 3 Replies View Related

General :: /var Partition Not Mounting Properly?

May 16, 2010

I have created a Virtual Machine with following partitions

OS: Fedora 11

Code:

Device boot start stop blocks id system
/dev/sda1 * 1 13 102400 3 Linux
/dev/sda2 13 587 4608000 8e Linux-LVM

Then I added One more Volume group with ext3 file system

Code:

Device boot start stop blocks id system
/dev/sda1 * 1 13 102400 3 Linux
/dev/sda2 13 587 4608000 8e Linux-LVM

[code]....

After mounting I am not able to access only lock and lost+found file under /var

View 4 Replies View Related

Debian :: Mounting Other Partition And Editing As Root?

Jan 22, 2011

I have Linux Mint (LMDE) on another partition and I guess I need to do some 'fixing' so I need to mount the partition. I can't, though, not by just clicking the partition (obviously?). I assume this is because I need root access to mount it.

how I can do this?:

1) CLI - mount via CLI by mounting at some point - for e.g., mine is /dev/sda3 so mount as ?

2) Use an 'editor' or file manager - such as Dolphin - how would I do this?

3) Use a Live CD/DVD - I think this way is unnecessary but it's a way, right?

Anything I missed? I guess gparted could mount it?

Which method would you use?

I think one could ssh into it but I'm not able to do that yet.

I need to exit the xorg.conf file which is recently really messed up.

View 3 Replies View Related

Fedora :: Remembering Authorization For Mounting Partition?

Nov 20, 2009

Every time I reboot PC I have to enter the admin password to mount ntfs partition. Is there any way to avoid this. In Fedora 10 there was remember authorization option, is there any option like this in F12?

View 4 Replies View Related

Fedora Servers :: Mounting A Nfs Network Partition?

Mar 11, 2010

I am having trouble mounting a nfs network partition. I think my problem is related to the firewall in my server.

1. - When the firewall is disable in the server, all the clients are able to mount the network partition without a problem. This is good, but I want the firewall active.

2.- When the firewall enabled, without any port opened, none of the clients are able to connect to the server (expected behavior). This is the message I got:

mount -t nfs 192.168.1.103:/home/username /mnt/myHomeCaraota/
mount: mount to NFS server '192.168.1.103' failed: System Error: No route to host.

3.- When I open port 2049 only (see lines below) Nothing changed. I got the same message. No connetion

-A INPUT -m state --state NEW -m tcp -p tcp --dport 2049 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 2049 -j ACCEPT

4.- If I open ,additionally, ports tcp/udp 111 thre is an improvement because at least I get:

usename@laptop ~]$ sudo mount -t nfs 192.168.1.103:/home/username /mnt/myHomeCaraota/
mount: mount to NFS server '192.168.1.103' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.103' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.103' failed: timed out (retrying).

[Code]...

But in the last case I am opening everything to the clients (192.168.1.100-192.168.1.104) and I believe it is not a good use of the firewall. In summary, I think my nfs configuration is o.k, because I am able to mount the partitions when the firewall is down or when all the ports are open for a given number of clients. I also believe that I need to open ports 111 and 2049 because at leas the server is responding, but I know that I need something else, but I can not figure out what that is.

View 2 Replies View Related

Fedora :: Mounting And Using Partition As /home/stewi?

Aug 3, 2011

i am having troble with the permisions of a partition(/dev/sda3) that i have mounted as /home/stewi and wish to use it as my home dir, the only probolem is that it only lets the root user do anathing with the partition wen it is mounted as /home/stewi. i have tried running

Code:
chown stewi:stewi stewi
and
Code:
chmod 777 stewi
while root, but i just get an eror mesage:

[Code].....

View 9 Replies View Related

OpenSUSE Hardware :: Mounting Pendrive With NSS Partition

Aug 5, 2011

I have a pendrive formatted with NSS. It have important info and I need it. I can mount this drive with Open Suse?

View 1 Replies View Related

Ubuntu Installation :: Mounting NTFS Partition In 9.10 ?

Mar 5, 2010

I am trying to mount 3 NTFS partitions, but they aren't showing up in the /dev directory. If I fdisk the drive, the partition shows up, but nothing in /dev...

Here is the output of fdisk -l as well as the results of my attempt to mount the partition.

View 6 Replies View Related

Ubuntu / Apple :: Mounting Hfs Partition At Boot?

May 16, 2010

I'm currently trying to mount a hfs partition at boot as part of my quest to have a shared music folder across ubuntu and OSX. Here's the output of fdisk -l

Code:
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

[code]...

View 8 Replies View Related

Ubuntu Installation :: Mounting Partition Not During Startup

Jun 19, 2010

yesterday I did an upgrade from 9.10 to 10.04 and this time it was a mixed experience, most thing worked, but some things like gdm, sound and other setting need(ed) corrections to work again (as in 9.10).In 9.10 I setup my system so that the second partition (data) was only manually mounted after asking for my password.

After updating 10.04 I asking me at every bootup whether I want to manually mount or skip the mounting. And when I manually mount the partition I don't need any password anymore.Why did the upgrade change my setting?Not being an linux-expert, having not documented how I have done the previous setup and being unlucky with google, I could use some pointers in the right direction.Even if I sound not so happy at the moment I really appreciate the good work that went into ubuntu. After setting up my system after each new installation or upgrade I enjoyed a carefree time with ubuntu (where I forget everything I need to setup my system because it just works as it should).

View 4 Replies View Related

Ubuntu :: Mounting Vista Partition Through Terminal

Nov 27, 2010

I'm having trouble mounting my Vista partition through the terminal. I'm typing
Code:
sudo mount -t ntfs dev/sda3 /media
But that's where I'm getting tripped up, because I'm fairly confident that my mount-point is "40 GB Filesystem" and I'm unable to change the name. How to open files/directories that have spaces in them in the terminal. How to mount a DVD drive or USB from the terminal.

View 3 Replies View Related

Ubuntu :: Mounting - Partition Not Showing In Nautilus

Jan 1, 2011

Besides having Ubuntu I also have Windows 7 and to keep data between the two I keep a separate partition. So far I have been automatically mounting this partition in /media by editing fstab. The partition shows up in Places and on Desktop. Now I have changed mount-point to be in /mnt and this works fine, the partition mounts. The problem is that it doesn't show up in Places nor on the Desktop. I have changed back the mount-point to /media and the partition shows up on the Desktop and in Places fine, but when the mount-point is changed it won't show up anymore.

View 6 Replies View Related

Ubuntu :: Mounting An NTFS Partition As Read-Only

Feb 11, 2011

I have successfully mounted the NTFS partition containing win7 via Ubuntu.

I followed these 3 steps:

Code:

Now I have unmounted the partition and want to remount it again except this time so that it is mounted as Read-Only.

View 1 Replies View Related

Ubuntu :: Mounting Windows Partition On Startup?

Feb 18, 2011

I have just installed ubuntu 10.10 on my win7 laptop (Acer Timeline 3810T) with wubi. I can mount the laptop's windows partition with no issues using NTFS Config (after installing hal), but every time after I reboot ubuntu tells me that it cannot mount the windows partition. If I reopen NTFS config after reboot now my previously-mounted partition shows as having 0Gb of data and there is a new /host partition that represents the windows partition. I can then mount it again by renaming it into /media/Windows and it again works until a reboot.

View 3 Replies View Related

Ubuntu :: Mounting A Ext4 Partition Properly?

Mar 8, 2011

currently my fstab entry for a partition is this:/dev/sda6 /media/Media ext4 defaults 0 0 But that seems to not give me any permissions on it, i can't create/copy/paste or anything with files onto it

View 1 Replies View Related







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