The Testing Area :: December Extensions



Hi Robert:
There is a broken row in the table on the MyDSL Testing page.
It is very easy to spot.

Found it. Fixed it. Thanks!
to juanito
ntfs ...ntfsprogs-2.uci

how i mount a external usb media player with hd in ntfs?

its appear as mnt/sda1
when i writte
sudo ntfsmount /mnt/sda1 /mnt/ntfs it said that its needed a device and mount point

Quote
sudo ntfsmount /mnt/sda1 /mnt/ntfs
Those are 2 mount points. Typically you need <device> <mountpoint>

If you look in the info file, there is an example of what you have to do - something along the lines of:
Code Sample
$ sudo modprobe fuse
$ sudo mkdir /mnt/ntfs
$ sudo ntfsmount /dev/sda1 /mnt/ntfs -o noblkdev

- be sure to issue the "sync" command once you've finished and before you unmount the drive. Note also that chkdsk will run automatically next time you use the drive under windows.

Next Page...
original here.