Hi,
Ok i go to the ibay directory cp * /media/backup
the fdisk is
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 6374 51199123+ c W95 FAT32 (LBA)
/dev/sda2 6375 20397 112639747+ 83 Linux
/dev/sda3 20398 38913 148729770 7 HPFS/NTFS
and fstab
#------------------------------------------------------------
# BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically
# by the SME server software. A few entries are updated during
# the template processing of the file and white space is removed,
# but otherwise changes to the file are preserved.
# For more information, see http://www.e-smith.org/custom/ and
# the template fragments in /etc/e-smith/templates/etc/fstab/.
#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/main/root / ext3 usrquota,grpquota 1 1
/dev/md1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/main/swap swap swap defaults 0 0
LABEL=LinuxBackup /media/backup auto auto,defaults 0 0
/dev/sda3 /media/WHSBackup ntfs pamconsole,exec,noauto,managed 0 0
/dev/sda2 /media/LinuxBackup ext3 pamconsole,exec,noauto,managed 0 0
/dev/sda1 /media/SEA_DISC vfat pamconsole,exec,noauto,managed 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
Thanks
k0r54