Hey guys... a friend just came here with a USB 2.5" HDD formatted with NTFS
Mint recognised it with no prob and mounted in /media/Canyon
but it's READ ONLY
what can I do to get it to RW?




# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda2
UUID=637e8996-9402-4152-8b0f-2f6b206ca2ec / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=01fc5c30-7b5a-4bd5-b666-aa39fbdd2ab5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0
192.168.2.3:/home/niksavel/shared/music /home/niksavel/Music/shared nfs _netdev,auto,user 0 0
192.168.2.3:/home/niksavel/shared /home/niksavel/z nfs _netdev,auto,user 0 0




------------------------
* checking the presence of os-prober and remastersys...
-- os-prober is present
-- remastersys is present
-------------------------
* checking system environment...
-- user = niksavel
-- home = /home/niksavel
-- locale = en_US.UTF-8
-------------------------
* configuring options...
-- mount point: /media/<<DEVICE>>
-- show links: Yes
-- links location: /home/niksavel/Desktop/
-------------------------
* loading support for FAT32...
-- partition type = b
-- mount type = vfat
-- mount options = iocharset=utf8,umask=000
* loading support for FAT32 (LBA)...
-- partition type = c
-- mount type = vfat
-- mount options = iocharset=utf8,umask=000
* loading support for NTFS...
-- partition type = 7
-- mount type = ntfs-3g
-- mount options = defaults,locale=en_US.utf8
-------------------------
* removing existing links (if any)...
-------------------------
* scanning partitions...
-- detected device /dev/sda1 of type 7 and size 36GB
=> no alias defined
=> mounting partition...
=> WARNING: Deficient FUSE kernel module detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. The safe FUSE kernel
driver is included in the official Linux kernels since version
2.6.20-rc1, or in the FUSE 2.6.0 or later software packages,
except the faulty FUSE version 2.6.2. For more help, please
have a look at /usr/share/doc/ntfs-3g/README.Debian. Thanks
=> creating a link to /media/sda1
-- detected device /dev/hda1 of type 7 and size 204GB
=> no alias defined
=> mounting partition...
=> WARNING: Deficient FUSE kernel module detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. The safe FUSE kernel
driver is included in the official Linux kernels since version
2.6.20-rc1, or in the FUSE 2.6.0 or later software packages,
except the faulty FUSE version 2.6.2. For more help, please
have a look at /usr/share/doc/ntfs-3g/README.Debian. Thanks
=> creating a link to /media/hda1
-- detected device /dev/hda2 of type 83 and size 39GB
=> partition type not supported
-- detected device /dev/hda3 of type 5 and size 1GB
=> partition type not supported
-- detected device /dev/hda5 of type 82 and size 1GB
=> partition type not supported







I believe Mintdisk only mounts NTFS read/write (NTFS-3g) at boot time.
If you plug in a USB NTFS drive after you have booted, it will mount, but in read-only mode. If you want read/write access you need to boot (or reboot) with the drive connected. You will probably end up with 2 icons for the drive after rebooting (I do anyway). At least one of them will be read/write.
VFAT (FAT16/32), on the other hand, can be mounted read/write when hot plugged.
That's the way it works based on my limited experience. There is a similar problem when you install Mint on a system that has internal NTFS formatted drives. They will mount in read-only mode. In the case of an internal drive that was already in there at the time Mint was installed the answer is to edit the fstab file and remove the entries for the NTFS drives (note that you have to delete the entries; commenting them out is not enough). After a reboot Mintdisk will mount them read/write.





Users browsing this forum: No registered users and 11 guests