2013. június 19. 19:41 napon Warren Block írta:
> There have been some excellent responses, and I just wanted to add a
> quick point:
>
> Virtual machines with VirtualBox work very well and avoid the problem of
> trying to make compatible partition layouts. Enable sshd on FreeBSD and
> get t
There have been some excellent responses, and I just wanted to add a
quick point:
Virtual machines with VirtualBox work very well and avoid the problem of
trying to make compatible partition layouts. Enable sshd on FreeBSD and
get to the files with rsync or scp or some FUSE module on the othe
On Tue, 18 Jun 2013 20:48:20 +0200, Istvan Gabor wrote:
> 2013. június 18. 19:49 napon Michael Sierchio írta:
>
> > On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote:
> > > ...
> > > How can I do this in FreeBSD?
> > > Can I have slices with only one partition occupying the whole slice?
> > >
You can simply newfs the device itself, without a volume label, slice,
or partition. That's the normal thing to do with malloc devices, or
additional disks. If the disk doesn't require a boot loader, isn't
the root device, etc. that may be the best thing to do.
Your caution about EXT* is spot-in
> From owner-freebsd-questi...@freebsd.org Tue Jun 18 13:47:50 2013
> Subject: =?UTF-8?Q?Re:_FreeBSD_slice/partiton_setup_?=
> =?UTF-8?Q?question?=
> From: =?UTF-8?Q?Istvan_Gabor?=
> To: =?UTF-8?Q?FreeBSD_Questions?=,
> =?UTF-8?Q?Michael_Sierchio?=,
> =?UTF-8?Q?Michael_Sierchio?=
> Date: Tue,
2013. június 18. 19:49 napon Michael Sierchio írta:
> On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote:
> > ...
> > How can I do this in FreeBSD?
> > Can I have slices with only one partition occupying the whole slice?
> >
> > Can I do something like the following:
> >
> > /dev/ad0s1a /
> >
On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote:
> ...
> How can I do this in FreeBSD?
> Can I have slices with only one partition occupying the whole slice?
>
> Can I do something like the following:
>
> /dev/ad0s1a /
> /dev/ad0s2e /home
> /dev/ad0s3e /usr/local
> /dev/ad0s5b swap
> /dev/ad0
Hello:
I have a question regarding FreeBSD slices/partitions.
I have a disk with linux partitions with the following layout:
/dev/sda1 /
/dev/sda2 /home
/dev/sda3 /usr/local
/dev/sda5 swap
/dev/sda6 /home/user1
/dev/sda7 /home/user2
etc.
sda1, sda2, and sda3 are primary partitions, sda5 and abo