Ask a Question related to Sun Solaris, Design and Development.
-
Partition problem
Hi,
I have a solaris box running the following (uname -a)
SunOS ora-wmac 5.6 Generic_105181-29 sun4u sparc SUNW,Ultra-60
I recently had to replace a disk and resize/moce some partitions about. Now
on 2 of my partitions I get funny outcomes when I use ufsdump to backup the
partitions.
I have the following partitions on my disk2:
c0t1d0s0 mounted on /orafiles
c0t1d0s1 mounted on /logs.
These seem to be ok in normal filesystem activity except when i use ufsdump.
ufsdump 0uf /dev/rmt/0 /orafiles
or
ufsdump 0uf /dev/rmt/0 /dev/dsk/c0t1d0s0
both cause a dump of /dev/rdsk/c0t1d0s1 (/logs)
ufsdump 0uf /dev/rmt/0 /dev/rdsk/c0t1d0s0
works correctly.
like wise:
ufsdump 0uf /dev/rmt/0 /logs
or
ufsdump 0uf /dev/rmt/0 /dev/dsk/c0t1d0s1
both cause a dump of /dev/rdsk/c0t1d0s2
ufsdump 0uf /dev/rmt/0 /dev/rdsk/c0t1d0s1
works correctly.
All other partitions seem to backup ok - also on other systems where I have
moved/resized partitions in the same way.
What could be causing this and how can i fix it?
thanks
Tim
Guest
-
Win98 Partition problem with fips
Hello all, I am having a last cylinder problem for partitioning my 5gb hdd having win98 which i want to resize to 2 gb thereby giving the rest to... -
FAT32 partition mount problem
Greetings all: I have a dual boot machine with W2K Pro & RH 9 installed, in the same HD I have a FAT32 shared partition, and I created the... -
RH9 Upgrade - Partition Problem
I have RH8 installed on software RAID partitions. The two RAID disks are /dev/sda and /dev/sdb. My /etc/mtab is below. With RH8, everything works... -
Partition program "parted" PROBLEM!
Hello folks! The Linux program "parted" do not work! After I installed WindowsXP, and used ms-install-partition-utils, It screwed something.. So... -
Restoring / partition problem
I would like to ask how I can restore / partition in Linux. I dump and restore other partition successfully (ext2 and ext3) I tired with an HP... -
Martin Paul #2
Re: Partition problem
[email]tim@qxlva.com[/email] wrote:
Check your /etc/vfstab and see if the first two columns match up for> These seem to be ok in normal filesystem activity except when i use ufsdump.
>
> ufsdump 0uf /dev/rmt/0 /orafiles
> or
> ufsdump 0uf /dev/rmt/0 /dev/dsk/c0t1d0s0
>
> both cause a dump of /dev/rdsk/c0t1d0s1 (/logs)
>
> ufsdump 0uf /dev/rmt/0 /dev/rdsk/c0t1d0s0
> works correctly.
these file-systems (they should only differ in /dsk/ <-> /rdsk/).
mp.
--
Martin Paul | Systems Administrator
Institute for Software Science | [email]martin@par.univie.ac.at[/email]
University of Vienna, Austria | [url]http://www.par.univie.ac.at/[/url]
Martin Paul Guest
-
Re: Partition problem
"Darren Dunham" <ddunham@redwood.taos.com> wrote in message
news:GOzVa.615$Rk7.64362775@newssvr21.news.prodigy .com...ufsdump.> [email]tim@qxlva.com[/email] wrote:>> > c0t1d0s0 mounted on /orafiles
> > c0t1d0s1 mounted on /logs.> > These seem to be ok in normal filesystem activity except when i use>>> > ufsdump 0uf /dev/rmt/0 /orafiles
> > or
> > ufsdump 0uf /dev/rmt/0 /dev/dsk/c0t1d0s0>> > both cause a dump of /dev/rdsk/c0t1d0s1 (/logs)
> I'll bet you've got an error in your /etc/vfstab file in the 'device to
> fsck' column. That one is also used to provide the device to pass to
> ufsdump.
>
you're right!
thanks
Guest



Reply With Quote

