Bueno, ha servido, ya me monta la partición de Windows correctamente y además puedo escribir en ella :
puedo montarla así:
En este momento tengo conectada una USB, que ya está montada y es "da0s1", y me quedan estos:
Al intentar montar el uno y el otro obtengo:
Y lamentablemente no se puede montar :s.
CitarAhora falta ver el automount de las USB, no me las monta, a menos que el sistema inicie con la USB conectada, pero
# Device Mountpoint FStype Options Dump Pass#
/dev/ad4s4b none swap sw 0 0
/dev/ad4s4a / ufs rw 1 1
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
/dev/acd0 /media/dvd cd9600 ro,noauto 0 0
proc /proc procfs rw 0 0
/dev/ad4s2 /media/windows ntfs rw,mountprog=/usr/local/bin/ntfs-3g,late 0 0
puedo montarla así:
Citarsudo mount -t ntfs -o rw,mountprog=/usr/local/bin/ntfs-3g /dev/da0s1 /media/flashFaltaría editar algo para que lo haga de esta manera, lamentablemente no sé como :S :p
En este momento tengo conectada una USB, que ya está montada y es "da0s1", y me quedan estos:
Código (bash) [Seleccionar]
[(130) leo || /usr/home/leo]$ ls -1 /dev/da*
/dev/da0
/dev/da0s1
/dev/da1
[(0) leo || /usr/home/leo]$
Al intentar montar el uno y el otro obtengo:
Citar
[(0) leo || /media]$ sudo mount -t ntfs -o rw,mountprog=/usr/local/bin/ntfs-3g /dev/da0 /media/shit
Error opening '/dev/da0': Operation not permitted
Failed to mount '/dev/da0': Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows
properly, or mount the volume read-only with the 'ro' mount option, or
mount the volume read-write with the 'remove_hiberfile' mount option.
For example type on the command line:
mount -t ntfs-3g -o remove_hiberfile /dev/da0 /media/shit
Citar
[(14) leo || /media]$ sudo mount -t ntfs -o rw,mountprog=/usr/local/bin/ntfs-3g,remove_hiberfile /dev/da0 /media/shit
Error opening '/dev/da0': Operation not permitted
Failed to mount '/dev/da0': Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows
properly, or mount the volume read-only with the 'ro' mount option, or
mount the volume read-write with the 'remove_hiberfile' mount option.
For example type on the command line:
mount -t ntfs-3g -o remove_hiberfile /dev/da0 /media/shit
Citar
[(14) leo || /media]$ sudo mount -t ntfs -o rw,mountprog=/usr/local/bin/ntfs-3g,remove_hiberfile /dev/da1 /media/shit
Error opening '/dev/da1': Input/output error
Failed to mount '/dev/da1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
[(13) leo || /media]$
Y lamentablemente no se puede montar :s.