ok so make a mount point for the partition
you do not half to call it windows it can be named whatever you like but if you use some thing elce use it in the chown command and the fstab line insted of windows as well!!
now give your group access to the new folder
where "you" is your user name so if it were me doing this it would be "sudo chown -hR root:vinny /mnt/windows" ,,,,,,see.
open fstab for editing with kate
and add this line to the bottom of the file
and change the line
to
and
to
when you finish editing the file place the cursor on a new line at the bottom of the file and press enter twice then save and close kate.
now just do a
and your windows data is in /mnt/windows
of course it should show in dolphins places panel any way without doing all this and would be accessible with a click .
VINNY
Code:
sudo mkdir /mnt/windows
now give your group access to the new folder
Code:
sudo chown -hR root:you /mnt/windows
open fstab for editing with kate
Code:
kdesudo kate /etc/fstab
/dev/sda2 /mnt/windows ntfs-3g defaults 0 0"
Code:
UUID=416bf55c-8bb6-4e28-876e-a11091a04a42 / ext4 errors=remoun$
Code:
UUID=416bf55c-8bb6-4e28-876e-a11091a04a42 / ext4 errors=remount-ro,user_xattr 0 1
Code:
UUID=d906b49c-e548-4ce7-b936-9cd15fd1757b none swap sw $
Code:
UUID=d906b49c-e548-4ce7-b936-9cd15fd1757b none swap sw 0 0
now just do a
sudo mount -a
of course it should show in dolphins places panel any way without doing all this and would be accessible with a click .
VINNY
Comment