=== F|ReSTaRT is now known as FiReSTaRT | ||
LarryB | anyone able to shed light on DVD not mounting anymore after upgrading to Unity 15.10? | 23:32 |
---|---|---|
azend|vps | LarryB: that's pretty strange | 23:35 |
azend|vps | have you tried mounting via the command line? | 23:35 |
LarryB | yes i get hte following: | 23:37 |
LarryB | mount: can't find /cdrom in /etc/fstab | 23:37 |
azend|vps | what is the full command you use? | 23:38 |
LarryB | I have started looking online but all they suggest didn't work :( | 23:38 |
LarryB | sudo mount /cdrom | 23:38 |
azend|vps | ah | 23:38 |
azend|vps | yeah, that's not going to work :) | 23:38 |
LarryB | so I see :) | 23:38 |
LarryB | tried: mount /dev/sr0 | 23:39 |
azend|vps | normally in ubuntu, drives get mounted with fuse instead of with the mount command | 23:39 |
LarryB | same error (/dev/sr0 not foun d in fstab | 23:39 |
azend|vps | this makes access to the mount more secure and does not require extra priviledges | 23:39 |
LarryB | oh? ok | 23:39 |
azend|vps | like sudo | 23:39 |
azend|vps | try `sudo mount /dev/sd0 /mnt` | 23:40 |
LarryB | :( | 23:40 |
LarryB | mount: special device /dev/sd0 does not exist | 23:40 |
azend|vps | err | 23:40 |
azend|vps | sorry | 23:40 |
azend|vps | sr0 | 23:40 |
azend|vps | typo | 23:40 |
LarryB | mount: special device /dev/sd0 does not existmount: /dev/sr0 is write-protected, mounting read-only | 23:41 |
LarryB | james@james-Ubuntu:~$ | 23:41 |
LarryB | may work. cause no write to cdrom | 23:41 |
azend|vps | cool | 23:41 |
azend|vps | yeah, that's normal | 23:41 |
azend|vps | when you want to unmount it later, use `sudo umount /mnt` | 23:41 |
LarryB | where did it mount to? (whiuch directory)? | 23:41 |
azend|vps | `/mnt` | 23:41 |
LarryB | ahh ther eit is. | 23:42 |
azend|vps | /mnt is a generally good location for mounting random disks for short periods of time | 23:42 |
LarryB | thanks azend|vps . So change /mnt to /mnt/cdrom would put it there | 23:42 |
azend|vps | but only as a super usier | 23:42 |
azend|vps | user | 23:42 |
LarryB | perfect. thansk again | 23:42 |
azend|vps | no | 23:42 |
LarryB | no? | 23:43 |
azend|vps | oh yeah | 23:43 |
azend|vps | unmount the disk | 23:43 |
azend|vps | `mkdir -p /mnt/cdrom` | 23:43 |
azend|vps | and then remount it in the new location | 23:43 |
LarryB | should jsu tmake a .sh | 23:43 |
LarryB | \for cd mount | 23:43 |
azend|vps | but if you have to do it this way, something is wrong | 23:43 |
azend|vps | ubuntu will usually mount it with fuse in /media/<some media id>/ | 23:44 |
azend|vps | or /media/<user>/<some media id> | 23:44 |
LarryB | yeah the issue I had was going to 15.10 upgrade path | 23:44 |
LarryB | a data disk automounted. buit the dvd didn't | 23:44 |
LarryB | is there a apt-get to uninstall/re-install fuse? | 23:45 |
azend|vps | there is but I wouldn't try it as it'll probably break something | 23:45 |
LarryB | heh the upgrade did | 23:45 |
azend|vps | sounds like some sort of weird unity issue with fuse though | 23:45 |
azend|vps | I know there's a config item burried in gconf that allows you to enable/disable automounting of new volumes | 23:46 |
azend|vps | but you'd need to do a bit more diagnosis first | 23:47 |
azend|vps | otherwise you're just running around in the dark with a knife | 23:47 |
LarryB | that or a bug that is updated soon | 23:47 |
LarryB | true | 23:47 |
azend|vps | also true | 23:47 |
LarryB | i get lucky sometimes in the dark but it is not ideal | 23:47 |
azend|vps | you could try putting in a bug ticket on a relavent launchpad project | 23:48 |
azend|vps | perhaps you're just the first to notice this issue | 23:48 |
LarryB | migh towrk. my install upgrade was iffy. | 23:48 |
LarryB | after install it wanted to install a partial upgrade after | 23:49 |
LarryB | then it said we were good after that run | 23:49 |
LarryB | HexChat: 2.10.2 ** OS: Linux 4.2.0-16-lowlatency x86_64 ** Distro: Ubuntu "wily" 15.10 ** CPU: 8 x Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel) @ 2.53GHz ** RAM: Physical: 2.9GiB, 35.7% free ** Disk: Total: 233.9GiB, 79.6% free ** VGA: NVIDIA Corporation NX7600GS-T2D256EH ** Sound: Audigy - SB Audigy 1 [SB0092] ** Ethernet: Intel Corporation 82567LM-2 Gigabit Network Connection ** | 23:49 |
LarryB | Uptime: 43m 11s ** | 23:49 |
azend|vps | is that a custom kernel? | 23:50 |
azend|vps | Linux PHEONIX 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 18:52:50 CEST 2015 x86_64 GNU/Linux | 23:51 |
azend|vps | Ubuntu is not as far behind as it used to be | 23:51 |
LarryB | how do you tel? | 23:51 |
LarryB | uname? | 23:51 |
azend|vps | yeah | 23:51 |
azend|vps | well it's in your hexchat thing | 23:52 |
azend|vps | but `uname -a` will show you what I just copied | 23:52 |
LarryB | yeah not sure what i clicked but that's probably it | 23:53 |
azend|vps | Resuming in non X mode: xdpyinfo not found. For package install advice run: inxi --recommends | 23:53 |
azend|vps | CPU~Quad core Intel Core i7-4790 CPU (-HT-MCP-) clocked at Min:3599.859Mhz Max:3781.546Mhz Kernel~4.2.3-1-ARCH x86_64 Up~6 days Mem~4251.0/16003.9MB HDD~2000.4GB(4.9% used) Procs~275 Client~Quassel (pre v0.4.1) inxi~2.1.2 | 23:53 |
LarryB | <azend|vps> ubuntu will usually mount it with fuse in /media/<some media | 23:53 |
LarryB | ls | 23:54 |
LarryB | grr | 23:54 |
azend|vps | LarryB: hmm? | 23:56 |
LarryB | typing bash code in chat | 23:56 |
azend|vps | :) | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!