Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Partition problem

    [email]tim@qxlva.com[/email] wrote:
    > 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.
    Check your /etc/vfstab and see if the first two columns match up for
    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

  4. #3

    Default Re: Partition problem


    "Darren Dunham" <ddunham@redwood.taos.com> wrote in message
    news:GOzVa.615$Rk7.64362775@newssvr21.news.prodigy .com...
    > [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.
    >
    > > 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139