Hi everyone,
running TC off a thumb drive, trying to mount device /dev/mmcblk0p1 (SD card) as rw.
i do this:
sudo mount -t ntfs -o rw /dev/mmcblk0p1 /mnt/mmcblk0p1
then i do this:
mount | grep mmcblk0p1
and i get this:
/dev/mmcblk0p1 on /mnt/mmcblk0p1 type ntfs (ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1)
it mounts ro, won't mount rw
in the file fstab, it says this:
/dev/mmcblk0p1 /mnt/mmcblk0p1 ntfs noauto,users,exec,umask=000 0 0 # Added by TC
anybody know whats up?
thanx, mike wax