I chose ext2 when formatting the drive in linux because I thought this would be the easiest to transfer the files to the new obsd laptop... should I choose a different file system? vfat??
2016-04-17 19:29 GMT+02:00 Pau Amaro-Seoane <[email protected]>: > Some /var/log/messages... > > Apr 17 21:09:42 pyrrha /bsd: umass0 detached > Apr 17 21:22:25 pyrrha /bsd: umass0 at uhub1 > Apr 17 21:22:25 pyrrha /bsd: port 1 configuration 1 interface 0 > "Western Digital My Passport 0820" rev 3.00/10.12 addr 2 > Apr 17 21:22:25 pyrrha /bsd: umass0: using SCSI over Bulk-Only > Apr 17 21:22:25 pyrrha /bsd: scsibus4 at umass0: 2 targets, initiator 0 > Apr 17 21:22:25 pyrrha /bsd: sd1 at scsibus4 targ 1 lun 0: <WD, My > Passport 0820, 1012> SCSI4 0/direct fixed > Apr 17 21:22:32 pyrrha /bsd: sd1: 1907697MB, 512 bytes/sector, > 3906963456 sectors > Apr 17 21:22:32 pyrrha /bsd: ses0 at scsibus4 targ 1 lun 1: <WD, SES > Device, 1012> SCSI4 13/enclosure services fixed > Apr 17 21:22:32 pyrrha /bsd: ses0: unable to read enclosure configuration > > 2016-04-17 19:26 GMT+02:00 Pau Amaro-Seoane <[email protected]>: >> # mount >> /dev/sd0a on / type ffs (local) >> /dev/sd1i on /mnt type ext2fs (local) >> >> # cd /mnt/ >> # cp Troya.avi /tmp/ >> cp: Troya.avi: Invalid argument >> >> >> I do not think that is the problem, because some files can be >> copied... the usb disk is brand new... three days old... >> >> -w does not make any difference... >> >> >> >> 2016-04-17 19:21 GMT+02:00 Maurice McCarthy <[email protected]>: >>> On 2016-04-17 18:09, Pau Amaro-Seoane wrote: >>>> >>>> PS: This is a 2T drive... formatted as ext2 >>>> >>>> 2016-04-17 18:56 GMT+02:00 Pau Amaro-Seoane <[email protected]>: >>>>> >>>>> not working... >>>>> >>>>> # mount_ext2fs /dev/sd1i /home/pau/mnt/ >>>>> # cd /home/pau/mnt/ >>>>> # cp Troya.avi /home/pau/ >>>>> cp: Troya.avi: Invalid argument >>>>> >>>>> >>> >>> >>> You may be mounted read-only >>> >>> # mount >>> >>> to see what is happening >>> >>> # mount -w /home/pau/mnt >>> >>> to mount read-write. >>> >>> >>> _______________________________________________ >>> Openbsd-newbies mailing list >>> [email protected] >>> http://mailman.theapt.org/listinfo/openbsd-newbies > > > > -- > Pau > --- > Group Leader of Theoretical Astrophysics > Max Planck Institute Gravitational Physics > Albert Einstein Institute http://astro-gr.org -- Pau --- Group Leader of Theoretical Astrophysics Max Planck Institute Gravitational Physics Albert Einstein Institute http://astro-gr.org _______________________________________________ Openbsd-newbies mailing list [email protected] http://mailman.theapt.org/listinfo/openbsd-newbies
