Ubuntu :: Can't Mount UDF Vista Made DVD?
May 20, 2011
I had burned a DVD in Windows Vista from a friends home and then tried to brows it on my Ubuntu 10.4 System. But as soon as i pop in the DVD I get an error alert saying:
Quote:
Unable to mount UDF Volume Error mounting: mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
So i later tried to mount from command line and got the error.
Code:
sudo mount -t udf /dev/cdrom1 /media/cd
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
View 4 Replies
ADVERTISEMENT
May 15, 2010
my /dev/sdb contains
2 partitions with fat 32
2 partitions with NTFS
1 partition with LINUX ext3
and a swap linux.
I did :
Code:
dd if=/dev/sdb of=image_disk_sdb.img
How can I mount those several partitions?
View 8 Replies
View Related
Feb 14, 2010
i have this iso and i lost my cd but when i mount this the folder is empty but when i look inside the iso there is the install files
View 9 Replies
View Related
May 15, 2010
my /dev/sdb contains 2 partitions with fat 32 2 partitions with NTFS 1 partition with LINUX ext3 and a swap linux. I did :
Code:
dd if=/dev/sdb of=image_disk_sdb.img
How can I mount those several partitions
View 1 Replies
View Related
Feb 23, 2010
I made a disk image of a vfat fat16 using:
Code:
dd if=/dev/sda of=image_drive.img
I would like to mount it to /mnt/vfat using mount and loop. Is it possible to be mounted?
View 3 Replies
View Related
Feb 26, 2010
this is my structure:
[root@ iso]# fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
[Code]....
And I want to restore some files from /dev/VolGroup00/LogVol00.
View 14 Replies
View Related
Aug 2, 2009
How to mount in /etc/fstab VISTA Partition under Debian Lenny?
View 4 Replies
View Related
Jan 30, 2010
I'm having trouble setting up samba to work with my vista machine. Whenever I try to mount certain shares I'm getting error 13- permission denied. Specifically, I'm trying to mount my entire C: with this command at the console:
mount.cifs //windows_box/C$ /mnt/windows -o username=tyler,password=****
I've also tried:
mount -t smbfs
mount -t cifs
The funny thing is that I CAN mount some other shares, but not all. My distro is slack-current. I've been following as many relevant threads on this issue for a while now and have tried as many of the suggestions as I could understand, but it's getting to the point that I've lost track of what I've tried and what I haven't. Things I have tried:
Checking permissions on the shares: seem to be ok
enabling encrypted passwords: not sure if I did it right.
editing the registry for LmCompatablity
[code].....
View 8 Replies
View Related
Dec 19, 2009
I can't remember if things with mounting vista/ntfs partitions has changed, but I cannot seem to get my partition mounted as a read-write partition.
I tried this in fstab:
And it made it read-only..
So i tried this:
And it wouldn't mount it.
Quote:
Failed to mount '/dev/sda1': Operation not supported Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by clicking on the 'Safely Remove Hardware' icon in the Windows taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility. For example type on the command line:
Or add the option to the relevant row in the /etc/fstab file:/dev/sda1 /media/vista ntfs-3g force 0 0
View 4 Replies
View Related
Mar 27, 2010
I have noticed that I am not the first one to have problems with samba and connecting to a Windows PC. I have read so many articles and I have tried a couple of things that seemed to make sense, but no luck.
I can connect from my Vista to my Ubuntu netbook remix, but not the other way around. I get the error message: "Unable to mount location", "failed to mount windows share" and I get "mount error 12 = Cannot allocate memory" in Smb4K.
There was a suggestion that "mount error 12 = Cannot allocate memory" indicated it was a problem originating in Vista, but the added registry values on my Vista PC that was suggested didn't change anything. I have also read and [URL] and implemented 3.1 and 3.2 but it made no difference either.
View 4 Replies
View Related
Jan 30, 2011
I'm running Ubuntu 10.04 on a VM and I'm trying to automatically mount two shares from the Windows Vista SP2 host. Currently this is failing with the message "mount error(112): Host is down".
I recently upgraded VMWare Server. Before the upgrade I was able to mount shares without a problem. I can still mount shares on the host using the builtin "Connect to server" feature in Gnome. The problem I'm running into is mounting shares via the command line or via fstab. The relevant lines from my fstab are below.
Just a couple notes: the IP address of the host is static on the virtual network, so using the IP address as the server name should not be an issue. Also, I am able to ping the host fine (which obviously must be true for me to mount using the Gnome feature).
View 2 Replies
View Related
Aug 6, 2009
I have RHEL 5 dualboot with Win Vista. I want to mount ntfs partitions on linux. So please tell me one easy way.
I have tried to load ntfs.ko module in /lib/modules by #modprobe by it return with module not found
View 3 Replies
View Related
Apr 26, 2010
I have a problem where I'm using Ubuntu linux to mount a Windows Vista machine's USB drive and access it on the web using Apache. I did have the USB drive plugged into the Linux machine directly and that was working via the web. FollowSymLinks is on in httpd.conf
[Code]....
The mount works and I can see the files (see above) from my regular linux user account. If I make a test file in /mnt and soft link to that, I can see it on the web. So it's just the mount to the vista machine that seems to be a problem. It's supposed to be a simple read-only mount and the apache login should (I think) be able to see the same generic root access permissions.
log from apache: [Mon Apr 26 20:39:42 2010] [error] [client 99.99.99.99] Symbolic link not allowed or link target not accessible: /home/user1/pub_html/Music, referer: https://xx.xx.xx/~user1/music.html
The credentials have a login and password that matches a special read-only account on Vista. I can see the files on the system from Linux, but not via the web. As mentioned above, a different link to the same /mnt area works fine via the web. I've tried several different mount options with no success.
View 3 Replies
View Related
Mar 18, 2011
I have a single hard-drive on a spare computer and I decided to try out Ubuntu on recommendation from a friend. I really like it now but at first I just dual-booted it, and now I want Vista gone. I know it's unnecessary to have just one OS but my hard-drive isn't particularly big and I'd prefer to have Ubuntu by itself. Can anyone tell me how to eliminate vista and leave Ubuntu as my sole operating system (I've all my files from computer on another computer so I don't have to worry about losing anything).
View 2 Replies
View Related
Apr 6, 2011
I installed Ubuntu 10.10 on my PC running Vista Home Basic. I installed to run as a dual boot but now I can only boot into Ubuntu. I have tried to run the recovery disk for Vista and it errors out also..
View 6 Replies
View Related
Mar 22, 2011
I am trying to boot up Vista Home Premium from USB since my internal (bootable) CD-RW drive has failed and I cannot boot up Vista from CD.
I have Ubuntu running in the Windows partition and all my windows files are in there so I don't want to do a full installation of Ubuntu (yet).
I formatted an 8GB USB stick into two partitions
I then copied over to /dev/sdb1 all files from a Vista CD using an external CD-RW drive (which is not recognised as bootable on USB port).
In my Dell BIOS settings I changed the boot sequence to be bootable from USB disk first.
then I tried to reboot Vista installation in the USB stick.
But I get this message ..."this is not a bootable disk .. insert a bootable floppy"
So I could not boot up the Vista installation files.
When the boot flag is "on" in a GParted created partition does this make the partition DOS bootable for Vista installation?
My question is - What utility in Ubuntu 10.10 can create a DOS bootable partition on a USB stick? It seems that the MBR might have been overwritten when I installed Grub 2.0.
I can Grub dual boot between Windows and Ubuntu but I can't get very far with Windows .. stalls in safe mode.
So a Vista repair is called for. I would prefer not to reinstall Vista afresh at this stage.
There is a thread here explaining how to repair Vista bootloader
[url]
But it assumes that I am able to boot from CD-RW drive.
View 6 Replies
View Related
Nov 18, 2009
i have recently started my masters degree program and i have to install fedora 11 for one of my courses. The problem is when i try to install fedora 11 on my laptop, it wipes out my windows vista installation. I want to keep vista. I have a sony vaio laptop model VGN-FW340D. 4GB RAM and 400 GB HD. i first shrink my hard drive to free up around 100 GB. Then i run fedora 11 DVD and let it make the partitions on my free space.. I have tried everything.. I chose use free space the first time, but i didnt work, it wiped out my vista, next time i chose custom layout and defined boot, root and swap partitions , but again it wiped out my vista.. I have read many guides to dual boot vista and fedora and have carried them out step by step, but nothing works.... Also i dont have vista installation DVD, i just have the recovery CDs, so everytime it wipes out my vista, i have to do system recovery, ive been trying for a week now, and its driving me crazy, i asked a friend of mine to help me out, he has dual boot system, and he tried it and it did the same thing, wiped out my vista... i just have one drive C: with two partitions, one small partitions which contains recovery files, and the rest of the partition has vista.......
View 7 Replies
View Related
Jan 30, 2010
When i was in Windows, i had absolutely no problem creating and running basic terminal C++ programs. I came to Ubuntu, and now I've got a big problem: I can't run any program that i make. I have tried making programs in Code::Blocks, CodeLight, MonoDevelop, and NetBeans. All 4 four are free IDE's from the ubuntu installer. I've created 4 programs, 1 on each, and they're all the EXACT same program. When i build it, they build just fine and run. When i release and compile it so it becomes an .exe program, i can't open it. I find the thing, double click, and nothing happens. I rightclick and choose Run, and nothing happens. I made a basic Hello World program, and i couldn't even run that. Is there an extra thing im supposed to install to allow me to run .exe or something?
View 9 Replies
View Related
Mar 12, 2010
I have a home movie that is currently in Video_TS format (.bup/.vob files). I burned the movie using K3b and it works awesome in both Ubuntu and on my DVD player with the television. BUT the thing will not play in XP! I understand this is because XP is the work of the devil, but that is not important. The disc shows 4Gb used (in XP) but only gives the title. I even made sure hidden files were visible, just in case somehow the movie was invisible. I have tried burning my DVD directly from the video_ts files in K3b, and first making an .iso file, then going over to XP to burn the DVD using Nero...annnnnd same thing. I can watch them on the TV and 'buntu but not XP.
What have I done wrong? Advice? Need more info? invariably someone wants to ask the irrelevant question "Why do you need to watch it in Windows?"
View 6 Replies
View Related
Aug 9, 2010
I just change the theme to plymouth and also apply this command:
sudo echo FRAMEBUFFER=y > /etc/initramfs-tools/conf.d/splash
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u
I know that it made the boot time much longer and now I want to undo/revert the changes that I've made.
View 1 Replies
View Related
Nov 16, 2010
Back in July I bought an Acer Aspire ONE KAV60 with Xubuntu installed on it. I used to run Linux a long time ago but had not messed with it for a couple of years and I was surprised to find out how much more "user friendly" Linux had gotten (With Ubuntu anyways). There are more and more GUI programs/processes now days which makes everything easier to do, however there are a couple of things that I have found in the last few months running Linux only on my little netbook.
When I downloaded Ubuntu 10.04 LTS Lucid and installed it from the Xubuntu, I was quite satisfied with the general desktop setup and ease of the operating system. I loved it, it was like going from OS/2 to Win95 all over again! (I'm not that old, I just started young). Here recently, I ran into a little problem with 10.04 and had to re-format, but when I went to re-download it the new 10.10 was available instead. I threw it on a flash drive and installed it on my netbook only to have "problem after problem" upon installation and had downloaded and installed 10.04 from the archives in a matter of a few hours after messing with 10.10.
There were plus sides and down sides to both right off the bat. I am a nerd I suppose and I have started to play a game called Runescape. After installing 10.10, I opened up Runescape and was able to use the "Re-sizable" screen option! That's an amazing option with Runescape on a netbook. I then opened up my favorite and most used program suite called aircrack-ng. I had the apparently infamous problem titled "fixed channel mon0: -1" and was completely unable to get it working (even after reading the SOLVED article on here.) I spent probably 2 hours trying to figure out that problem and was unable to do so. I cannot be without the aircrack-ng suite so I decided to revert back as I fore mentioned.
Upon reverting back to Lucid LTS from the archives, I was happy with the smoothness of how it runs on my netbook compared to 10.10, but as soon as I logged onto that damn game Runescape, I was on a mission to figure out how to correct the "fixed channel mon0: -1" issue on 10.10 so I could have the re-sizable screen option again.
I finally figured out that I needed (from a fresh install on 10.10) to do apt-get install patch and apt-get install gcc before I could complete the steps of the SOLVED issue guide. This was never mentioned and it made me realize I still need to know what I'm doing if I'm going to run Linux and then maybe I won't have all these issues.
Out of all this, I have a couple of questions and would like to learn more about Linux so I do not have these problems in the future. Here are a couple of questions I would like to mention first: What is gcc? I had all that trouble just because I didn't know to install gcc to do the tutorial.
I believe the re-sizable screen option is available for me in 10.10 and not 10.04 because of Java. I did not have to install Java in 10.10 at all, I just opened up Runescape "out of the box". In 10.04, I use Sun Java with the apt-get command in Terminal. Does anybody have any information to confirm or deny this?
Once I got aircrack-ng working in 10.10, I was surprised to find out that it is amazingly fast compared to 10.04. I believe this has to do with drivers. I was able to use aircrack-ng (after install) "out of the box" with 10.04 so I did not download the "compat wireless" drivers that had to be used in 10.10 to get it to work.
If I were to revert back to Ubuntu 10.04 (I much prefer Lucid for my netbook, runs much better), would I theoretically be able to download a different Java and use the re-sizable option on Runescape? Would I also be able to use the "compat wireless" drivers in 10.04 to make aircrack-ng send and receive arp's and ack's so much quicker?
Last but not least, I would like some sources if possible to better learn Linux from. I mean Terminal type Linux, I do appreciate (as I said earlier) the new GUIs that are available now and I didn't have before, but I still feel the need to know my way around the system and I just don't have that knowledge.
View 3 Replies
View Related
Feb 19, 2011
I made a little applicaton in MonoDevelopit works fine and does what it's supposed to when I run it inside of MonoDevelop itself.butwhen I try running the output exe file from either the debug or release folders it just won't do anything...s is because my system assorts exe's with wine or is it something else?I can't really figure it out...and now we're at it is there a way for me to change the output format in MonoDevelop??? I pretty much just got it
View 2 Replies
View Related
Mar 27, 2011
I recently installed a base system from a 10.10 alternate cd and then selected a few packages to build myself a light install. I'm using lxdm as my login manager (desktop manager) and openbox as my window manager, with lxpanel and nm-applet autostarting after loading openbox. that's it so far.
My problem is that almost any changes I make as a user are not saved. ie I tried to make a wireless network available to all users with network manager but it immediately reverts. I tried to make changes to permissions through the gui 'users and groups' tool, (with i installed visa gnome-system-tools package in synaptic) but all changes are immediately forgotten. I also cannot mount another partition using pcmanfm. I get the response 'authentication is required.' These sound to me like permissions issues. what groups do I need to be a part of? update: I checked my groups and I wasnt a member of any so I googled around for whats normal and added myself. Im now a member of the groups:
Code:adm disk dialout cdrom sudo audio www-data video plugdev games users fuse lpadmin admin netdev But still nothing. changes are not remembered.
View 2 Replies
View Related
Oct 27, 2010
Is there a way to permanently mess up a pre-made dvd?
i would like to be able to mess up a dvd through software, that way there would be no proof of tampering. (i want a few new movies on blueray )
i would like it to run in ubuntu, but a windows program is fine.
these are factory dvds btw, not dvdrw.
View 9 Replies
View Related
Dec 28, 2010
I've noticed today on RHEL 6 server that Red Hat has added a trailing '.' to each permission string when I run the 'ls -l' command as shown below:
Code:
[root@db1 /]# ls -l
total 86
[code]....
View 2 Replies
View Related
Nov 24, 2010
After a reinstall of 10.10, I am able to turn on file sharing and so I set up a shared folder.
Windows Vista can see this folder but in my network place, there is only one icon, and it's a "Windows Network" icon. Upon clicking on that, I can see the local network, "Rompus Room".
When I click on Rompus Room, nothing happens for a while, then I get a message saying, "Opening "ROMPUS ROOM". Then I get the final message, "Unable to mount location", followed by, "Failed to retieve share list from server"
View 3 Replies
View Related
Mar 22, 2010
I'm running a virtualised backupserver. This makes backups to an LVM volume on the host. /dev/mapper/system-backupserver is put through as a block device to the KVM-based, libvirt-managed backupserver and there it's mounted (obviously) rw.
I've also mounted the same volume, as ro, on the host, so as to get at my backups more easily. So now the same partition is mounted on two different machines, both thinking they've got sole access.
Now when the backupserver VM alters the contents of this partition, it sees this happening normally on its df report, but on the host machine, this remains mostly unseen. I tried doing a mount -o remount, but that doesn't help, although umount/mount will do it.
Meanwhile I seem to be able to get at all the data just fine, and it's just the total used/free that gets out of whack. Is there any way to regenerate/reread those totals without doing a full umount/mount cycle?
View 2 Replies
View Related
May 7, 2010
How come mozilla lightning did not made into the repos for Lucid? My only chance is to download it from mozilla? I am using Lucid 32 bits. So. I did it, downloaded lightning-1.0b1-tb+sm-linux.xpi and installed fine:
Code:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4
However, none of the calendar functions are working, calendar itself opens, but no grid lines are displayed. When I click on an invitation for an event, nothing is shown as body, no options to accept or decline, and the message is not marked as read. How can I workaround it? I tried mozilla daily ppa but no luck, erased .thunderbird profile, no luck. What else can I try?
View 1 Replies
View Related
Jun 23, 2010
Against my better judgement (since it's an MLC device) I ran scrub on the free space of my SSD, which writes dummy data to all the remaining space on the drive and then deletes it. After I ran it, I went from 250MB read to 267MB (the original benchmark when I first got the drive). I just depleted from the drive by writing all that data to it
View 2 Replies
View Related
Jul 15, 2010
I backed up my windows hard drive using dd and turned it into one huge image file. I didn't realize this beforehand, but this image is not an ISO equivalent type. However, it would be nice if I could access everything on the image just by mounting it instead of having to transfer it back to /dev/sda or something.
View 5 Replies
View Related