Ubuntu Multimedia :: Automount For UDF DVD Disc In Nautilus?

Jan 3, 2011

Ubuntu 10.04, 10.10. When you insert DVD with UDF file system, Nautilus is failed to mount it and show its content.

[URL]

Workaround: to support UDF and ISO in the same time, and auto mount in Nautilus:

Code:

sudo mkdir /media/cdrom0

Code:

sudo gedit /etc/fstab
add to the end of file:

Code:

/dev/scd0 /media/cdrom0 udf,iso9660 users,noauto,uid=0,gid=46,mode=0777,dmode=0777,nosuid,noexec 0 0
Restart PC or

Code:

mount /dev/scd0

View 1 Replies


ADVERTISEMENT

Ubuntu :: Walkman Doesn't Automount In Nautilus 10.04?

May 9, 2010

It worked fine in every other version of Ubuntu, but now when I plug it in, it will appear in the 'devices' section in Rhythmbox, but not anywhere in nautilus. I am using Ubuntu 10.04, with my Sony Walkman (looks like a USB drive with a screen and buttons)

Is this some Apple-like music security feature? is there any way around it?

View 4 Replies View Related

Ubuntu :: How To Get Nautilus To Automount Ext Drive At Startup

May 29, 2010

I want nautilus to automatically mount my external drive when ubuntu 10.04 starts. This drive is encrypted, but the key has already been stored and all I have to do is click on it in my Places menu for it to mount.

It mounts to: /media/Will's Drive

I feel like I shouldn't have to edit fstab or anything like that. If I can add it to my startup programs, that would be great, I just need to know the command to get nautilus to open up /media/Will's Drive at startup.

View 4 Replies View Related

Ubuntu Multimedia :: Why Won't MP3 Players Automount

Feb 5, 2010

I bought myself an inexpensive USB mp3 player the other day, thinking that I could sync it just like I do my digital camera and thumb drives. No such luck.

The player is identified by 'lsusb -vv' as follows:

Quote:

Bus 001 Device 005: ID 10d6:1101 Actions Semiconductor Co., Ltd
Device Descriptor:
bLength 18
bDescriptorType 1

[Code].....

View 4 Replies View Related

Ubuntu :: Unable Multisessions When Burning Disc Or Import A Disc Which Has A Multisession?

Mar 10, 2010

this blew my mind today, because i've been using ubuntu for 2 and half years. Brasero 2.28.2 in Karmic does not have an option enable multisessions when burning disc or import a disc which has a multisession.

Seriously, wtf is going on? This is supposed to be Ubuntu's default CD authoring software.

View 4 Replies View Related

Ubuntu :: Install Files - Stuck On - Please Insert The Disc Labeled - Disc 2

Dec 19, 2010

I'm trying to install files and everytime I manage to install from the first disc I succeed. When I get the the second disc I just keep clicking the "OK" button instead of "Cancel" and it keeps neglecting it.

View 1 Replies View Related

Ubuntu Multimedia :: Music CD Will Not Automount In Lucid

May 22, 2010

I just installed 10.04 from a CD and cannot get music cds to automount. There is no problem with data CDs.

View 4 Replies View Related

Ubuntu Multimedia :: Canon SD300 Camera Won't Automount

Nov 11, 2010

I am a Ubuntu newbie (installed Ubuntu 10.04 LTS last week) with a camera problem. My Canon SD300 won't automount when I attach it by usb cable. It is visible to F-Spot and I can import pictures, it just doesn't automount. I saw other posts where no usb automounts were occurring. Not my problem. Memory sticks and external hard drives automount just fine. Only the camera is a problem child.

View 1 Replies View Related

OpenSUSE Install :: 11.3 - Can't Find Grub Without Disc / Boot From Hard Disc

Jan 1, 2011

I have just installed 11.3 x64. The installation went fine and worked for the first few hours. I ran the online update tool, and now it cannot find grub unless the installation disc is inserted and I select the "boot from hard disc" option.

I have read about the problem of the root partition being back, but not sure that's it.

sda1 - swap
sda2 - /
sda3 - /home

There used to be a repair tool in the installation disks. I could not find that in this media. Is that still available?

View 9 Replies View Related

Ubuntu Multimedia :: Can't Install From Disc?

Jul 26, 2010

I'm trying to install my camera software through cd/rom. When clicking install.exe i get the following error.

Archive: /media/CanonDC300W/setup.exe
[/media/CanonDC300W/setup.exe]

End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /media/CanonDC300W/setup.exe or /media/CanonDC300W/setup.exe.zip, and cannot find /media/CanonDC300W/setup.exe.ZIP, period.

View 5 Replies View Related

Ubuntu Multimedia :: Convert ISO To Disc?

Nov 9, 2010

I have got an ISO image file which is 5.9 Gb - how can I burn this to DVD the only discs I have are 4.7Gb. The opening of the ISO file shows that the DVD is split into three separate menus - can I try to retrieve just one and write to DVD, if so how.

View 8 Replies View Related

Debian Multimedia :: No Automount In GNOME Flashback?

Aug 17, 2015

I'm running Debian 8.1 Jessie on a Dell Latitude D400 using the GNOME Flashback DE. I cannot for the life of me figure out why it doesn't automout my USB drives and CD/DVDs.The regular GNOME and GNOME Classic will automount no problem but Flashback will not. It shows up in Nautilus but I have to mount it manually through Nautilus. I checked in dconf Editor under org/gnome/desktop/media-handling and automount IS checked. So I can't figure out why its not automounting.

Is there a way to fix that so Flashback will automount my CD/DVDs and USB drives or is it just a bug in Flashback that I gotta wait to get fixed?I've already searched the forum and Google to no avail but its possible I didn't use the right searh terms in Google.

View 0 Replies View Related

Debian Multimedia :: Why No Desktop Icon With Automount

Sep 9, 2010

I have a 2 Computers:
Computer A has a RAID array in it, and everything works perfectly fine. When Computer A powers on, the RAID array is automatically mounted, mdadm takes care of all of the things it's supposed to, and an icon for the RAID array is automatically placed on the desktop. Everything Just Works (TM).
Computer B is configured similarly to Computer A. They have identical configuration files (at least, all the ones I've checked are identical), and when Computer B powers on, the RAID array is automatically mounted, mdadm takes care of all of the things it's supposed to, BUT, NO icon for the RAID array is automatically placed on the desktop. How do I change that?

They have identical /etc/fstab's (the lines in bold are the ones that matter):
Computer A
mediaserver:/home/mediaserver/Desktop# cat /etc/fstab .....

Computer B
mediaserver:/home/mediaserver# cat /etc/fstab
# /etc/fstab: static file system information .....

They have identical /etc/mdadm/mdadm.conf's
Computer A
mediaserver:/home/mediaserver/Desktop# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=82bfcecf:5cd4d557:2f1fbd23:68e2797c

Computer B
mediaserver:/home/mediaserver# cat /etc/mdadm/mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid5 num-devices=4 metadata=0.90 UUID=6c24c0e5:84ead07e:c109596b:d7e29b7e

The outputs of mount are also very similar:
Computer A
mediaserver:/home/mediaserver/Desktop# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /mnt/arrayCOMP_A type xfs (rw)

Computer B
mediaserver@mediaserver:~$ mount
/dev/hdc1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /mnt/arrayCOMP_B type xfs (rw)
mediaserver@mediaserver:~$

So how do I get an icon for the device /dev/md0 to automagically appear on the desktop every time the device is mounted (which occurs every time the computer boots up)?

View 7 Replies View Related

Fedora :: USB Disc - Access To USB Disc From Text Mode?

Dec 6, 2009

I'm sorry for this stupid question, but I have nowhere found it.I need to access to my USB disc from text mode (In Fedora LiveCD I see it and i can access /media/New Volume). In F12 runlevel 3 in mc I see it in /dev/disc/by-label as @Newx20Volume. But I don't know what is the correct path.

View 2 Replies View Related

Ubuntu Multimedia :: MuseScore Will Not Write To Disc?

Apr 16, 2010

I'm running MuseScore in Karmic; I've gotten it to play midi; it reads files fine, but it doesn't seem to want to write to disc!

View 1 Replies View Related

Ubuntu Multimedia :: Does Not Burn ISO Disc Image To CD

Jan 4, 2011

I am having trouble burning an iso disc image that I downloaded of the Windows Vista Recovery disc for a friend who cannot boot her computer anymore. I downloaded the iso disc image and it mounts on my computer just fine, so it should be able to be burned as the disc image to a CD no problem. However, each time I right click on the iso file, and go down to Write to Disc, and then the menu comes up and I make sure that the destination drive is my CD/DVD burner drive with a blank CD-R in the drive, it burns the disc, but it always ends up being a CD with the file of the iso on the disc...!! It doesn't burn the image, it burns a copy of the image as a file! I uninstalled the CD/DVD burning software that was on my computer and installed CD/DVD Creator instead from the Ubuntu Software Center.

I tried following the steps on [URL] which tells how to burn a disc image from an ISO file. I follow it exactly, but I still get the same results: I get a disc that is not the image, but has the image on the disc. Now, I can mount the image on the disc on my computer, but that won't do my friend any good who needs to BOOT off this disc to fix her computer running Windows Vista. But ever since I wiped out my computer and went Ubuntu, I haven't been able to write an iso disc image to a CD or DVD properly. Does it matter if it is a CD or a DVD that is used? Like, if I put a DVD in, would the disc iso image burn to the DVD rather than a CD because of the way the image was made? For some reason I never thought it mattered, but does it?

View 1 Replies View Related

Ubuntu Multimedia :: Re-convert BDRip To Fix In 4.4 DVD Disc?

Apr 3, 2011

a BDRip movie in .mkv (h264+aac) and is 6.6 GB. I need to downsize to a 4.4 GB DVD disc, with same codecs. Arista has no preset to do it, HandBrake is not available for Ubunbtu 11.04 yet (and I don't know if this program can do it),

View 2 Replies View Related

Ubuntu Multimedia :: Burn Mpg To Dvd - Disc Error

Apr 25, 2011

I've been trying all week to get mpg to dvd, my dad has a video that is supposed to be aired on television soon and the deadline to have it in is tomorrow. right now i have it as an mpg file and i cannot get it to burn to dvd. I've tried using devede and Gnomebaker, but everytime i put it in the dvd player it says disc error.

View 9 Replies View Related

Debian Multimedia :: Require Users To Be In A Group For HAL Automount?

Nov 3, 2010

I'm using squeeze. hal allows any user (at least, ones logged into the console) the ability to automount any removable drive that is plugged in. I want to restrict the ability to automount to users who are in the group that owns the device node for the drive (some distributions use the "plugdev" group for this.) I know I can turn off automount individually in each desktop, but seeing as hal is the thing that runs as root and is actually doing the mounting, it seems to make the most sense to change the setting in hal.

View 2 Replies View Related

Ubuntu Multimedia :: No Proprietary Libs On Installation Disc

Mar 2, 2010

My friend just installed Ubuntu from cd on a computer without Internet connection. She hoped to be able to open some video and music files there, but it turns out there were no proprietary libs in the installer. And since the majority of the files were avi, mp3 and mp4, they couldn't be read.I am an experienced Linux user, but I have mainly dealt with Gentoo, plus I'm used to be able to download and install programs directly through a package manager. However since my friend's computer isn't connected we don't have that possibility.

how can I install proprietary libs (like for the formats mentioned) to this computer? Could they be available from the installation disc, and if so how do I get them? Can I transfer packages with a memory stick? (And is there some easy way to find all dependencies?) Or any other solution?I do have a 3G mobile modem dongle which perhaps we could use. However I have bad impressions of those and Linux. Will it work without a great deal of configuring (or extra software)? Otherwise, this method would mean an extra step.

View 2 Replies View Related

Ubuntu Multimedia :: Creating (AVI / MKV Or MPEG) To Video Blu Ray Disc

Jun 29, 2011

Is there an application on Ubuntu capable to create a video blu ray disc out of any kind of video (avi. mkv, mpeg, etc)? On my wife computer I use tsmuxer and multiavchd but I would like to run something native on my computer without the need to install wine... The use of the command line is not a problem, something like DeVeDe to mux or encode would be sweet! srt support is a most!

View 3 Replies View Related

Ubuntu Multimedia :: DeVeDe Disc Not Recognized In Player?

Sep 1, 2011

I created a Video DVD using DeVeDe 3.16.8. I selected some .mkv files, created menus and the program created .iso files which I burned using the Burn Image selection in Brasero 2.30.2. The resultant DVD worked perfectly in my PC under Ubuntu as well as Windows XP. However, when I pop the disc in my standalone DVD player connected to my TV, the player gives a "NO DISC" error - no joy.

View 2 Replies View Related

Ubuntu Multimedia :: DVD Disc Not Readable - Cannot Access Contents For Conversion

May 1, 2010

Does anyone know what I should do to read a dvd disc that I recorded on my dvd recorder off the satellite decoder. When I look in winxp it shows the contents which is only a video_ts folder and no audio folder. Inserting the same into the pc with ubuntu 9.10 running the drive reads the disc but I then cannot access the contents, which I want to convert to a divx file or similar. Will I have to use my Windows system for this?

View 1 Replies View Related

Ubuntu Multimedia :: Acidrip - Can't Read DVD Track - Why Is So / Faulty Disc?

Sep 26, 2010

I've been trying to rip DVD's using AcidRip but whatever DVD I try I get the same error from AcidRip - Can't Read DVD track. Faulty Disc?

After reading the forums I've tried /dev/dvd ,/dev/sr0 (Found by using the Disk Utility), /Media/DVD Title etc and tried running AcidRip both as myself and Sudo without success.

View 2 Replies View Related

Ubuntu Multimedia :: Convert DMG Into Disc Image Compatible With AcetoneISO?

Apr 27, 2011

I have a DMG that I need to convert into a disc image compatible with AcetoneISO. It is compatible with ISO, BIN, NRG, MDF, AND IMG.

View 3 Replies View Related

Debian Multimedia :: How To Create MP3 Disc Playable In Car

Apr 19, 2011

I am trying to create an mp3 disc playable in my car mp3 player. Creating a data cd full of mp3's in brasero doesnt seem to work. i.e. It is not playable by the player though it is playable by the computer. How I can do this?

View 5 Replies View Related

OpenSUSE Multimedia :: K3B Unable To Fixate Disc

May 27, 2011

I have a clean install of OS 11.4 64bit on my system with K3B installed from packman. Trying to burn files to a disc with the option of no multisession I am getting the error message at the end of the burn "unable to fixate disc"The first time I tried burning it said it did not have permission so I used the K3B wizard to change permissions.Now it simply says "unable to fixate disc"

View 1 Replies View Related

Debian Multimedia :: Click Automount For NTFS Part (without Password) On Thunar

Oct 13, 2015

My system have 3 partition.

1) Windows ntfs.
2) distro ext4.
3) distro ext4.

When I clicked their partition, system request user or root pass. I need it without password like ubuntu or mint.

View 3 Replies View Related

Ubuntu Multimedia :: Video Converter - Convert AVI Into DVD Format To Burn A Disc

Jun 3, 2010

I am looking for a video converter that will convert AVI into DVD format to burn a disc. I had a program called convert X for windows 7 and with that I was able to make menu's for the DVD and when it finished converting, it would burn it to a disc.

View 2 Replies View Related

Ubuntu Multimedia :: Playing Video/movies On DVD - Disc Is Not Being Recognized And Mounted ?

Aug 13, 2010

I have recently installed Lucid on an Acer Aspire 5570Z laptop. It has an Optiarc DVD RW AD-7530A DVD-RAM writer. I am having trouble in playing video/movies on DVD.

When I am inserting a movie DVD, the drive is working (i.e. is busy) continuously but the disc is not being recognized and mounted. Disc Utility is showing "No Media Detected".

The same DVD discs are playing OK in my desktop (running Hardy) and on another laptop (running Lucid).

However, that Audio and data CDs are playing/reading OK in the same drive. Even blank DVDs are being recognized and mounted OK.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved