Date: Thu, 26 Mar 2009 16:41:23 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: ricardo.m.jesus@criticalsoftware.com Cc: ricardo.m.jesus@criticalsoftware.com, freebsd-questions@freebsd.org, fbsd1@a1poweruser.com Subject: Re: mount 2nd HD containing running Freebsd system Message-ID: <200903260941.n2Q9fNPU061102@banyan.cs.ait.ac.th> In-Reply-To: <49CB4AE6.2090609@gmail.com> (message from Ricardo Jesus on Thu, 26 Mar 2009 09:29:10 %2B0000) References: <49C9FFA6.6070802@a1poweruser.com> <49CA1EF0.4060708@gmail.com> <49CB1E1C.4030808@a1poweruser.com> <49CB4AE6.2090609@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>>> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903260941.n2Q9fNPU061102>