On Tue, May 14, 2019 at 12:11:17PM -0700, David Christensen wrote:
On 5/14/19 4:23 AM, Michael Stone wrote:
On Thu, May 09, 2019 at 10:48:31PM -0700, David Christensen wrote:
2019-05-09 22:00:27 root@po /mnt/scratch
# time dd if=/dev/urandom of=foo bs=1M count=1K conv=fsync
don't bother doing
On 5/14/19 4:23 AM, Michael Stone wrote:
On Thu, May 09, 2019 at 10:48:31PM -0700, David Christensen wrote:
2019-05-09 22:00:27 root@po /mnt/scratch
# time dd if=/dev/urandom of=foo bs=1M count=1K conv=fsync
don't bother doing this, urandom will be the bottleneck and it will just
confuse thin
On 5/14/19 12:34 AM, Lothar Schilling wrote:
Thanks for your help, David. But to boot the machine from a live CD I
will have to pay a visit to the computing centre in Frankfurt anyway. So
instead of running a diagnostic tool I am going to install the system
from scratch, this time using a 64bit v
On Mon, May 13, 2019 at 10:58:45AM +0200, Lothar Schilling wrote:
Am 13.05.2019 um 10:51 schrieb Tixy:
On Mon, 2019-05-13 at 10:30 +0200, Lothar Schilling wrote:
[...]
# uname -a
Linux [my.server.com] 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1
(2019-04-12) i686 GNU/Linux
So you're running a 32-bi
On Thu, May 09, 2019 at 10:48:31PM -0700, David Christensen wrote:
2019-05-09 22:00:27 root@po /mnt/scratch
# time dd if=/dev/urandom of=foo bs=1M count=1K conv=fsync
don't bother doing this, urandom will be the bottleneck and it will just
confuse things
Thanks for your help, David. But to boot the machine from a live CD I
will have to pay a visit to the computing centre in Frankfurt anyway. So
instead of running a diagnostic tool I am going to install the system
from scratch, this time using a 64bit version.
On 5/13/19 1:30 AM, Lothar Schilling wrote:
# cat /etc/debian_version
9.9
Okay.
# uname -a
Linux [my.server.com] 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1
(2019-04-12) i686 GNU/Linux
As other readers have noted, you are running 32-bit Debian GNU/Linux.
It should not matter for what we're do
On 2019-05-13, Lothar Schilling wrote:
> Am 13.05.2019 um 10:51 schrieb Tixy:
>> On Mon, 2019-05-13 at 10:30 +0200, Lothar Schilling wrote:
>> [...]
>>> # uname -a
>>> Linux [my.server.com] 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1
>>> (2019-04-12) i686 GNU/Linux
>> So you're running a 32-bit system
On Mon, 2019-05-13 at 10:58 +0200, Lothar Schilling wrote:
> Am 13.05.2019 um 10:51 schrieb Tixy:
> > On Mon, 2019-05-13 at 10:30 +0200, Lothar Schilling wrote:
> > [...]
> > > # uname -a
> > > Linux [my.server.com] 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1
> > > (2019-04-12) i686 GNU/Linux
> >
> >
Am 13.05.2019 um 10:51 schrieb Tixy:
> On Mon, 2019-05-13 at 10:30 +0200, Lothar Schilling wrote:
> [...]
>> # uname -a
>> Linux [my.server.com] 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1
>> (2019-04-12) i686 GNU/Linux
> So you're running a 32-bit system, not 64-bit. Is that because you're
> running o
On Mon, 2019-05-13 at 10:30 +0200, Lothar Schilling wrote:
[...]
> # uname -a
> Linux [my.server.com] 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1
> (2019-04-12) i686 GNU/Linux
So you're running a 32-bit system, not 64-bit. Is that because you're
running on very old hardware or a decision for some othe
Am 10.05.2019 um 10:51 schrieb Lothar Schilling:
> Am 10.05.2019 um 07:48 schrieb David Christensen:
>> On 5/9/19 1:49 AM, Lothar Schilling wrote:
>>> Hi everybody,
>>>
>>> for years I have used CentOS for our server landscape. Now I decided to
>>> give Debian a try. I just set up a Stretch 9.8 sys
Am 10.05.2019 um 07:48 schrieb David Christensen:
> On 5/9/19 1:49 AM, Lothar Schilling wrote:
>> Hi everybody,
>>
>> for years I have used CentOS for our server landscape. Now I decided to
>> give Debian a try. I just set up a Stretch 9.8 system supposed to become
>> our main backup server. So I s
On 5/9/19 1:49 AM, Lothar Schilling wrote:
Hi everybody,
for years I have used CentOS for our server landscape. Now I decided to
give Debian a try. I just set up a Stretch 9.8 system supposed to become
our main backup server. So I set up a backup job wih rsync. But the
going is really very very
Hi,
Lothar Schilling wrote:
> Fast enough...
> dd if=/daten/testfile bs=1G oflag=direct of=/daten/testfile2
> 10737418240 Bytes (11 GB, 10 GiB) kopiert, 72,7297 s, 148 MB/s
So this is sufficiently fast, but
cp /daten/testfile /daten/testfile2
lasts 2000 seconds ?
> dd if=/daten/testfile of=/
On Thursday 09 May 2019 10:28:10 am Jeremy Nicoll wrote:
> On Thu, 9 May 2019, at 15:17, Gene Heskett wrote:
> > ... and its one of the reasons
> > an SSD seems so much faster because they seek in a microsecond
>
> In what sense does an SSD have "seek time"? Seek time is
> a tightly defined th
Jeremy Nicoll wrote:
> On Thu, 9 May 2019, at 15:17, Gene Heskett wrote:
> > ... and its one of the reasons
> > an SSD seems so much faster because they seek in a microsecond
>
> In what sense does an SSD have "seek time"? Seek time is
> a tightly defined thing.
>
> There must be delays in
On Thu, 9 May 2019, at 15:17, Gene Heskett wrote:
> ... and its one of the reasons
> an SSD seems so much faster because they seek in a microsecond
In what sense does an SSD have "seek time"? Seek time is
a tightly defined thing.
There must be delays in SSD firmware's processing, I suppose,
On Thursday 09 May 2019 04:49:32 am Lothar Schilling wrote:
> Hi everybody,
>
> for years I have used CentOS for our server landscape. Now I decided
> to give Debian a try. I just set up a Stretch 9.8 system supposed to
> become our main backup server. So I set up a backup job wih rsync. But
> the
Am 09.05.19 um 14:43 schrieb Lothar Schilling:
> Am 09.05.2019 um 13:27 schrieb Martin:
>> [..]
>>> hdparm -tT /dev/sda
>>> /dev/sda:
>>> Timing cached reads: 13348 MB in 2.00 seconds = 6683.42 MB/sec
>>> Timing buffered disk reads: 1014 MB in 3.00 seconds = 337.72 MB/sec
>>>
>>> iotop -o (fo
Am 09.05.2019 um 13:23 schrieb Keith Christian:
> What is the rsync command line, could there be a —bwlimit option in it?
No, there isn't. Anyway, cp has the same problem.
Am 09.05.2019 um 13:27 schrieb Martin:
> [..]
>> hdparm -tT /dev/sda
>> /dev/sda:
>> Timing cached reads: 13348 MB in 2.00 seconds = 6683.42 MB/sec
>> Timing buffered disk reads: 1014 MB in 3.00 seconds = 337.72 MB/sec
>>
>> iotop -o (for rsync and cp)
>> Total DISK READ : 0.00 B/s | To
[..]
> hdparm -tT /dev/sda
> /dev/sda:
> Timing cached reads: 13348 MB in 2.00 seconds = 6683.42 MB/sec
> Timing buffered disk reads: 1014 MB in 3.00 seconds = 337.72 MB/sec
>
> iotop -o (for rsync and cp)
> Total DISK READ : 0.00 B/s | Total DISK WRITE : 476.15 K/s
> Actual DISK R
What is the rsync command line, could there be a —bwlimit option in it?
Am 09.05.2019 um 12:50 schrieb Jonas Smedegaard:
> [ replying to list, not discretely ]
>
> Quoting Lothar Schilling (2019-05-09 12:36:55)
>> Am 09.05.2019 um 12:26 schrieb Jonas Smedegaard:
>>> Quoting Lothar Schilling (2019-05-09 11:46:00)
Am 09.05.2019 um 11:14 schrieb Jonas Smedegaard:
>>>
[ replying to list, not discretely ]
Quoting Lothar Schilling (2019-05-09 12:36:55)
> Am 09.05.2019 um 12:26 schrieb Jonas Smedegaard:
> > Quoting Lothar Schilling (2019-05-09 11:46:00)
> >> Am 09.05.2019 um 11:14 schrieb Jonas Smedegaard:
> >>> Quoting Lothar Schilling (2019-05-09 10:49:32)
> >>>
Quoting Lothar Schilling (2019-05-09 11:46:00)
> Am 09.05.2019 um 11:14 schrieb Jonas Smedegaard:
> > Quoting Lothar Schilling (2019-05-09 10:49:32)
> >> I just set up a Stretch 9.8 system supposed to become our main
> >> backup server. So I set up a backup job wih rsync. But the going is
> >> re
Am 09.05.2019 um 11:51 schrieb Kevin DAGNEAUX:
> Le 09/05/2019 à 11:46, Lothar Schilling a écrit :
>> Am 09.05.2019 um 11:14 schrieb Jonas Smedegaard:
>>> Quoting Lothar Schilling (2019-05-09 10:49:32)
for years I have used CentOS for our server landscape. Now I decided
to give Debian a t
Le 09/05/2019 à 11:46, Lothar Schilling a écrit :
Am 09.05.2019 um 11:14 schrieb Jonas Smedegaard:
Quoting Lothar Schilling (2019-05-09 10:49:32)
for years I have used CentOS for our server landscape. Now I decided
to give Debian a try.
Welcome to Debian!
I sincerely hope you will appreciate
Am 09.05.2019 um 11:14 schrieb Jonas Smedegaard:
> Quoting Lothar Schilling (2019-05-09 10:49:32)
>> for years I have used CentOS for our server landscape. Now I decided
>> to give Debian a try.
> Welcome to Debian!
>
> I sincerely hope you will appreciate Debian.
>
>
>> I just set up a Stretch 9.
Quoting Lothar Schilling (2019-05-09 10:49:32)
> for years I have used CentOS for our server landscape. Now I decided
> to give Debian a try.
Welcome to Debian!
I sincerely hope you will appreciate Debian.
> I just set up a Stretch 9.8 system supposed to become our main backup
> server. So I
Hi everybody,
for years I have used CentOS for our server landscape. Now I decided to
give Debian a try. I just set up a Stretch 9.8 system supposed to become
our main backup server. So I set up a backup job wih rsync. But the
going is really very very slow. Trying to figure out what's happeni
By request, here is the script I use to copy multiple files from my
android phone to my debian box, over the usb cable using ADB (Android
Debug Bridge)
Prerequisites:
- adb. I am using android 4.1.2, which requires adb 1.0.31
- busybox (I think you need root to install busybox, not sure)
- turn
> Of course, NFS is not really an option if your source machine (or
> destination) is running Windows. [In that case, there's always
> Samba! ;-)
I have seen nfs for windows lately, although I haven't tried it.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject
Wow! Good to know there's an abundance of solutions to a given problem
that can be explored.
Thanks a lot to all those who have responded to my original email!
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.
On Sunday 29 November 2009 12:23:47 Dave Witbrodt wrote:
> > That's right. I've never used either tool before. Thanks a lot for
> > the tip!
>
> Sure. If you're in the mood to learn about every possibility...
>
> You might also consider NFS: [...]
Okay, if every possibility is what you want to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dave Witbrodt wrote:
>
> Of course, NFS is not really an option if your source machine (or
> destination) is running Windows. [In that case, there's always
> Samba! ;-) ]
>
Not true. You can install Windows Services for Unix, and use that to
moun
Alexander Kaphuk wrote:
Dave Witbrodt wrote:
Alexander Kaphuk wrote:
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of data I need to copy from m
On Sun, Nov 29, 2009 at 09:28:18AM +0200, Alexander Kaphuk wrote:
> Andrew M.A. Cater wrote:
> >On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote:
> >>G'day,
[snip]
> >cd myfiles
> >
> >rsync -pavz --delete . 192.168.1.2:/home/alex/myfiles/
can I suggest to look at the S & H option
Rob Owens wrote:
On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote:
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of data I n
Andrew M.A. Cater wrote:
On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote:
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of
Dave Witbrodt wrote:
Alexander Kaphuk wrote:
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of data I need to copy from my desktop running
ubuntu
On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote:
> G'day,
>
> I'd appreciate somebody pointing me where to look for info on how to
> copy files from a home directory on one machine to a directory on
> another machine via network.
>
> I've got about 100GB of data I need to copy
On Sat, Nov 28, 2009 at 09:42:23PM +0200, Alexander Kaphuk wrote:
> G'day,
>
> I'd appreciate somebody pointing me where to look for info on how to
> copy files from a home directory on one machine to a directory on
> another machine via network.
>
> I've got about 100GB of data I need to copy
Eduardo M KALINOWSKI wrote:
Alexander Kaphuk wrote:
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of data I need to copy from my desktop runni
Alexander Kaphuk wrote:
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of data I need to copy from my desktop running
ubuntu 9.04 on to a laptop r
Alexander Kaphuk wrote:
> G'day,
>
> I'd appreciate somebody pointing me where to look for info on how to
> copy files from a home directory on one machine to a directory on
> another machine via network.
>
> I've got about 100GB of data I need to copy from my desktop running
> ubuntu 9.04 on to
G'day,
I'd appreciate somebody pointing me where to look for info on how to
copy files from a home directory on one machine to a directory on
another machine via network.
I've got about 100GB of data I need to copy from my desktop running
ubuntu 9.04 on to a laptop running Debian Squeeze whi
2009/6/17 Tzafrir Cohen
> On Wed, Jun 17, 2009 at 10:03:52AM +0800, Umarzuki Mochlis wrote:
> > I need to copy files from a ntfs formatted hd to a ntfs hd. What tool
> should
> > i use?
> >
> > Note: I only need to copy files and directories, not making disk image
>
> If you have a problem readin
On Wed, Jun 17, 2009 at 10:03:52AM +0800, Umarzuki Mochlis wrote:
> I need to copy files from a ntfs formatted hd to a ntfs hd. What tool should
> i use?
>
> Note: I only need to copy files and directories, not making disk image
If you have a problem reading from the disk itself, consider startin
On Wed, Jun 17, 2009 at 10:03:52AM +0800, Umarzuki Mochlis wrote:
> I need to copy files from a ntfs formatted hd to a ntfs hd. What tool should
> i use?
>
> Note: I only need to copy files and directories, not making disk image
Hi,
You can use ntfs-3g. First, install it by running "aptitude in
I need to copy files from a ntfs formatted hd to a ntfs hd. What tool should
i use?
Note: I only need to copy files and directories, not making disk image
TIA
--
Regards,
Umarzuki Mochlis
http://gameornot.net
On Tue, Jan 22, 2008 at 16:11:21 +, Nuno Magalhães wrote:
> Greets.
>
> I recently copied a bunch of files from a fat32 flash to my ext3
> (~/Desktop). Some of them are cyrilics and became .mp3 or
> similar. I can copy then within the ext3 but if i try to copy them to
> another fat32 i
Greets.
I recently copied a bunch of files from a fat32 flash to my ext3
(~/Desktop). Some of them are cyrilics and became .mp3 or
similar. I can copy then within the ext3 but if i try to copy them to
another fat32 i get a bunch of errors, mostly "invalid parameters".
Also when trying to c
On Thu, 5 Jul 2007, Zoho Vignochi wrote:
Hello,
There was a thread back in Feb:
http://lists.debian.org/debian-user/2007/02/msg00129.html regrading a
total system freeze while copying files. I have the same problem. Cannot
ssh in, no response at all from the keyboard and I must reboot via the
Hello,
There was a thread back in Feb:
http://lists.debian.org/debian-user/2007/02/msg00129.html regrading a
total system freeze while copying files. I have the same problem. Cannot
ssh in, no response at all from the keyboard and I must reboot via the
power button. The two computers in question
If you dont have/cant make a vfat partition there is another option.
There is a windows driver for ext2 (1) (assuming that's what you use)
which enables you to copy from linux to windows when in windows.
Why not just use NTFS-3G? I hear that there is a stable release since
January 2007.
--
So
On Sunday 25 March 2007 21:25, Wackojacko wrote:
>
> If you dont have/cant make a vfat partition there is another option.
> There is a windows driver for ext2 (1) (assuming that's what you use)
> which enables you to copy from linux to windows when in windows.
>
This can also be used with ext3 part
Thias wrote:
Hello,
Unfortunatly, you should have a vfat partition to exchange data between
Linux and Windows using mtools. As ntfs filesystem and "write permission
under linux" are not very friendly, you may want to have a look at
ntfs-3g.
On Sun, Mar 25, 2007 at 01:16:15PM -0500, Charles Bl
Hello,
Unfortunatly, you should have a vfat partition to exchange data between
Linux and Windows using mtools. As ntfs filesystem and "write permission
under linux" are not very friendly, you may want to have a look at
ntfs-3g.
On Sun, Mar 25, 2007 at 01:16:15PM -0500, Charles Blair wrote:
>
With a lot of help from people on this list, I have a dual-boot
system with /dev/sda1 as a windows partition (etch install).
After mount -t ntfs /dev/sda1 ./mntpoint
I can use ls to see files in the windows partition and copy files
to debian. However, I cannot send files in the other direc
On Fri, Feb 02, 2007 at 09:18:05AM +0100, Dan H. wrote:
> Andrew Sackville-West wrote:
>
> > are you sure its not a hardware issue? anything in the logs that
> > points to the problem? Does it come out of the freeze or do you have
> > to kill the whole box?
>
> Nothing in syslog, and no message i
On Fri, Feb 02, 2007 at 09:13:52AM +0100, Dan H. wrote:
>
> Does that tell you anything?
>
Nope. I fully expected to see DMA disabled on the drives. I'm clueless
on this.
> Actually I've found out that the bug happens only with the AMD K7 kernel
> (linux-image-2.6.18-3-k7) but not with the i48
Andrew Sackville-West wrote:
> are you sure its not a hardware issue? anything in the logs that
> points to the problem? Does it come out of the freeze or do you have
> to kill the whole box?
Nothing in syslog, and no message if the copying is done from the root
console in single-user mode. This
Andrew Sackville-West wrote:
> are you sure its not a hardware issue? anything in the logs that
> points to the problem? Does it come out of the freeze or do you have
> to kill the whole box?
Nothing in syslog, and no message if the copying is done from the root
console in single-user mode. This
Roberto C. Sanchez wrote:
> On Thu, Feb 01, 2007 at 05:57:53PM +0100, Dan H. wrote:
>> Now my question is: For which package do I file a bug? Kernel?
>>
> My question is: What is the output of `hdparm /dev/hd?` or `hdparm
> /dev/sd?` for each of the concerned drives ?
kir:/home/dh# hdparm /dev/hd
On Thu, Feb 01, 2007 at 05:57:53PM +0100, Dan H. wrote:
> Hello,
>
> whenever I copy large files (1.5GB and up) from one disk to another
> (different physical disks, not just from one partition to another on the
> same disk or within one partition), my system locks up completely. Not
> just X and
On Thu, Feb 01, 2007 at 05:57:53PM +0100, Dan H. wrote:
>
> Now my question is: For which package do I file a bug? Kernel?
>
My question is: What is the output of `hdparm /dev/hd?` or `hdparm
/dev/sd?` for each of the concerned drives ?
Regards,
-Roberto
--
Roberto C. Sanchez
http://people.c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
whenever I copy large files (1.5GB and up) from one disk to another
(different physical disks, not just from one partition to another on the
same disk or within one partition), my system locks up completely. Not
just X and stuff; the console as
On Saturday 25 November 2006 08:44, Ottavio Caruso wrote:
> Kamaraju Kusumanchi wrote:
> > I have a usb drive which contains two partitions. One partition is
>
> ext3, the
>
> > other is fat32
>
> Curiosity, why use ext3 on a flash drive? Have you tried to convert
> it to ext2 and see any differenc
Kamaraju Kusumanchi wrote:
> I have a usb drive which contains two partitions. One partition is
ext3, the
> other is fat32
Curiosity, why use ext3 on a flash drive? Have you tried to convert
it to ext2 and see any difference?
Ottavio
_
On 23.11.06 15:08, Kamaraju Kusumanchi wrote:
> I have a usb drive which contains two partitions.
flash memory or real disk?
> One partition is ext3,
> the other is fat32. I used the fat32 to copy the files from windows XP and
> the speed is around 10MBps. When I moved this data from fat32 to ex
I have a usb drive which contains two partitions. One partition is ext3, the
other is fat32. I used the fat32 to copy the files from windows XP and the
speed is around 10MBps. When I moved this data from fat32 to ext3, I noticed
that the speed is around 300KBps. I am wondering why is it so slow
Hi.
I've just had the following strange problem. (using kernel 2.6.18.1)
On a FAT32 partition I copied a directory with some big files (about 1,5GB at
all) with cp -a .
Afterwards i diffed the results (diff -q -r) and one file was different!!! I
copied again,... this time another file was differ
Yo all!
[ please cc: me, thanks a lot ]
With version 3.5 (3.5.0bposomething on Debian sarge in my case), konqueror
seems to have changed its behaviour regarding file ACLs: when copying a
file, konq also copies the ACL to the destination file. Unix shell 'cp',
and also older konq versions, di
I had some problem copying files from my camera recently. Could it be a
kernel issue? Here the details in case someone can help me trace the problem:
I've been happily using a digital camera (Minolta) for several months now.
Since it uses USB Mass Storage, I only need to define an entry
On Tue, 5 Nov 2002, Richard Kimber wrote:
> Subject: copying files
>
> Is there a program that will copy files from one directory to another, but
> which will avoid overwriting files with the same name by automatically
> creating a unique filename in the second directory, or is t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 05 November 2002 12:54 am, Alan Chandler wrote:
> On Tuesday 05 November 2002 12:26 am, Richard Kimber wrote:
> > Is there a program that will copy files from one directory to another,
> > but which will avoid overwriting files with the same
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 05 November 2002 12:26 am, Richard Kimber wrote:
> Is there a program that will copy files from one directory to another, but
> which will avoid overwriting files with the same name by automatically
> creating a unique filename in the second
Is there a program that will copy files from one directory to another, but
which will avoid overwriting files with the same name by automatically
creating a unique filename in the second directory, or is this
something I need to program for myself?
Thanks,
- Richard.
--
To UNSUBSCRIBE, email t
From: "Fabien Piuzzi" <[EMAIL PROTECTED]>
> I highly suspect the second one to be the source of all my troubles (as it
> has proven multiple time in the past to be unrealiable) but the system
> won't recognize the first one at boot time if the second one is not there
> (not a jumper mis-configurat
Hi all,
I'm getting some wierd issue with my linux box,
I simply can't copy big files between fs without getting a segfault.
And I really don't know if it is an hardware or software bug.
I'm running Sid, with a 2.4.10 kernel, on a Abit KT7 with an Tbird 1Ghz,
there is two hard disk :
hda: IBM
Jieyao writes:
> Hi,
>
> I am thinking of doing something as follows...
>
> I have a debian and a win95 connected over a network and samba is running.
> I am thinking of setting up something like a 'mutual backup'. That is, I want
> some data files on the win95 to be backup to the debian and vic
*- Jieyao wrote about "Copying files over samba"
| Hi,
|
| I am thinking of doing something as follows...
|
| I have a debian and a win95 connected over a network and samba is running.
| I am thinking of setting up something like a 'mutual backup'. That is, I want
| some dat
Hi,
I am thinking of doing something as follows...
I have a debian and a win95 connected over a network and samba is running.
I am thinking of setting up something like a 'mutual backup'. That is, I want
some data files on the win95 to be backup to the debian and vice versa.
I was thinking of w
85 matches
Mail list logo