Mailinglist Archive: opensuse (3863 mails)
| < Previous | Next > |
Re: [SLE] 2 Gb file limit and work around?
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: 02 Feb 2004 22:01:40 +0100
- Message-id: <86oeshfb63.fsf@xxxxxxxxxxxxxxxxx>
Rikard Johnels <rikjoh@xxxxxxxxx> writes:
> > > I am trying to back up a 6 gig harddrive with "dd"
> > > ...
> > > dd: writing to '/mnt/image.dd': File to large
> > > 4195234+0 records in
> > > 4195234+0 records out
>
> NFS from the standard instaled 8.2 release. (Probably NFS v2)
You can avoid using NFS via:
dd if=/dev/hda | ssh -c blowfish hostname "dd of=image.dd"
where hostname is the other computer.
--
A.M.
> > > I am trying to back up a 6 gig harddrive with "dd"
> > > ...
> > > dd: writing to '/mnt/image.dd': File to large
> > > 4195234+0 records in
> > > 4195234+0 records out
>
> NFS from the standard instaled 8.2 release. (Probably NFS v2)
You can avoid using NFS via:
dd if=/dev/hda | ssh -c blowfish hostname "dd of=image.dd"
where hostname is the other computer.
--
A.M.
| < Previous | Next > |