Re: mount 2nd HD containing running Freebsd system

2009-03-26 Thread Fbsd1

Ricardo Jesus wrote:

Fbsd1 wrote:
I have run out of space on my running 7.1 system. I have a 2nd HD 
containing 6.1 that I want to mount and use the 80gb /usr slice.


What is the mount command to use?

Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
slices on that HD.


Read up http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html, 
namely entries 9.1 and 9.2. Very detailed and helpful stuff.




None of that was helpfull. Found post in questions archives from 1992 
that gave me pointer to correct direction.


Here is the solution I used.

 ls /dev/ad*   listed all the slices on both HDs.
 mount /dev/ad1s1f /mntmounted the /usr dir from the second HD just 
like i wanted.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mount 2nd HD containing running Freebsd system

2009-03-26 Thread Olivier Nicole
 I have run out of space on my running 7.1 system. I have a 2nd HD 
 containing 6.1 that I want to mount and use the 80gb /usr slice.

 What is the mount command to use?

In order to give you the right answer, we would need to know how that
disk was organised:

- slice (of fdisk type); use the command fdisk -s /dev/da1

- partitions (or disklabel); use the command disklabel /dev/da1s1 (if
  the slice with FreeBSD is the slice 1)

- Now you may have used your disk witout slice, I cannot help, or
  without partition (like Linux), I cannot help either.

You can also run /sur/sbin/sysinstall. In Configure choice, you will
have two menus, Fdisk and Label, that does the same thing as the
command fdisk and disklabel.

Only when you know what you want to mount, we can tell you how to
mount it.

Best regards,

olviier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mount 2nd HD containing running Freebsd system

2009-03-26 Thread Ricardo Jesus

Fbsd1 wrote:

Ricardo Jesus wrote:

Fbsd1 wrote:
I have run out of space on my running 7.1 system. I have a 2nd HD 
containing 6.1 that I want to mount and use the 80gb /usr slice.


What is the mount command to use?

Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
slices on that HD.


Read up 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html, 
namely entries 9.1 and 9.2. Very detailed and helpful stuff.




None of that was helpfull. Found post in questions archives from 1992 
that gave me pointer to correct direction.


Here is the solution I used.

 ls /dev/ad*   listed all the slices on both HDs.
 mount /dev/ad1s1f /mntmounted the /usr dir from the second HD just 
like i wanted.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


My interpretation of your original post was that you wanted to move /usr 
to the 2nd HD ;) So I pointed to 2 FAQs that addressed the matter.


Anyways glad that you worked it out.

Regards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


mount 2nd HD containing running Freebsd system

2009-03-25 Thread Fbsd1
I have run out of space on my running 7.1 system. I have a 2nd HD 
containing 6.1 that I want to mount and use the 80gb /usr slice.


What is the mount command to use?

Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
slices on that HD.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mount 2nd HD containing running Freebsd system

2009-03-25 Thread Ricardo Jesus

Fbsd1 wrote:
I have run out of space on my running 7.1 system. I have a 2nd HD 
containing 6.1 that I want to mount and use the 80gb /usr slice.


What is the mount command to use?

Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
slices on that HD.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


Read up http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html, 
namely entries 9.1 and 9.2. Very detailed and helpful stuff.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mount 2nd HD containing running Freebsd system

2009-03-25 Thread RW
On Wed, 25 Mar 2009 17:55:50 +0800
Fbsd1 fb...@a1poweruser.com wrote:

 I have run out of space on my running 7.1 system. I have a 2nd HD 
 containing 6.1 that I want to mount and use the 80gb /usr slice.
 
 What is the mount command to use?
 
 Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
 slices on that HD.

You need to mount the bsd partition[s] not the whole disk.
Probably something like /dev/ad1s1d 

I'd suggest you re-label it and put a new filesytem on it if you can. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org