Resizing a disk


 
Thread Tools Search this Thread
Operating Systems Solaris Resizing a disk
# 8  
Old 11-22-2010
It looks like we don't understand the same question. I believe the OP to mean a larger "disk" is to be presented by the same LUN. SAN disks are usually virtual and back-ended by some sort of raid/volume management on the storage side.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Resizing root virtual disk on the CentOS

Hello, Can someone suggest me what I missing, I re-sized a root virtual disk to 30GB on the CentOS VM. After re-sizing the disk, I booted the OS and ran fdisk -list command I was able view the size of the disk as 30GB. Paritions in the vm before I resize are: /boot - Primary parition /... (1 Reply)
Discussion started by: bobby320
1 Replies

2. UNIX for Dummies Questions & Answers

how to go about resizing the virtual disk?

Hi guys , We are running machines in virtual environment. As a part of virtual solution we have a disk created in form of files on host machine. The problem is we are facing space crunch and need to re size the harddisk files of virtual machines. There a catch the virtual machines are... (0 Replies)
Discussion started by: pinga123
0 Replies

3. Solaris

Hard disk resizing Solaris

Dear All, I have a task of resizing the Solaris Partitions. This server contains SVM. Kindly let me know the steps in resizing the partitions and precautions. Regards Rj (3 Replies)
Discussion started by: jegaraman
3 Replies

4. HP-UX

Some doubts about resizing fs's in HP-UX

Hello, I'm new to HP-UX and I'm not sure about some concepts related to resizing fs's under this OS. First of all I'm only asking about resizing ONLINE, it means, without having to umount the fs nor rebooting, etc. Q1. I've read that in order to resize a fs online there are 2 requirements:... (3 Replies)
Discussion started by: asanchez
3 Replies

5. Solaris

Parition Resizing

Is there a way to take space from the /opt slice (/dev/dsk/c1t0d0s5) and then put it in the /var (/dev/dsk/c1t0d0s1)? In theory, I should be able to ufsdump /opt and /var to another drive. Use disk label to resize those two slices (ex. take 10G from opt and add to /var) and then newfs and dump back... (1 Reply)
Discussion started by: adelsin
1 Replies

6. Filesystems, Disks and Memory

Help with resizing partitions

Hi First post :o I have recently used Acronis (Backup software for data backup and disaster recovery in Windows and Linux - Acronis) to create identical systems that I need to build. Everything works OK, but one of the machine has a bigger harddisk (250G) than the one I used to create the... (2 Replies)
Discussion started by: forte712
2 Replies

7. AIX

Resizing VG with mirror

Dear Friends, I would like to know if there is any chance to expand a Volume Group, If this VG have a mirror. If there is any chance to do this what would be the safer way to avoid lost any data. Sorry about my English.:D Thanks a lot. (1 Reply)
Discussion started by: chrispaz
1 Replies

8. UNIX for Dummies Questions & Answers

Resizing file

is there anything such as "resizing file for optimal disk usage" if so, whats it about? (4 Replies)
Discussion started by: TRUEST
4 Replies

9. UNIX for Advanced & Expert Users

filesystems resizing

I want to resize my filesystem partitions. Reason is that I have 11GB of disk space unused by Unix which divvy reveals. Is there a way I could resize my filesystems without doing a reinstallation. The secondary problem is that the boot image is too large for a diskette (5MB). I'm running SCO... (10 Replies)
Discussion started by: sshokunbi
10 Replies
Login or Register to Ask a Question
diskd(1)						      General Commands Manual							  diskd(1)

Name
       diskd - disk daemon; wait for disk to be inserted

Note
       This  manpage has been automatically generated from fdutils's texinfo documentation.  However, this process is only approximative, and some
       items, such as cross-references, footnotes and indices are lost in this translation process.  Indeed, these items have no appropriate  rep-
       resentation  in	the  manpage  format.  Moreover, only the items specific to each command have been translated, and the general information
       about fdutils has been dropped in the manpage version.  Thus I strongly advise you to use the original texinfo doc.

       *      To generate a printable copy from the texinfo doc, run the following commands:

		     ./configure; make dvi; dvips fdutils.dvi

       *      To generate a HTML copy,	run:

		     ./configure; make html

	      A pre-made HTML can be found at: `http://www.tux.org/pub/knaff/fdutils'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       The texinfo doc looks most pretty when printed or as HTML.  Indeed, in the info version certain examples are difficult to read due  to  the
       quoting conventions used in info.

Description
       The diskd command has the following syntax:

	  diskd [-d drive] [-i interval] [-e command]

       Diskd  waits for a disk to be inserted into a given drive, and then either executes the command or exits. This program can be used to auto-
       matically mount a disk as soon as it is inserted.

Warning
       This program works by switching the motor on for a very short interval, and then seeking to track -1. This might  damage  hardware  in  the
       long  run.  Amigas,  which  also  use these techniques, are known for having problems with their disk drives no longer spinning up properly
       after a few month of usage.

Options
       -d drive
	      Selects the drive to observe for disk insertion. By default, drive 0 (/dev/fd0) is observed.

       -i interval
	      Selects the polling interval. The interval is given in tenths of seconds. Default is 10 (one second).

       -e command
	      Gives the command to be executed when a disk is inserted. If no command is given the program simply exits.  Typically,  the  command
	      mounts the disk. It can be a shell scripts which probes for several filesystems and disk geometries until it succeeds.

Bugs
       *      Automatic  unmounting  cannot yet be handled. It is indeed not enough to scan for disk removal, because when the disk is removed, it
	      is already too late: There might be some buffers needing flushing.  However, the fdmountd program  allows  automatic  unmounting	by
	      using the SYNC mount options, which switches off write buffering (see section  fdmount).

       *      The drive motor is running all the time, and on some computers, the drive led flickers at each time the drive is polled.

See Also
       Fdutils' texinfo doc

fdutils-5.5							      03Mar05								  diskd(1)