The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sun Storage 7000 Unified Storage Systems Resources on sun.com iBot Solaris BigAdmin RSS 0 11-19-2008 05:40 PM
Sun Storage J4400 Array as Disk Storage for Zmanda's Amanda Enterprise 2.6 Software iBot Solaris BigAdmin RSS 0 10-24-2008 08:10 AM
Sun Storage J4400 Array as Disk Storage for Symantec Veritas NetBackup 6.5 Software iBot Solaris BigAdmin RSS 0 09-30-2008 02:30 PM
Sun Storage J4400 Array as Disk Storage for Sun StorageTek Enterprise Backup Software iBot Solaris BigAdmin RSS 0 09-30-2008 02:30 PM
Storage Solutions: Oracle and Symantec Certify Veritas Data - Data Storage Connection iBot UNIX and Linux RSS News 0 07-20-2007 12:40 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-14-2008
seyiisq seyiisq is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 87
backup storage

I have my solaris in a partition on my hard drive the other partition which i want to use for backup, how do i format this partition for use as backup.
I know if i format with NTFS it will only work for windows and not solaris
  #2 (permalink)  
Old 12-14-2008
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline Forum Staff  
Soulman
  
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 2,947
as far as i know, fat16 is the only way to use a filesystem in solaris and windows...
  #3 (permalink)  
Old 12-14-2008
incredible incredible is offline Forum Advisor  
Registered User
  
 

Join Date: May 2008
Location: s'pore
Posts: 2,060
whats the disk size? solaris OS version? system model? size of disks? How many of them? df -k output? output of vfstab file? partion table layout under format? pls provide all these.. easier for everyone to help you. not just by giving a summary.
  #4 (permalink)  
Old 12-14-2008
seyiisq seyiisq is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 87
Below is as requested by Incredible
disk size = 650gb
OS version = solaris 10 x86-64bit
1 disk with 3 partition ( for solaris , window xp, and for backup)

Code:
# df -k
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c1d0s0      15141312  869019 14120880     6%    /
/devices                   0       0       0     0%    /devices
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                 1514640     908 1513732     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
sharefs                    0       0       0     0%    /etc/dfs/sharetab
/dev/dsk/c1d0s6      4034061 2590171 1403550    65%    /usr
/usr/lib/libc/libc_hwcap1.so.1
                     4034061 2590171 1403550    65%    /lib/libc.so.1
fd                         0       0       0     0%    /dev/fd
/dev/dsk/c1d0s4      4034061 1171975 2821746    30%    /var
swap                 1513808      76 1513732     1%    /tmp
swap                 1513756      24 1513732     1%    /var/run
/dev/dsk/c1d0s5      76514035   65555 75683340     1%    /u01
/dev/dsk/c1d0s7      151287721  829238 148945606     1%    /export/home
Code:
# cat /etc/vfstab
#device         device          mount           FS      fsck    mount   mount
#to mount       to fsck         point           type    pass    at boot options
#
fd      -       /dev/fd fd      -       no      -
/proc   -       /proc   proc    -       no      -
/dev/dsk/c1d0s1 -       -       swap    -       no      -
/dev/dsk/c1d0s0 /dev/rdsk/c1d0s0        /       ufs     1       no      -
/dev/dsk/c1d0s6 /dev/rdsk/c1d0s6        /usr    ufs     1       no      -
/dev/dsk/c1d0s4 /dev/rdsk/c1d0s4        /var    ufs     1       no      -
/dev/dsk/c1d0s7 /dev/rdsk/c1d0s7        /export/home    ufs     2       yes    -/dev/dsk/c1d0s5 /dev/rdsk/c1d0s5        /u01    ufs     2       yes     -
/devices        -       /devices        devfs   -       no      -
ctfs    -       /system/contract        ctfs    -       no      -
objfs   -       /system/object  objfs   -       no      -
swap    -       /tmp    tmpfs   -       yes     -
sharefs         -       /etc/dfs/sharetab       sharefs -       no      -
#
Code:
                                            Cylinders
      Partition   Status    Type          Start   End   Length    %
      =========   ======    ============  =====   ===   ======   ===
          1                 IFS: NTFS         0  9560    9561     25
          2       Active    Solaris2       9561  25496    15936     41
          3                 IFS: NTFS      25497  28683    3187      8



SELECT ONE OF THE FOLLOWING:
   1. Create a partition
   2. Specify the active partition
   3. Delete a partition
   4. Change between Solaris and Solaris2 Partition IDs
   5. Exit (update disk configuration and exit)
   6. Cancel (exit without updating disk configuration)
Enter Selection:
  #5 (permalink)  
Old 12-14-2008
incredible incredible is offline Forum Advisor  
Registered User
  
 

Join Date: May 2008
Location: s'pore
Posts: 2,060
Is your 650G fully used up ( meaning, have you assigned the disk space to any of your current slices) ?
If yes, i've no idea how you're going to do it. Someone else might help.
If not, then did you try using option number 1 from the menu to create a new partition for your backup space?
  #6 (permalink)  
Old 12-14-2008
seyiisq seyiisq is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 87
Quote:
Originally Posted by incredible View Post
Is your 650G fully used up ( meaning, have you assigned the disk space to any of your current slices) ?
If yes, i've no idea how you're going to do it. Someone else might help.
If not, then did you try using option number 1 from the menu to create a new partition for your backup space?
my 650gb is not fully used up. i still have some unallocated spaces which i have not touched.
my window is 150gb
solaris is 250gb
other partition (NTFS formated) is 50gb
about 150gb is still unallocated

If i cannot use the 50gb (ntfs fornmated) is there a way i can use the unallocated
  #7 (permalink)  
Old 12-14-2008
incredible incredible is offline Forum Advisor  
Registered User
  
 

Join Date: May 2008
Location: s'pore
Posts: 2,060
theoratically speaking, it can be done. So why dont you use the unallocated space then. Do that first and let us know the outcome
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:38 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0