can't open /dev/sda3 exclusively

 
Thread Tools Search this Thread
Operating Systems Linux SuSE can't open /dev/sda3 exclusively
# 1  
Old 03-10-2009
can't open /dev/sda3 exclusively

Hi, please help!!!

I'm installing an openSUSE 10.3 into a computer, after creating the following partitions:

Primay Partition
swap
/
LVM(volume manager) - /dev/sda3
/opt, /var, /tmp, /usr, /local

when i tried to continue installing, after creating the partitions
i am prompted with the following failure:

Quote:
Failure occurred during following action
creating volume group system from /dev/sda3
System error code was -4000
echo y | pvcreate -ff -Ma /dev/sda3:
can't open /dev/sda3 exclusively. Mounted filesystem?

Last edited by etcpasswd; 03-10-2009 at 03:07 AM..
# 2  
Old 03-26-2009
Quote:
Originally Posted by etcpasswd
Hi, please help!!!

I'm installing an openSUSE 10.3 into a computer, after creating the following partitions:

Primay Partition
swap
/
LVM(volume manager) - /dev/sda3
/opt, /var, /tmp, /usr, /local

when i tried to continue installing, after creating the partitions
i am prompted with the following failure:

You may have to refer to it by the /dev/mapper entry. Are you doing this on the CL or in Yast?
Also, just an aside, but why are you not putting / in the LVM? You can carve out a 90MB /boot and keep the rest maintained by LVM, including swap, or, with recent improvements in speed, put swap on a mounted filesystem as a file, as it will continue to do block I/O to the file.
# 3  
Old 04-01-2009
got ya, I'll try this out.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Pvcreate can't open /dev/xvda2 exclusively mounted filesystem

I downloaded the RH Linux 6.7 from RHEL, I wanted to extend the storage for "/" from default 16GB to say 200GB. Here’s the steps I tried is : 1. Init 1 2. Using “fdisk /dev/xvda” , delete the swap /dev/xvda3 as well as /dev/xvda2 3. Re-create /dev/xvda2 with linux LVM using new end... (7 Replies)
Discussion started by: alnhk
7 Replies

2. UNIX for Advanced & Expert Users

Pvcreate can't open /dev/xvda2 exclusively mounted filesystem

I downloaded the oracle linux 6.7 from RHEL, I wanted to extend the storage for "/" from default 16GB to say 200GB. Here's the steps I tried is : 1. Init 1 2. Using “fdisk /dev/xvda” , delete the swap /dev/xvda3 as well as /dev/xvda2 3. Re-create /dev/xvda2 with linux LVM using new end blocks ... (1 Reply)
Discussion started by: alnhk
1 Replies

3. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

4. UNIX and Linux Applications

unable to open the MRL 'dvd:///dev/dvd'

I am getting an error similar to this when I try to watch dvd's. Every program has a similar version of this. unable to open the MRL 'dvd:///dev/dvd'For VLC I have found a way to fix it. CD/DVD Drive not working VLC error (SOLVED) (Page 1) - Help & Support (Stable) - CrunchBang Linux Forums... (0 Replies)
Discussion started by: cokedude
0 Replies

5. Solaris

Can´t open /dev/dsk/c1t0d0s0 Clone/mirror

Hello friends, I Working with Solaris 8 on a SunFireV890, 150 GB SCSI HD's in Raid 1 (mirroring), my problem is that the master disk failed and going to put the slave (mirror) as a Master in the slot 0 (SCSI) will not start. The original mounting this, mirror in Raid 0: c1t0d0s0 (master)... (10 Replies)
Discussion started by: grymorum
10 Replies

6. UNIX for Dummies Questions & Answers

Error: could not open /dev/kbd to get keyboard

hi, Why do i get an error "could not open /dev/kbd to get keyboard type US keyboard assumed" wehn i execute the script on my AIX machine. Just curious to know. (3 Replies)
Discussion started by: reddymails
3 Replies

7. Solaris

What is /dev/tty /dev/null and /dev/console

Hi, Anyone can help My solaris 8 system has the following /dev/null , /dev/tty and /dev/console All permission are lrwxrwxrwx Can this be change to a non-world write ?? any impact ?? (12 Replies)
Discussion started by: civic2005
12 Replies

8. UNIX for Advanced & Expert Users

/dev/NULL can't open this file ??

when i write the following two statements : cp /dev/NULL /clocal/mqbrkrs/user/mqsiadm/sanjay/dspmq_temp cat /dev/NULL > /clocal/mqbrkrs/user/mqsiadm/sanjay/dspmq_temp its gives me errors like : cp: /dev/NULL: A file or directory in the path name does not exist. cat : /dev/NULL can't open... (2 Replies)
Discussion started by: varungupta
2 Replies

9. UNIX for Dummies Questions & Answers

Removing files exclusively

Do we have a command, which removes all the files in a file excluding the one's, I dont want to delete? Like - I am having file - XXXCopyXXX I want to remove all files not having 'Copy' in its name. rm works on all files, there I couldnt find exclusion option. Can some throw light to... (3 Replies)
Discussion started by: videsh77
3 Replies
Login or Register to Ask a Question