Asked By
Anna Weiss
10 points
N/A
Posted on - 07/23/2012
Hi fellows
Â
I wanted to automount my NTFS partitions so I added one the partitions to the fstab file.
Â
Â
The code I used was:
Â
 UUID=************   /media/***   ntfs   defaults,nls=utf8,umask=0222   0   0
I found this thread useful but there is one problem. I don’t have the permission to either cut/copy /paste or even move files in or out of the partition. I cannot actually unmount the partitions unless I am the root and not a sudoer.
Â
Can someone please tell me cant I change the permissions unless it is a Unix/ Linux format?
Â
Â
I am sharing this partition with my Win system. Please see the following screenshot:
GNOME MPlayer Error
Failed to open VDPAU backend libvdpau_nvidia.so:cannot
open shared object file: No such file or directory
                                 Close
Please help me to fix the problem. I'll be waiting for your suggestions.
Regards
Jack
NTFS Automounting and Permission Problem
Hello Anna,
To help you fix that problem, the following is a solution you should give a try:
You will need to specify video output driver on the command line during the launching of the mplayer like indicated below:
mplayer – vo xv video.wmv
You can have access to a list of video output drivers that are available with the following command: "mplayer -vo help".
Note that the category of configuration options for the mplayer will scrawl before it can try the vdpau.
The following are the steps:
-
First, check the ~/.mplayer/config for if there is any default video output driver.
-
And then after that, check the /etc/mplayer/mplayer.conf for the if there are any default video output drivers.
-
The last step will be to check in the compile options to verify that the mplayer was built with for a specific default.
Regards,
Carl,