On Sat, 12 Jun 2010 02:04:06 +0300, Giorgos Tsiapaliokas <[email protected]> wrote: > the output of the command "df -h" > > /dev/ad0s3a 19G 6.5G 11G 37% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad0s3d 2.5G 186M 2.1G 8% /home > /dev/da0s1 149G 62G 87G 42% /mnt/hd
>From the device name da0s1, I conclude that /mnt/hd does not connect to a UFS file system, right? In case it is a FAT file system, make sure you can actually write a file of 6.5 GB to it - not that you end up with a truncated dump file. Check "mount -v /dev/da0s1" for the correct mount options. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
