Albert Seminatore wrote:
>
> To unmount the dvd iso, type into the terminal:
> sudo umount testvid
> >>>>>>>>>>>
> This doesn't work in Ubuntu 9.10. I get a Command not found
> error. When I do a man unmount I get an error. BUT I can highlight
> the file name and press the right button. Then a drop down menu comes
> with an UNMOUNT command. Problem is I don't have ownership of the
> file -- it belongs to root. I have no way of knowing how to become
> root and unmount testvid.
>
Did you try to unmount by your file browser?
Unmount by a terminal!
The command "sudo <command>" used for Ubuntu makes you "root" for the
<command>.
You also can type "sudo -i" to become root until "exit" or "logout"
(resp. for the terminal use the shortcut Ctrl + D).
E.g.:
sudo -i
umount testvid
exit
> My solution was to reboot the system. Then go highlight "testvid"
> and delete it.
> If I try to delete before a reboot I get an error that says it isn't
> in the /etc/fstab file.
> Is this a Linux test question?????
> So now what can one do?
>
Right, you mounted the ISO manually, it wasn't mounted by fstab. Perhaps
you wasn't able to unmount, because the ISO still was in use, e.g. a
media player was in stop modus, thus the file were not played any more,
but still in use of the media player.
If you want to use the unmount command
- make sure that no application is taking access to the device you want
to unmount, even a terminal changed to the directory that should be
unmounted will ban an unmount.
- be sure to be root ;), in a terminal use
sudo unmount [...]
or use
sudo -i
unmount [...]
>
> Is there a way of changing a ".vro" file to ".mpg"?
>
It's written that .vro files are .mpg files, thus you only need to
rename the files by using the rename option of the file browser or the
move command for the terminal emulation:
mv /path/to/input_testfile.vro /path/to/output_testfile.mpg
spinymouse-s...@64studio:~$ ls Desktop
my_video.vro
spinymouse-s...@64studio:~$ mv ~/Desktop/my_video.vro ~/Desktop/my_video.mpg
spinymouse-s...@64studio:~$ ls Desktop
my_video.mpg
>
> I tried using ffmpg but couldn't figure it out. I got it
> installed but then got lost with the command line. So I tried to
> install a GUI and that became an even worse task.
>
What GUI did you try and what problems occurred?
_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users