Hi, Richard, Did you try some more times and there is the same problem? When you complete cp files and do ejecting, is there any doubtful warning message in dmesg information?
According to the fstyp output from your device, I have not seen any suspicious information, but the "Bytes Per Sector 2048" is a bit special. The value in most current disk devices is 512. I found there were some bugs in previous nv about mount failure in 2k sector size, e.g. 6391828, 6393753. Not sure it is related. But if your issue exists always, you can backup your contents first, and then reformat your device to test again. Thanks Guoqing Richard Skelton ??: > Hi, > My laptop is running svn_104 and supports my Elements USB disk drive fine. > For some time I have found that I can't permanently save mp3 files to my MP3 > player. > It's detected by the USB driver :- > Dec 28 12:30:55 rts usba: [ID 912658 kern.info] USB 1.10 device (usb66f,8000) > operating at full speed (USB 1.x) on USB 1.10 root hub: storage at 1, > scsa2usb1 at bus address 2 > Dec 28 12:30:55 rts usba: [ID 349649 kern.info] <USB MF> PRODUCT> > 23DE9141E78A4583 > Dec 28 12:30:55 rts genunix: [ID 936769 kern.info] scsa2usb1 is /pci at > 0,0/pci10cf,11ab at 1d/storage at 1 > Dec 28 12:30:55 rts genunix: [ID 408114 kern.info] /pci at 0,0/pci10cf,11ab > at 1d/storage at 1 (scsa2usb1) online > Dec 28 12:30:55 rts scsi: [ID 193665 kern.info] sd2 at scsa2usb1: target 0 > lun 0 > Dec 28 12:30:55 rts genunix: [ID 936769 kern.info] sd2 is /pci at > 0,0/pci10cf,11ab at 1d/storage at 1/disk at 0,0 > Dec 28 12:30:55 rts genunix: [ID 408114 kern.info] /pci at 0,0/pci10cf,11ab > at 1d/storage at 1/disk at 0,0 (sd2) online > Dec 28 12:30:55 rts genunix: [ID 314293 kern.info] device pci8086,3582 at > 2(display#0) keeps up device sd at 0,0(disk#2), but the latter is not power > managed > rts{rich}72: rmformat > Looking for devices... > ... > 2. Logical Node: /dev/rdsk/c3t0d0p0 > Physical Node: /pci at 0,0/pci10cf,11ab at 1d/storage at 1/disk at 0,0 > Connected Device: SigmaTel MSCN 0100 > Device Type: Removable > Bus: USB > Size: 978.1 MB > Label: <Unknown> > Access permissions: <Unknown> > > The device is mounted as:- > rts{rich}74: df /media/SGTL\ MSCN/ > Filesystem size used avail capacity Mounted on > /dev/dsk/c3t0d0p0:1 977M 136M 841M 14% /media/SGTL MSCN > > and I can copy files to it:- > > rts{rich}76: cp -r acdc /media/SGTL\ MSCN/ > rts{rich}77: fstyp -v /dev/dsk/c3t0d0p0:1 > pcfs > Bytes Per Sector 2048 Sectors Per Cluster 4 > Reserved Sectors 32 Number of FATs 2 > Root Dir Entries 0 Number of Sectors 0 > Sectors Per FAT 0 Sectors Per Track 63 > Number of Heads 255 Number Hidden Sectors 50 > Volume ID: 0x3082fea2 > Volume Label: SGTL MSCN > Drive Number: 0x0 > Media Type: 0xf8 "Fixed" Disk > rts{rich}78: fstyp -va /dev/dsk/c3t0d0p0:1 > pcfs > Bytes Per Sector 2048 Sectors Per Cluster 4 > Reserved Sectors 32 Number of FATs 2 > Root Dir Entries 0 Number of Sectors 0 > Sectors Per FAT 0 Sectors Per Track 63 > Number of Heads 255 Number Hidden Sectors 50 > Volume ID: 0x3082fea2 > Volume Label: SGTL MSCN > Drive Number: 0x0 > Media Type: 0xf8 "Fixed" Disk > bytes_per_sector: 2048 > sectors_per_cluster: 4 > reserved_sectors: 32 > fats: 2 > root_entry_count: 0 > total_sectors_16: 0 > media: 248 > fat_size_16: 0 > sectors_per_track: 63 > heads: 255 > hidden_sectors: 50 > total_sectors_32: 500750 > drive_number: 0 > volume_id: 813891234 > volume_label: 'SGTL MSCN ' > fat_size_32: 245 > total_sectors: 500750 > fat_size: 245 > count_of_clusters: 125057 > fat_entry_size: 32 > gen_clean: true > gen_guid: '3082fea2' > gen_version: '32' > gen_volume_label: 'SGTL MSCN ' > rts{rich}79: ls -l /media/SGTL\ MSCN/ > total 97 > drwxrwxrwx 1 rich other 8192 Dec 28 12:14 acdc/ > drwxrwxrwx 1 rich other 8192 Sep 23 19:47 MCFLY/ > -r-xr-xr-x 1 rich other 291 Dec 27 2002 SETTINGS.DAT* > drwxrwxrwx 1 rich other 8192 Jan 17 2007 sting__the_police/ > drwxrwxrwx 1 rich other 8192 Sep 23 20:32 VARIOUS/ > > If I now eject the device:- > rts{rich}81: eject rmdisk > rmdisk /dev/dsk/c3t0d0p0:1 unmounted > > and review the file on the MP3 player the acdc file are gone :- > If I insert it back in the laptop I see they have gone:- > > rts{rich}82: ls -l /media/SGTL\ MSCN/ > total 49 > drwxrwxrwx 1 rich other 8192 Sep 23 19:47 MCFLY/ > -r-xr-xr-x 1 rich other 291 Dec 27 2002 SETTINGS.DAT* > drwxrwxrwx 1 rich other 8192 Jan 17 2007 sting__the_police/ > drwxrwxrwx 1 rich other 8192 Sep 23 20:32 VARIOUS/ > > > Any ideas why they don't get saved? > > Cheers > Richard. >