I have created a partition to store movies and stream them to my tv.
The owner of the folder with the movies is "root".
To copy/edit/add or delete any of these movies i have kdesudo into Dolphin.
So i tried to change ownership in the permission dialoque box while kdesudo'd in Dolphin. That doesn't work
This is the output from konsole while trying to change permission
The last line comes up when i click OK
Then i tried using Konsole with the following command:
I can watch the movies allright so the drive does exists.
Anyone any idea what's going on here.
The owner of the folder with the movies is "root".
To copy/edit/add or delete any of these movies i have kdesudo into Dolphin.
So i tried to change ownership in the permission dialoque box while kdesudo'd in Dolphin. That doesn't work
This is the output from konsole while trying to change permission
Code:
gerard@gerard-iMac:~$ kdesudo dolphin Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kbuildsycoca4 running... QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QObject::connect: Cannot connect (null)::resourceScoreUpdated(QString, QString, QString, double) to NepomukPlugin::resourceScoreUpdated(QString, QString, QString, double) QObject::connect: Cannot connect (null)::recentStatsDeleted(QString, int, QString) to NepomukPlugin::deleteRecentStats(QString, int, QString) QObject::connect: Cannot connect (null)::earlierStatsDeleted(QString, int) to NepomukPlugin::deleteEarlierStats(QString, int) kactivitymanagerd(3420)/nepomuk (library): Could not find virtuoso to connect to. Aborting QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory QFileSystemWatcher: failed to add paths: /root/.kde/share/config/activitymanager-pluginsrc "/org/freedesktop/UDisks2/drives/APPLE_SD_Card_Reader_000000009833" : property "Drive" does not exist "/org/freedesktop/UDisks2/drives/OCZ_VECTOR_OCZ_0119QWH76D7Z1677" : property "Drive" does not exist "/org/freedesktop/UDisks2/drives/HL_DT_ST_DVDRW__GA11N_KZZ99C65745" : property "Drive" does not exist "/org/freedesktop/UDisks2/drives/OCZ_VECTOR_OCZ_0119QWH76D7Z1677" : property "DeviceNumber" does not exist "/org/freedesktop/UDisks2/drives/OCZ_VECTOR_OCZ_0119QWH76D7Z1677" : property "Device" does not exist QPixmap::scaled: Pixmap is a null pixmap dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting dolphin(3395)/nepomuk (library): Could not find virtuoso to connect to. Aborting QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusObjectPath: invalid path "" QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. [B][I][I][I][COLOR="#A52A2A"]"/org/freedesktop/UDisks2/drives/HL_DT_ST_DVDRW__GA11N_KZZ99C65745" : property "Drive" does not exist[/COLOR] [/I][/I][/I][/B]
Then i tried using Konsole with the following command:
Code:
gerard@gerard-iMac:~$ sudo chown gerard /mnt/Movies [sudo] password for gerard: chown: changing ownership of ‘/mnt/Movies’: Operation not permitted
Anyone any idea what's going on here.
Comment