Leslie Jensen <les...@eskk.nu> writes:

> I'm trying the following on my 9.1-RELEASE #0 system:
>
> Mounting the external HD
> ntfs-3g /dev/da0s1 /mnt/backup/
>
> And doing
> rsync -av /home/les /mnt/backup/BSD_backup/
>
>
> I get "Building incremental file list" for about one minute then my
> system freezes and reboots.
>
> I'm aware that NTFS might be the culprit. I have chosen it for
> convenience and the possibility to move my data to machines without
> FreeBSD.
>
> Manually copying of files one by one works.

Yes, it definitely sounds like fuse is corrupting something in the
kernel. Could be tricky to debug, and forcing a kernel dump would be the
first step.

The traditional most-portable way of moving files is to tar(1) onto a
raw device rather than having any filesystem at all. 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to