Re: gjournal: journaled slices vs. journaled partitions

2008-11-04 Thread Volodymyr Kostyrko
mirror/gmd consistent. Just one thing - you have two separate journaled partitions, one journal per one partition. Trying to mount root from ufs:/dev/mirror/gm.journal Manual root filesystem specification: fstype:device Mount device using filesystem fstype

Re: gjournal: journaled slices vs. journaled partitions

2008-11-04 Thread Volodymyr Kostyrko
partitions. Anyone know for sure? gjournal needs to know what what data is actually metadata. In case of UFS the -J flag given to newfs tells system that using this fs we should mark metadata for gjournal use. Another tricky question: why would you journal a SWAP partition? Well, I don't

Re: gmirror + subset of partitions gjournal'd, autosync setting?

2008-10-30 Thread Carl
Carl wrote: I've built a GEOM mirror on a single slice of a single disk and am about to insert the second disk. Of the partitions in the mirror, I made only a few of them gjournal'd. I've seen it recommended that one disable autosynchronization for the mirror if using journaled filesystems

Re: gmirror + subset of partitions gjournal'd, autosync setting?

2008-10-30 Thread Jeremy Chadwick
On Wed, Oct 29, 2008 at 11:04:37PM -0700, Carl wrote: Carl wrote: I've built a GEOM mirror on a single slice of a single disk and am about to insert the second disk. Of the partitions in the mirror, I made only a few of them gjournal'd. I've seen it recommended that one disable

gmirror + subset of partitions gjournal'd, autosync setting?

2008-10-26 Thread Carl
I've built a GEOM mirror on a single slice of a single disk and am about to insert the second disk. Of the partitions in the mirror, I made only a few of them gjournal'd. I've seen it recommended that one disable autosynchronization for the mirror if using journaled filesystems. 1

Re: gjournal: journaled slices vs. journaled partitions

2008-10-21 Thread Carl
of UFS partitions. Anyone know for sure? Another tricky question: why would you journal a SWAP partition? Well, I don't really want to, but how big does a partition like /var have to be before it's no longer ill-advised to journal it individually? A fair bit of writing can occur in /var

Re: gjournal: journaled slices vs. journaled partitions

2008-10-21 Thread Volodymyr Kostyrko
of dangerously dedicated mode. This means I need one slice, but see no reason for more. Inside that one slice will be the usual array of partitions (ie. /, swap, /var, /tmp, /usr, /data). Now, I think gmirror allows me to mirror the entire drive rather than forcing me to do per-slice or even per

Re: gjournal: journaled slices vs. journaled partitions

2008-10-21 Thread Carl
/umgah0.journale Does the above suggest that you've ended up with individual journal providers for each partition anyway? If so, where are they and have you really achieved anything functionally different? Are they at the end of their individually associated partitions or all together somewhere else

gjournal: journaled slices vs. journaled partitions

2008-10-20 Thread Carl
dedicated mode. This means I need one slice, but see no reason for more. Inside that one slice will be the usual array of partitions (ie. /, swap, /var, /tmp, /usr, /data). Now, I think gmirror allows me to mirror the entire drive rather than forcing me to do per-slice or even per-partition

Re: gjournal: journaled slices vs. journaled partitions

2008-10-20 Thread Laszlo Nagy
So how do I achieve per-slice journaling instead of per-partition? The docs only says this: gjournal only supports UFS2. It does not specifically say that you cannot have per-slice journaling. However, since you could have other filesystems on your slice, I bet that slice based journaling is

Resizing partitions and slices

2008-08-07 Thread David Gurvich
I have a hard drive with one slice and 3 partitions. Only two partitions are actually being used. I would like to delete the 3rd partition, resize the slice, and create a second slice the size of the deleted partition. Is there a safe way, one that preserves the data on the other 2 partitions

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-21 Thread Dieter
# mount -t ext2fs /dev/ad0s8 /mnt/ # ls /mnt ls: /mnt: Bad file descriptor Weird. I can mount ext2fs on 7.0 (and previously on 6.0 and 6.2) and things mostly work. In the past I had ext2fs on both primary and extended slices (or whatever the preferred terminology is). This is on AMD64 with

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Nejc Škoberne
Hey, Have you, by any chance, tried and suceded at mounting ext2fs on FBSD7? If you did, at least I'd know that it _is_ possible :s It is possible, although I haven't used this on FreeBSD 7.0 yet (only on 5.x and 6.x releases). I'd also try this: mkdir /mnttest mount -t ext2fs /dev/ad0s8

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 01:37:26 Ryan Coleman wrote: Gonzalo Nemmi wrote: On Friday 04 July 2008 22:58:18 you wrote: Gonzalo Nemmi wrote: Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong??

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
]:~ # fdisk /dev/ad0 *** Working on device /dev/ad0 *** parameters extracted from in-core disklabel are: cylinders=387621 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=387621 heads

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Roland Smith
for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=387621 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 131 (0x83

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Nejc Škoberne
Hey, ls -la / | grep mnttest Can you paste output of this command? sysid 5 (0x05),(Extended DOS) start 102398310, size 106446690 (51975 Meg), flag 0 beg: cyl 1023/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 So the partition you're trying to mount is under an

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 06:01:36 you wrote: Hey, ls -la / | grep mnttest Can you paste output of this command? sysid 5 (0x05),(Extended DOS) start 102398310, size 106446690 (51975 Meg), flag 0 beg: cyl 1023/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 05:59:42 Roland Smith wrote: mount -t ext2fs /dev/ad0s1 /mnt [EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s1 /mnt [EMAIL PROTECTED]:~ # ls /mnt ls: /mnt: Bad file descriptor [EMAIL PROTECTED]:~ # ls -la / | grep /mnt ls: mnt: Bad file descriptor [EMAIL PROTECTED]:~ #

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-05 Thread Gonzalo Nemmi
On Saturday 05 July 2008 06:01:36 Nejc Škoberne wrote: Hey, ls -la / | grep mnttest Can you paste output of this command? sysid 5 (0x05),(Extended DOS) start 102398310, size 106446690 (51975 Meg), flag 0 beg: cyl 1023/ head 0/ sector 1; end: cyl 1023/ head 254/

mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Gonzalo Nemmi
Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong?? [EMAIL PROTECTED]:~ # uname -sr FreeBSD 7.0-RELEASE [EMAIL PROTECTED]:~ # kldstat Id Refs AddressSize Name 1 10 0xc040 4dd878 kernel 2

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Ryan Coleman
Gonzalo Nemmi wrote: Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong?? [EMAIL PROTECTED]:~ # uname -sr FreeBSD 7.0-RELEASE [EMAIL PROTECTED]:~ # kldstat Id Refs AddressSize Name 1 10

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Gonzalo Nemmi
On Friday 04 July 2008 22:58:18 you wrote: Gonzalo Nemmi wrote: Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong?? [EMAIL PROTECTED]:~ # uname -sr FreeBSD 7.0-RELEASE [EMAIL PROTECTED]:~ #

Re: mounting ext2fs partitions on FBSD7 ( third time a charm?)

2008-07-04 Thread Ryan Coleman
Gonzalo Nemmi wrote: On Friday 04 July 2008 22:58:18 you wrote: Gonzalo Nemmi wrote: Could somebody please throw me a pointer ... i have followed every instruction on every book and/or how-to ... yet ... What am I doing wrong?? [EMAIL PROTECTED]:~ # uname -sr FreeBSD 7.0-RELEASE

Re: gmirror and resizing partitions..

2008-06-10 Thread Wojciech Puchar
more exact info please. gmirror status mount or cat /etc/fstab now much better - i know that you mirrored whole drives and then partitioned. are whole mirror labeled? if yes - what partition you have to trim down? if now - where are place (give me bsdlabel gm0s1 output) as you have 2

gmirror and resizing partitions..

2008-06-09 Thread B . Cook
Hello all, I have a FreeBSD 7 machine that I am running gmirror on (ad4 and ad6). there is an /exports and /home that need to be resized. (right now they each are about 55G and /home needed to have been 100G and exports 10G) what do I need to do to fix this. I am assuming break the

Re: gmirror and resizing partitions..

2008-06-09 Thread Reid Linnemann
the partitions and newfs them on one disk. Then dump|restore the data from the other disk to your new partitions, and recreate the mirror with the newly resized disk and insert the other disk into that mirror. That disk should then rebuild with the new partitioning. Of course, you can only do this while

Re: gmirror and resizing partitions..

2008-06-09 Thread Wojciech Puchar
there is an /exports and /home that need to be resized. (right now they each are about 55G and /home needed to have been 100G and exports 10G) more exact info please. gmirror status mount or cat /etc/fstab ___ freebsd-questions@freebsd.org

Re: gmirror and resizing partitions..

2008-06-09 Thread B. Cook
On Jun 9, 2008, at 12:12 PM, Wojciech Puchar wrote: there is an /exports and /home that need to be resized. (right now they each are about 55G and /home needed to have been 100G and exports 10G) more exact info please. gmirror status mount or cat /etc/fstab NameStatus

Re: number of partitions

2008-05-16 Thread Robert Jesacher
On 15.05.2008, at 19:09, Roland Smith wrote: On Thu, May 15, 2008 at 09:36:06AM -0600, [EMAIL PROTECTED] wrote: looks like I cannot create more than 8 partitions at boot time on a single disk. how to overcome this problem ? thanks Use fdisk to make up to 4 slices on the disk; e.g. ad0

Re: number of partitions

2008-05-16 Thread Wojciech Puchar
how to do it ? I need to create something like 16 partitions on a disk. you may create up to 4 slices if you use slices at all (i don't) on each you can make 7 partitions (8-one for c) but each partition CAN be partitioned again. so you can make any number of partitions. example of my home

number of partitions

2008-05-15 Thread Carlo . Capponi
hello, I would like to create a large number of partitions. how to do it ? I need to create something like 16 partitions on a disk. I tryed and after the 7th partition the dev is assigned to /dev/X looks like I cannot create more than 8 partitions at boot time on a single disk. how

Re: number of partitions

2008-05-15 Thread Roland Smith
On Thu, May 15, 2008 at 09:36:06AM -0600, [EMAIL PROTECTED] wrote: looks like I cannot create more than 8 partitions at boot time on a single disk. how to overcome this problem ? thanks Use fdisk to make up to 4 slices on the disk; e.g. ad0 gets ad0s1 to ad0s4. you can then create up to 6

Re: mounting linux partitions

2008-05-10 Thread Gonzalo Nemmi
shows a DOS partition, but linux's fdisk shows a couple of ext3 partitions. However, /dev/ad12s7 does correspond to the correct linux partition and, when mounted, df shows the right size and utilization. FreeBSD 7.0 i386 and Linux i386 in here Any advice how to share a partition between these 2

mounting linux partitions

2008-05-09 Thread Isaac Mushinsky
', i.e. fdisk on FreeBSD shows a DOS partition, but linux's fdisk shows a couple of ext3 partitions. However, /dev/ad12s7 does correspond to the correct linux partition and, when mounted, df shows the right size and utilization. Any advice how to share a partition between these 2 systems? I only want

Dump and restore for Windows partitions

2008-01-30 Thread Martin Boulianne
Hi, Maybe this is a dumb question, but I was wondering if I could use dump (and restore) on Windows NTFS partitions. Say I have a NTFS partition, ad0s1. Could I use: # dump -b 4 -f /backups/winxp.dump /dev/ad0s1 Or after a restore, Windows would be able to read the files? What about dd

Re: Dump and restore for Windows partitions

2008-01-30 Thread Alex Zbyslaw
Martin Boulianne wrote: Maybe this is a dumb question, but I was wondering if I could use dump (and restore) on Windows NTFS partitions. Say I have a NTFS partition, ad0s1. Could I use: # dump -b 4 -f /backups/winxp.dump /dev/ad0s1 No. Dump is specific to ufs/ufs2 filesystems

Re: Dump and restore for Windows partitions

2008-01-30 Thread Jerry McAllister
On Wed, Jan 30, 2008 at 09:18:53AM -0500, Martin Boulianne wrote: Hi, Maybe this is a dumb question, but I was wondering if I could use dump (and restore) on Windows NTFS partitions. Say I have a NTFS partition, ad0s1. Could I use: # dump -b 4 -f /backups/winxp.dump /dev/ad0s1 Well, I

Re: Dump and restore for Windows partitions

2008-01-30 Thread Roland Smith
On Wed, Jan 30, 2008 at 09:18:53AM -0500, Martin Boulianne wrote: Hi, Maybe this is a dumb question, but I was wondering if I could use dump (and restore) on Windows NTFS partitions. Say I have a NTFS partition, ad0s1. Could I use: # dump -b 4 -f /backups/winxp.dump /dev/ad0s1 Dump

Re: Dump and restore for Windows partitions

2008-01-30 Thread Martin Boulianne
On Jan 30, 2008 2:08 PM, Roland Smith [EMAIL PROTECTED] wrote: On Wed, Jan 30, 2008 at 09:18:53AM -0500, Martin Boulianne wrote: Hi, Maybe this is a dumb question, but I was wondering if I could use dump (and restore) on Windows NTFS partitions. Say I have a NTFS partition, ad0s1. Could

Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Seth Brundle
Hi list, I'm in the mid of migrating my workstation from OpenBSD/amd64 to FreeBSD/amd64. I have three hard discs installed in it (two identical 250GByte SATA300, and one 500GByte SATA300 drive). When still running OpenBSD, I copied all data I want to transfer to the 500GByte drive; I plan to run

Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Seth Brundle
[Second try, first email disappeared in the way to the list server...?] Hi list, I'm in the mid of migrating my workstation from OpenBSD/amd64 to FreeBSD/amd64. I have three hard discs installed in it (two identical 250GByte SATA300, and one 500GByte SATA300 drive). When still running OpenBSD,

Re: Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Nikola Lečić
is a slice, whilst BSD-style chunk(s) within are partitions.) Is it possible to mount it just with 'mount /dev/ad8s1 /mnt'? -- Nikola Lečić :: Никола Лечић ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Seth Brundle
' on FreeBSD.) (The disk area occupied by OpenBSD is a slice, whilst BSD-style chunk(s) within are partitions.) Is it possible to mount it just with 'mount /dev/ad8s1 /mnt'? Thanks for your fast reply; # mount /dev/ad8s1 /mnt mount: /dev/ad8s1 : No such file or directory Also tried

Re: Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Nikola Lečić
thought that the first -- and only -- partition on OpenBSD would show up as 'slice 1' on FreeBSD.) (The disk area occupied by OpenBSD is a slice, whilst BSD-style chunk(s) within are partitions.) Is it possible to mount it just with 'mount /dev/ad8s1 /mnt'? Thanks for your fast

Re: Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Seth Brundle
/ mount: /dev/ad8s1a : No such file or directory (I thought that the first -- and only -- partition on OpenBSD would show up as 'slice 1' on FreeBSD.) (The disk area occupied by OpenBSD is a slice, whilst BSD-style chunk(s) within are partitions.) Is it possible to mount

Re: Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Nikola Lečić
On Mon, 31 Dec 2007 12:44:33 +0100 Seth Brundle [EMAIL PROTECTED] wrote: # ls /dev/ad* /dev/ad4/dev/ad4s1b /dev/ad4s1e /dev/ad6 /dev/ad4s1 /dev/ad4s1c /dev/ad4s1f /dev/ad6s4 /dev/ad4s1a /dev/ad4s1d /dev/ad4s1g /dev/ad8 Just for the record, 'mount

Re: Is it possible to mount OpenBSD FFS partitions in FreeBSD?

2007-12-31 Thread Seth Brundle
2007/12/31, Nikola Lečić [EMAIL PROTECTED]: On Mon, 31 Dec 2007 12:44:33 +0100 Seth Brundle [EMAIL PROTECTED] wrote: # ls /dev/ad* /dev/ad4/dev/ad4s1b /dev/ad4s1e /dev/ad6 /dev/ad4s1 /dev/ad4s1c /dev/ad4s1f /dev/ad6s4 /dev/ad4s1a /dev/ad4s1d

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-21 Thread Jerry McAllister
To: Alexander Rudyk (Akvelon) Cc: FreeBSD-questions@FreeBSD.org Subject: Re: Partitions size for 80GB HDD and 2GB RAM On Thu, 20 Dec 2007 11:26:41 -0800 Alexander Rudyk (Akvelon) [EMAIL PROTECTED] wrote: Nikola, Thank you for your extender answer. I have two more comments. Did you

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Lowell Gilbert
, so no server side task will be handled. How you suggest to split 80GB between partitions to solve all laptop tasks. Here is partitions: /root /var /usr /home /swap You might want to consider a single partition (other than swap). The only reason I separate partitions these days is to make

RE: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Alexander Rudyk (Akvelon)
Why /var partition is so big? How it will be used? -Original Message- From: Frank Bonnet [mailto:[EMAIL PROTECTED] Sent: Thursday, December 20, 2007 1:35 AM To: Alexander Rudyk (Akvelon) Subject: Re: Partitions size for 80GB HDD and 2GB RAM Alexander Rudyk (Akvelon) wrote: Hi all I am

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Nikola Lečić
(photo, music, video), web browsing and emailing, so no server side task will be handled. How you suggest to split 80GB between partitions to solve all laptop tasks. Here is partitions: /root /var /usr /home /swap Hi Alexander, You can find the recommendations regarding partition sizes

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Nikola Lečić
Apologies, two corrections: On Thu, 20 Dec 2007 19:56:36 +0100 Nikola Lečić [EMAIL PROTECTED] wrote: [...] /var's size depends, among other things, on how many logs you want to keep there (where they live by default); since your machine will not be a server, 512M should be ok. Please note

RE: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Alexander Rudyk (Akvelon)
: FreeBSD-questions@FreeBSD.org Subject: Re: Partitions size for 80GB HDD and 2GB RAM On Wed, 19 Dec 2007 17:17:50 -0800 Alexander Rudyk (Akvelon) [EMAIL PROTECTED] wrote: Hi all I am planning to install FreeBSD 6.2 on my dell laptop with 80Gb HDD and 2GB RAM. FreeBSD will be the only OS

RE: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread James Harrison
On Thu, 2007-12-20 at 11:26 -0800, Alexander Rudyk (Akvelon) wrote: Nikola, Thank you for your extender answer. I have two more comments. Did you consider /var as your email db partition. I really don’t know how big will be my mail db on freebsd, but after half of year I have about 4GB

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Jerry McAllister
, video), web browsing and emailing, so no server side task will be handled. How you suggest to split 80GB between partitions to solve all laptop tasks. Here is partitions: /root /var /usr /home /swap I would recommend two possibilities, depending on how you you use the machine and how many

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Brian
James Harrison wrote: On Thu, 2007-12-20 at 11:26 -0800, Alexander Rudyk (Akvelon) wrote: Nikola, Thank you for your extender answer. I have two more comments. Did you consider /var as your email db partition. I really don’t know how big will be my mail db on freebsd, but after half of

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Jerry McAllister
On Thu, Dec 20, 2007 at 12:40:46PM -0700, James Harrison wrote: On Thu, 2007-12-20 at 11:26 -0800, Alexander Rudyk (Akvelon) wrote: Nikola, Thank you for your extender answer. I have two more comments. Did you consider /var as your email db partition. I really don???t know how big

Re: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Nikola Lečić
On Thu, 20 Dec 2007 11:26:41 -0800 Alexander Rudyk (Akvelon) [EMAIL PROTECTED] wrote: Nikola, Thank you for your extender answer. I have two more comments. Did you consider /var as your email db partition. I really don’t know how big will be my mail db on freebsd, but after half of year

RE: Partitions size for 80GB HDD and 2GB RAM

2007-12-20 Thread Alexander Rudyk (Akvelon)
, December 20, 2007 12:13 PM To: Alexander Rudyk (Akvelon) Cc: FreeBSD-questions@FreeBSD.org Subject: Re: Partitions size for 80GB HDD and 2GB RAM On Thu, 20 Dec 2007 11:26:41 -0800 Alexander Rudyk (Akvelon) [EMAIL PROTECTED] wrote: Nikola, Thank you for your extender answer. I have two more comments

Partitions size for 80GB HDD and 2GB RAM

2007-12-19 Thread Alexander Rudyk (Akvelon)
suggest to split 80GB between partitions to solve all laptop tasks. Here is partitions: /root /var /usr /home /swap Thx ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

using dd to duplicate disks/partitions of slightly different sizes - works?

2007-12-01 Thread Steve Franks
anyway) is there a way to make sure there is no info in the 5MB at the end that will overflow the smaller, and again, will my partitions be ok? The other option is just to fdisk label the other disk, then rsync everything to it. Is that the wiser choice? Thanks, Steve

Re: using dd to duplicate disks/partitions of slightly different sizes - works?

2007-12-01 Thread Kevin Kinsey
reports only 50% used anyway) is there a way to make sure there is no info in the 5MB at the end that will overflow the smaller, and again, will my partitions be ok? The other option is just to fdisk label the other disk, then rsync everything to it. Is that the wiser choice? Thanks, Steve Giorgos

Re: using dd to duplicate disks/partitions of slightly different sizes - works?

2007-12-01 Thread Mike Jeays
info be messed up? (2) If I dd from the larger to the smaller (df reports only 50% used anyway) is there a way to make sure there is no info in the 5MB at the end that will overflow the smaller, and again, will my partitions be ok? The other option is just to fdisk label the other

Re: using dd to duplicate disks/partitions of slightly different sizes - works?

2007-12-01 Thread RW
On Sat, 1 Dec 2007 20:53:41 -0500 Mike Jeays [EMAIL PROTECTED] wrote: I tried using dd with two 80GB disks, using a much larger block size (512M), booting Knoppix to make sure the filesystems on the 'input' disk were quiescent. It worked, but took an amazing 14 hours, which is only about 1.5

Re: using dd to duplicate disks/partitions of slightly different sizes - works?

2007-12-01 Thread Jerry McAllister
? (2) If I dd from the larger to the smaller (df reports only 50% used anyway) is there a way to make sure there is no info in the 5MB at the end that will overflow the smaller, and again, will my partitions be ok? The other option is just to fdisk label the other disk, then rsync

Re: resizing partitions

2007-10-24 Thread Jerry McAllister
? In particular, I probably don't need to shrink any partitions -- only grow them -- but I'm not sure how I want to handle this at this time. I worry a bit about using some Linux LiveCD's partition management tools on a FreeBSD system. Any advice would be appreciated. First, is there a strong reason

resizing partitions

2007-10-23 Thread Chad Perrin
I have need to alter some partition sizes on a (laptop) system I use daily, with FreeBSD 6.2-RELEASE installed. Are there tools you'd recommend for this, that should be stable and not prone to hosing up my filesystems? In particular, I probably don't need to shrink any partitions -- only grow

Re: resizing partitions

2007-10-23 Thread John Nielsen
don't need to shrink any partitions -- only grow them -- but I'm not sure how I want to handle this at this time. I worry a bit about using some Linux LiveCD's partition management tools on a FreeBSD system. Any advice would be appreciated. The best tools (IMO) for this are dump and restore

Re: Backing up large partitions

2007-05-16 Thread scuba
Hi, On Tue, 15 May 2007, Phusion wrote: |I need some advice on how to backup a UNIX server. The server has |multiple large partitions ranging from 200 to 400 GB. Also, the server |doesn't have a tape drive. We recently got a large NAS device that has |2 TB of storage space. The UNIX server has

Backing up large partitions

2007-05-15 Thread Phusion
I need some advice on how to backup a UNIX server. The server has multiple large partitions ranging from 200 to 400 GB. Also, the server doesn't have a tape drive. We recently got a large NAS device that has 2 TB of storage space. The UNIX server has Samba installed and can be setup to mount

Re: Backing up large partitions

2007-05-15 Thread Bill Moran
In response to Phusion [EMAIL PROTECTED]: I need some advice on how to backup a UNIX server. The server has multiple large partitions ranging from 200 to 400 GB. Also, the server doesn't have a tape drive. We recently got a large NAS device that has 2 TB of storage space. The UNIX server has

Re: Backing up large partitions

2007-05-15 Thread Roland Smith
On Tue, May 15, 2007 at 04:27:01PM -0500, Phusion wrote: I need some advice on how to backup a UNIX server. The server has multiple large partitions ranging from 200 to 400 GB. Also, the server doesn't have a tape drive. We recently got a large NAS device that has 2 TB of storage space

system boot taking more time, unable to mount vfat, linux partitions,

2007-05-15 Thread Anugunj Anuj Singh
Hi, I am using FreeBSd6.2 My FreeBSD takes around 90 seconds after detecting my hard disks. I use my second hard disk as a backup to store data, FIrst hard disk has linux and FreeBSD installed. I can mount vfat partitions from second hard disk but unable to mount it from FreeBSD. it shows me

Re: Backing up large partitions

2007-05-15 Thread Jerry McAllister
On Tue, May 15, 2007 at 04:27:01PM -0500, Phusion wrote: I need some advice on how to backup a UNIX server. The server has multiple large partitions ranging from 200 to 400 GB. Also, the server doesn't have a tape drive. We recently got a large NAS device that has 2 TB of storage space

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Doug Poland
On Sun, Jan 21, 2007 at 07:07:49PM -0500, Robert Huff wrote: Garrett Cooper writes: One good reason I can think of is to partition (not the tech definition but the traditional definition, to divide) filesystems such that if one person fills up /, it won't cause a program that

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Jerry McAllister
mounted on a different partition, the second drive is filled with the two mirror partitions, /usr and a swap partition. Everything else is mounted on the first drive. That being: /, /temp, /var, /usr/obj and the second swap partition. Together with the two mirrors this means seven (in words: 7

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Christian Baer
only have 10, 20, or 40Mb RLL. or slightly larger ESDI drives from back in the day..im willing to learn. In the good ol' days HDs weren't divided up into many partitions. They were usually too small to be of much good then. That actually began when the space that single HDs had became bigger

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Christian Baer
On Sun, 21 Jan 2007 13:53:20 -0800 Garrett Cooper wrote: One good reason I can think of is to partition (not the tech definition but the traditional definition, to divide) filesystems such that if one person fills up /, it won't cause a program that needs to write to /var or /tmp

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Christian Baer
On Mon, 22 Jan 2007 07:42:36 -0600 Doug Poland wrote: # DeviceMountpoint FStype OptionsDumpPass# /dev/da0s1b noneswapsw 0 0 /dev/da0s1a / ufs rw 1 1 ^^ Where did you

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Christian Baer
On Sun, 21 Jan 2007 13:58:18 -0800 Garrett Cooper wrote: Why create so many partitions? You can use slices to your benefit and you wouldn't use up your allocatable partitions on the disk's MBR. The point is that I wasn't given the chance to create any slices. Regards Chris

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Erik Trulsson
to the SPARC64 plattform or did I miss something? It is almost certainly due to your platform. Slices (aka partitions in MS-DOS) are pretty much specific to the IBM PC (and derivatives thereof.) -- Insert your favourite quote here. Erik Trulsson [EMAIL PROTECTED

Re: more than 7 partitions on a SCSI-drive

2007-01-22 Thread Garrett Cooper
that I can create are da0x and da1x - no 's'! Is this due to the SPARC64 plattform or did I miss something? It is almost certainly due to your platform. Slices (aka partitions in MS-DOS) are pretty much specific to the IBM PC (and derivatives thereof.) The first step covered the partitions

more than 7 partitions on a SCSI-drive

2007-01-21 Thread Christian Baer
partition, the second drive is filled with the two mirror partitions, /usr and a swap partition. Everything else is mounted on the first drive. That being: /, /temp, /var, /usr/obj and the second swap partition. Together with the two mirrors this means seven (in words: 7) partitions. The table

Re: more than 7 partitions on a SCSI-drive

2007-01-21 Thread Jeff Mohler
system with two mirrors on it. Because I wanted a lot of room for /usr while /usr/home ist mounted on a different partition, the second drive is filled with the two mirror partitions, /usr and a swap partition. Everything else is mounted on the first drive. That being: /, /temp, /var, /usr/obj

Re: more than 7 partitions on a SCSI-drive

2007-01-21 Thread Garrett Cooper
actually done or even tried this with any OS whatsoever. I am running a two drive system with two mirrors on it. Because I wanted a lot of room for /usr while /usr/home ist mounted on a different partition, the second drive is filled with the two mirror partitions, /usr and a swap partition

Re: more than 7 partitions on a SCSI-drive

2007-01-21 Thread Ivan Voras
Jeff Mohler wrote: If there is a fundamental reason why we still partition things like we only have 10, 20, or 40Mb RLL. or slightly larger ESDI drives from back in the day..im willing to learn. 1. if you only have one file system and something corrupts it, it's all gone. Some people even use

Re: more than 7 partitions on a SCSI-drive

2007-01-21 Thread Garrett Cooper
on it. Because I wanted a lot of room for /usr while /usr/home ist mounted on a different partition, the second drive is filled with the two mirror partitions, /usr and a swap partition. Everything else is mounted on the first drive. That being: /, /temp, /var, /usr/obj and the second swap partition

Re: more than 7 partitions on a SCSI-drive

2007-01-21 Thread [EMAIL PROTECTED]
On 21/01/07, Garrett Cooper [EMAIL PROTECTED] wrote: Jeff Mohler wrote: something top-posted On 1/21/07, Christian Baer [EMAIL PROTECTED] wrote: problem is that I can't allocate another partition One good reason I can think of is to partition (not the tech definition but the

Re: more than 7 partitions on a SCSI-drive

2007-01-21 Thread Robert Huff
Garrett Cooper writes: One good reason I can think of is to partition (not the tech definition but the traditional definition, to divide) filesystems such that if one person fills up /, it won't cause a program that needs to write to /var or /tmp problems, which in the case of /var

How many Labels/partitions are permitted?

2006-10-19 Thread Agus
Hi all. I was reading the installation of freebsd and get that only partitions, sorry, labels a to h are allowed. is this so? So if i want to have the following scheme: / /home /usr /usr/local /tmp /var /var/log /homeb Can i make this? cause i tried, but i get an X in the label... Thanx guys

Re: How many Labels/partitions are permitted?

2006-10-19 Thread Greg 'groggy' Lehey
On Thursday, 19 October 2006 at 20:29:07 -0300, Agus wrote: Hi all. I was reading the installation of freebsd and get that only partitions, sorry, labels a to h are allowed. is this so? Yes. Also, you can't use 'c' for a partition, since it represents the whole disk, and on one disk at least

Re: How many Labels/partitions are permitted?

2006-10-19 Thread Joerg Pernfuss
On Thu, 19 Oct 2006 20:29:07 -0300 Agus [EMAIL PROTECTED] wrote: Hi all. I was reading the installation of freebsd and get that only partitions, sorry, labels a to h are allowed. is this so? So if i want to have the following scheme: / /home /usr /usr/local /tmp /var /var/log /homeb

Re: How many Labels/partitions are permitted?

2006-10-19 Thread Greg 'groggy' Lehey
On Friday, 20 October 2006 at 1:48:35 +0200, Joerg Pernfuss wrote: On Thu, 19 Oct 2006 20:29:07 -0300, Agus [EMAIL PROTECTED] wrote: Hi all. I was reading the installation of freebsd and get that only partitions, sorry, labels a to h are allowed. is this so? a-h are possible, yes, but b

Re: How many Labels/partitions are permitted?

2006-10-19 Thread Joerg Pernfuss
to create that many partitions. By far. I should have pointed that out more clearly, thanks. Joerg -- | /\ ASCII ribbon | GnuPG Key ID | e86d b753 3deb e749 6c3a | | \ / campaign against |0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 | | XHTML in email |.the next sentence is true

Re: How many Labels/partitions are permitted?

2006-10-19 Thread Jerry McAllister
Hi, On Thu, Oct 19, 2006 at 08:29:07PM -0300, Agus wrote: Hi all. I was reading the installation of freebsd and get that only partitions, sorry, labels a to h are allowed. is this so? So if i want to have the following scheme: / /home /usr /usr/local /tmp /var /var/log /homeb

some issues about partitions and boot manager in dual boot cases with Windows

2006-10-18 Thread danan
and none, absolutely none, does not specify the very commun possibility of having a disk already with 2 partitions in Windows, not to mention even further possibilities as having 2 disks, from wich one having 2 partitions. For instance I have 2 computers, each with 2 SATA disks: on the first

Re: some issues about partitions and boot manager in dual boot cases with Windows

2006-10-18 Thread Jerry McAllister
experience with a live CD. Yup. It is. The only thing that keeps me back is the installation: I got a almost 10 (even not more) manuals about freeBSD and none, absolutely none, does not specify the very commun possibility of having a disk already with 2 partitions in Windows

Re: Raid strip with freebsd slices or partitions

2006-09-29 Thread John Nielsen
On Thursday 28 September 2006 19:43, Damian Wiest wrote: On Thu, Sep 28, 2006 at 10:35:10PM +, m3 BSD wrote: Hi, i would like to do a raid strip with freebsd slices or partitions and not with a entire disk. For example: I've a two SCSI drivers with 68Gb. I want to make a two partitions

Raid strip with freebsd slices or partitions

2006-09-28 Thread m3 BSD
Hi, i would like to do a raid strip with freebsd slices or partitions and not with a entire disk. For example: I've a two SCSI drivers with 68Gb. I want to make a two partitions or slices in two disks, first with 10G and other with 58Gb, this in two disks, and make a raid strip virtual disk

<    1   2   3   4   5   6   >