Jumat, 28 Februari 2014

Bristol Digest, Vol 539, Issue 11

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Backup drive (david)
2. Re: Backup drive (Alex Butcher)
3. Re: Backup drive (david)
4. Re: Backup drive (Adrian Portway)
5. Introducing myself (Adrian Portway)
6. Re: Introducing myself (David Fear)
7. Re: Introducing myself (Nigel Sollars)


----------------------------------------------------------------------

Message: 1
Date: Fri, 28 Feb 2014 16:53:25 +0000
From: david <david@avoncliff.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] Backup drive
Message-ID: <5310BF05.9000003@avoncliff.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

All
I have decided I really ought to do something about backups, the old
system of copying everything to a CD every so often that has worked for
years is showing its age.
So I bought a 1T drive, and formatted it ext4, it shows up as 1000gig free.
So I copied /home off an old machine on to it, this lists as 159,323
items totalling 28.4GB, and now the drive is showing 899GB free.
Does everyone just ignore this, and buy bigger drives?
If I partition it up how many partitions do I need to make it worth the
effort.

And as the idea is to copy several machines and some old drives on to
one drive (all eggs in one basket ) has anyone used any deduping
software for home use.

David



------------------------------

Message: 2
Date: Fri, 28 Feb 2014 17:02:45 +0000 (GMT)
From: Alex Butcher <lug@assursys.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Backup drive
Message-ID: <alpine.LFD.2.03.1402281655470.8365@nffheflf.pb.hx>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Fri, 28 Feb 2014, david wrote:

> I have decided I really ought to do something about backups, the old system
> of copying everything to a CD every so often that has worked for years is
> showing its age.
> So I bought a 1T drive, and formatted it ext4, it shows up as 1000gig free.
> So I copied /home off an old machine on to it, this lists as 159,323 items
> totalling 28.4GB, and now the drive is showing 899GB free.
> Does everyone just ignore this, and buy bigger drives?
> If I partition it up how many partitions do I need to make it worth the
> effort.

Using smaller partition sizes to get smaller cluster sizes is a
Microsoft-ism.

Linux extX filesystems reserve some blocks (default 5%) for root. If you
didn't override this, that probably explains the discrepancy. To check, run
as root:

# tune2fs -l /dev/sdX | grep Reserved

Finally, there's also the difference in definitions between binary and
decimal multiples; OSs usually use the former, storage vendors the latter
(<http://en.wikipedia.org/wiki/IEEE_1541>).

HTH,
Alex



------------------------------

Message: 3
Date: Fri, 28 Feb 2014 17:40:32 +0000
From: david <david@avoncliff.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Backup drive
Message-ID: <5310CA10.8040009@avoncliff.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 28/02/14 17:02, Alex Butcher wrote:
> On Fri, 28 Feb 2014, david wrote:
>
>> I have decided I really ought to do something about backups, the old
>> system of copying everything to a CD every so often that has worked
>> for years is showing its age.
>> So I bought a 1T drive, and formatted it ext4, it shows up as 1000gig
>> free.
>> So I copied /home off an old machine on to it, this lists as 159,323
>> items totalling 28.4GB, and now the drive is showing 899GB free.
>> Does everyone just ignore this, and buy bigger drives?
>> If I partition it up how many partitions do I need to make it worth
>> the effort.
>
> Using smaller partition sizes to get smaller cluster sizes is a
> Microsoft-ism.
>
> Linux extX filesystems reserve some blocks (default 5%) for root. If you
> didn't override this, that probably explains the discrepancy. To check, run
> as root:
>
> # tune2fs -l /dev/sdX | grep Reserved
>
> Finally, there's also the difference in definitions between binary and
> decimal multiples; OSs usually use the former, storage vendors the latter
> (<http://en.wikipedia.org/wiki/IEEE_1541>).
>
Even more confused, if it is reserved by the format, why did it show up
as free before the copy. Ubuntu has joined the binary is too difficult
for users brigade, it listed it as 1T free = 1000.4GB.
Reserved block count: 12209500
Block size: 4096
So 28GB + 48GB + 899 = 25missing. I guess I stop worrying there. And
only ask for the reserved back if I get too full.
Thanks





------------------------------

Message: 4
Date: Fri, 28 Feb 2014 18:55:47 +0000
From: Adrian Portway <adrian.portway@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Backup drive
Message-ID:
<CAAUR1PvjBZyUyQeoW5TOscPQqV4uEsU5FYNSR8YkHifjZ35Wyg@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi David,

As regards deduping software I've found dupeguru pretty good and the
developer has recently opened up the source. You can find it here :
http://www.hardcoded.net/dupeguru/

Cheers,

Adrian
On 28 Feb 2014 16:54, "david" <david@avoncliff.com> wrote:

> All
> I have decided I really ought to do something about backups, the old
> system of copying everything to a CD every so often that has worked for
> years is showing its age.
> So I bought a 1T drive, and formatted it ext4, it shows up as 1000gig free.
> So I copied /home off an old machine on to it, this lists as 159,323 items
> totalling 28.4GB, and now the drive is showing 899GB free.
> Does everyone just ignore this, and buy bigger drives?
> If I partition it up how many partitions do I need to make it worth the
> effort.
>
> And as the idea is to copy several machines and some old drives on to one
> drive (all eggs in one basket ) has anyone used any deduping software for
> home use.
>
> David
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140228/e631fa62/attachment-0001.html>

------------------------------

Message: 5
Date: Fri, 28 Feb 2014 20:29:25 +0000
From: Adrian Portway <adrian.portway@gmail.com>
To: Bristol@mailman.lug.org.uk
Subject: [bristol] Introducing myself
Message-ID:
<CAAUR1Pvb9+Hi-BhQ89xh2GoQLPsT7X=mrQwHjhwWZ0AJ3mw-KA@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi everyone, just joined the mailing list and thought I'd introduce myself.

My name is Adrian Portway, I'm based in Chard. Been using Linux for about
10 years or so starting with Mandrake 9 on an old Dell Inspiron laptop.

I work as IT Manager at a firm in Devon looking after the desktops ( mostly
Windows ) and servers ( all Linux ).

Hopefully I'll be able to get up to Bristol to meet a few of you some time.

Cheers,

Adrian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140228/9a9c501e/attachment-0001.html>

------------------------------

Message: 6
Date: Fri, 28 Feb 2014 21:12:38 +0000
From: David Fear <david@dfear.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Introducing myself
Message-ID: <5310FBC6.5000404@dfear.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 28/02/14 20:29, Adrian Portway wrote:
> Hi everyone, just joined the mailing list and thought I'd introduce myself.
>
> My name is Adrian Portway, I'm based in Chard. Been using Linux for
> about 10 years or so starting with Mandrake 9 on an old Dell Inspiron
> laptop.
>
> I work as IT Manager at a firm in Devon looking after the desktops (
> mostly Windows ) and servers ( all Linux ).
>
> Hopefully I'll be able to get up to Bristol to meet a few of you some time.
>
> Cheers,
>
> Adrian
>
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
Hi

Welcome to the group. Hope to see you at one of the monthly meetups.
Meetings every 4th Saturday of each month at the Knights Templar pub at
Temple Quays Bristol starting from 1-30PM. For details:
http://www.bristol.lug.org.uk/.

Also you might be interested in coming to the event we are holding on
Saturday 15th March at Pervasive Media Studio (Watershed) in Bristol.
It's called "LinuxLive 2014" and it's being held to showcase how great
linux is and as alternative to Windows XP. If you would like more info
go to: www.linuxlive.co.uk.


--
Regards

-----------------------------------
Dave Fear :: david@dfear.co.uk

Order your free giffgaff SIM card through my page and get 5 pounds free
credit http://t.co/z1KJF5y



------------------------------

Message: 7
Date: Fri, 28 Feb 2014 16:43:40 -0500
From: Nigel Sollars <nsollars@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Introducing myself
Message-ID:
<CAG6aBkXhCg3wMXBv=KH5MZJpG0AcT3zLf0=CeNAu-iW7JpYr3A@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

Welcome aboard,

As an off topic, I will be back in Bristol in June ( 24th ) until July
14th, I was hoping to meet up with everyone. Can someone point out if
there is a meeting within that scope?.

Living in Florida leaves me with a rather hefty mileage deficit.

Regards
Nige


On Fri, Feb 28, 2014 at 4:12 PM, David Fear <david@dfear.co.uk> wrote:

> On 28/02/14 20:29, Adrian Portway wrote:
>
>> Hi everyone, just joined the mailing list and thought I'd introduce
>> myself.
>>
>> My name is Adrian Portway, I'm based in Chard. Been using Linux for
>> about 10 years or so starting with Mandrake 9 on an old Dell Inspiron
>> laptop.
>>
>> I work as IT Manager at a firm in Devon looking after the desktops (
>> mostly Windows ) and servers ( all Linux ).
>>
>> Hopefully I'll be able to get up to Bristol to meet a few of you some
>> time.
>>
>> Cheers,
>>
>> Adrian
>>
>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>> Hi
>
> Welcome to the group. Hope to see you at one of the monthly meetups.
> Meetings every 4th Saturday of each month at the Knights Templar pub at
> Temple Quays Bristol starting from 1-30PM. For details:
> http://www.bristol.lug.org.uk/.
>
> Also you might be interested in coming to the event we are holding on
> Saturday 15th March at Pervasive Media Studio (Watershed) in Bristol. It's
> called "LinuxLive 2014" and it's being held to showcase how great linux is
> and as alternative to Windows XP. If you would like more info go to:
> www.linuxlive.co.uk.
>
>
> --
> Regards
>
> -----------------------------------
> Dave Fear :: david@dfear.co.uk
>
> Order your free giffgaff SIM card through my page and get 5 pounds free
> credit http://t.co/z1KJF5y
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>



--
"Science is a differential equation. Religion is a boundary condition."

Alan Turing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140228/afb8e585/attachment.html>

------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 539, Issue 11
****************************************

Tidak ada komentar:

Posting Komentar