Hi
I have just done a clean install to 10.4. Updated every thing got it running the way i like it and the way im used to when i hit a problem
In the past i use pysdm to mount my second drive that is formatted to ntfs, it's mounting on reboot but it's read only and the permissions tab on properties is blank with just the following text
QUOTE
the permissions of "sdb5" could not be determined
and if i try to move anything to it i get
QUOTE
Error while copying to "sdb5" The destination is read-only.
Any advice would be appreciated as this is where i keep all the music and films
Ta
CODE
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=a3bcbb33-639b-4bdb-a003-882823813b36 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=d406f4bb-ad53-4d6a-8e6d-f679b8db4e46 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb5 /media/sdb5 ntfs nls=iso8859-1,rw,users,umask=000,gid=users,user,owner,uid=root 0 0
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=a3bcbb33-639b-4bdb-a003-882823813b36 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=d406f4bb-ad53-4d6a-8e6d-f679b8db4e46 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb5 /media/sdb5 ntfs nls=iso8859-1,rw,users,umask=000,gid=users,user,owner,uid=root 0 0
in the last line i realised that pysdm had mad the disc ro (read only) so i input into a terminal
CODE
gksudo gedit /etc/fstab
then changed it to rw (read write)Here's hoping that others find this helpful