@siblynx, obrigado por sua resposta. A montagem da mídia ainda falha. Isto é o que recebo com os comandos que você me propôs:
# df -h
Filesystem Size Used Available Use% Mounted on
cramfs 3.4M 3.4M 0 100% /mnt/cramfs
#
# cat /proc/mounts
rootfs / rootfs rw 0 0
cramfs /mnt/cramfs cramfs_mainfs ro 0 0
/sys /sys sysfs rw 0 0
/proc /proc proc rw,nodiratime 0 0
usbfs /proc/bus/usb usbfs rw 0 0
/dev/mtdblock1 /mnt/ffs/A jffs2 rw,sync,noatime 0 0
#
# mkdir /media
#
# ntfs-3g /dev/sda1 /media -o rw,sync
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sda1 /media -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /media ntfs-3g defaults,force 0 0
#
# mount -t ntfs-3g /dev/sda1 /media -o force
mount: Mounting /dev/sda1 on /media failed: No such device
#
Olá a todos, Acabei de encontrar a solução: desmonte o dispositivo com segurança - Não remova sua unidade diretamente do Windows ,
# sfdisk -l
Disk /dev/sda: 1022 cylinders, 121 heads, 62 sectors/track
Warning: The first partition looks like it was made
for C/H/S=*/255/63 (instead of 1022/121/62).
For this listing I'll assume that geometry.
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 477- 478- 3833888 7 HPFS/NTFS
end: (c,h,s) expected (477,108,15) found (476,254,63)
/dev/sda2 0 - 0 0 0 Empty
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0 - 0 0 0 Empty
# ntfs-3g /dev/sda1 /media -o rw,sync
/bin/mount: illegal option -- i
#
# df -h
Filesystem Size Used Available Use% Mounted on
cramfs 3.4M 3.4M 0 100% /mnt/cramfs
/dev/sda1 3.7G 14.8M 3.6G 0% /media
#
# ls -l /media
drwxrwxrwx 1 root root 0 Jan 26 15:27 System Volume Information
# cd /media
#
# mkdir wow
#
# ls -l
drwxrwxrwx 1 root root 0 Jan 26 15:27 System Volume Information
drwxrwxrwx 1 root root 0 Jan 26 15:30 wow