/srv/irclogs.ubuntu.com/2016/03/08/#lubuntu.txt

QuantosSo I'm having an issue with my second internal HDD01:17
QuantosIt automounts on boot, but I can't seem to access it01:18
QuantosIt has my music collection on it, I need tuneage01:18
ianorlinQuantos: what filesystem is on it?01:21
ianorlinalso what format is the music01:22
QuantosThe music is in various formats01:22
QuantosOkay, just located it in GParted, it's an ext401:23
ianorlinQuantos: did you have mulitple user accounts on that intenral hdd01:25
ianorlinalso might be a permissions issue01:25
ianorlinor probably is01:26
QuantosNo, I haven't01:26
QuantosHow do I check the permissions of a drive?01:26
ianorlinno of the folders on the drive01:26
ianorlinor is the drive encrypted?01:27
QuantosIt shouldn't be encrypted01:27
ianorlindoes it mount in pcmanfm?01:27
ianorlindoes it appear in /media/01:27
QuantosIt shows up in the folder of Medai01:28
QuantosMedia even01:28
ianorlincan you change to that folder01:29
QuantosNope01:29
QuantosKeeps going back to home01:29
ianorlinQuantos can you try unmounting that folder?01:30
ianorlinand then maybe try mounting it in pcmanfm01:30
QuantosIt won't seem to unmount01:30
ianorlinor is this on KDE ?01:30
QuantosThis is KDE01:30
ianorlinthis is #lubuntu01:30
wxlianorlin: he's the madman using kde in lubuntu01:31
QuantosYeah,01:31
wxlif it won't unmount it's probably a permissions issue01:31
QuantosIt actually won't work in Gnome either01:31
wxli'd open it all up with the can opener (terminal)01:31
QuantosOkay, I'll just partition it and restore from backup01:32
ianorlinQuantos: check the backups have it first01:33
QuantosThey do01:33
QuantosThey were made before I installed01:33
QuantosI'm religious about that01:33
QuantosAh, got it to unmount, but it throws an error when I try to mount it01:34
QuantosHmm, it gave me ext3 as a default option on the new partition01:36
QuantosNot ext4, would that have been the problem?01:37
wxlwhat error specifically?01:38
QuantosOh, just that it wasn't able to mount it01:38
QuantosNo error code or anything01:38
QuantosThat's a sound that I haven't heard in a long time, the HDD is spinning01:39
QuantosWell, I can access it now, going to try putting some files on it01:40
QuantosOkay, now I get an error, it says permission denied when I try to copy a file01:42
wxlcheck permissions01:44
wxlcheck permissions01:44
wxletc.01:44
wxl.01:44
wxl.01:44
wxl.01:44
QuantosIt won't let me change them01:44
wxlsheesh01:45
QuantosLOL01:45
wxlwhat are the permissions that you know you want to change them?01:45
QuantosI opened the file manager and click on the drive, mount it and then right click the folder01:46
QuantosIt won't let anyone but the owner copy files to it01:46
wxlyeah you should try doing this all in terminal01:46
QuantosI'm not sure why I'm not the owner01:46
QuantosAnd I do that in term how?01:48
wxlls -alh /path/to/mountpoint ought to be fairly telling01:48
wxlto unmount: sudo umount /path/to/mountpoint01:49
wxland to mount: sudo mount /path/to/device/file /path/to/mountpoint01:49
Quantosls can't acess /path/to/mountpoint01:50
wxlum01:50
QuantosI'm not sure what I'm supposed to change that value too01:51
Quantosto even01:51
wxlto the place where it's mounted to01:51
wxlyou can use the `mount` command to figure that out01:51
wxlas an example, i on my machine, i have a secondary drive01:51
wxlwhose device file is /dev/sdb101:51
wxlmounted on /foo01:51
wxlif you need to find out the device files, you can use `sudo fdisk -l`01:52
QuantosMines sdb2, but I still don't know the mount point01:52
wxlmount | grep sdb201:52
wxlthat should find it01:52
QuantosNo return01:52
QuantosNo error either, but no return01:53
wxlthen either:01:53
wxlit's not mounted01:53
wxlthe device file is not sdb201:53
wxljust run `mount`01:53
QuantosHmmm01:54
QuantosIn file manager it shows it mounted01:55
QuantosI don't see anything in term stating it is though01:55
wxlthen it's probably lying if it's not reported by `mount`01:55
wxlremember all GUIs are a front end to those terminal tools01:55
QuantosYeah, I know that01:55
wxlso if they don't agree, i would not trust the file manager01:55
wxlyou can manually mount it yourself though01:56
wxlfirst make a directory somewhere01:56
wxlyou could even do it in your home folder if you wanted01:56
wxl`mkdir ~/foo`01:56
wxlthen mount it01:56
wxl`sudo mount /dev/sdb2 ~/foo`01:56
Quantosjas, brb01:57
wxlwelp, i'm headed home01:57
QuantosSorry about that, my pills make me sick sometimes01:59
QuantosOkay, it's letting me access it now02:07
AscavasaionWhoop whoop... installed Lubunto onto an old Athlon 900MHz, 256Mb RAM, 32Mb Graphics, and 20GB HDD.  Runs at a nice speed once booted which takes a minute or two. only beef I have now is that the screen resolution is 640x480, and there are no other options available.  Now I know for a fact that that graphics card and monitor can do up to 1024x768.  any ideas?19:56
Unit193I'd stop x/lightdm and run  x -configure  to generate an xorg conf file.19:57
Unit193!xorgconf19:57
ubottuThe /etc/X11/xorg.conf file is deprecated, but sometimes may still be needed to pass values to specific drivers. See `man xorg.conf` for file structure and syntax. | Generic xorg.conf generation: http://ubottu.com/y/xorgconf | ATI proprietary driver specific: http://ubottu.com/y/atiamd | Nvidia proprietary driver specific: http://ubottu.com/y/nvidia19:57
AscavasaionUnit193: how do I stop the X?19:59
Unit193Switch to a TTY, `sudo service lightdm stop`20:00
AscavasaionUnit193: Taking forever to do anything after I authenticated20:06
AscavasaionUnit193: Okay, that did nothing... and now nothign works.20:08
Unit193Ascavasaion: After that returns to the prompt,  sudo Xorg -configure  and it'll give you a new file that you can edit and/or drop to /etc/X11/xorg.conf.  To get the GUI back,  sudo service lightdm start20:09
AscavasaionUnit193: Does nto go to command prompt... it just freezes.20:11
Unit193Did it actually turn off anything?  ps aux | grep lightdm20:13
Unit193Ctrl+c it and try to flip back to tty7.20:13
AscavasaionIt froze, I had to hit reset20:13
AscavasaionEven the mouse froze20:13
Unit193...Did you open a terminal and type that rather than switching to a TTY?20:14
Ascavasaionyes20:14
Ascavasaionoops20:15
Unit193Also, you can change the boot options in grub adding 'text' to get to the same text prompt.20:15
Unit193Yep, that's the rpboelm,20:15
AscavasaionI presumed TTY was terminal;20:15
Unit193Erm, problem.20:15
Unit193!tty20:15
ubottuTo get to the TTY terminals 1-6, use the keystroke ctrl + alt + F1-F6 respectively (Alt+F7 will get you back to your graphical login).  To change the resolution for your TTY, see https://help.ubuntu.com/community/ChangeTTYResolution20:15
AscavasaionTTY?20:15
AscavasaionOkay, thank you.20:15
Ascavasaionx-configure gives command not found20:18
Ascavasaionx -configure I mean20:18
krytarikAscavasaion: Look again at the command given.20:20
AscavasaionUnit193: "x -configure"20:26
Unit193X or Xorg20:27
genii!xorgconf20:27
ubottuThe /etc/X11/xorg.conf file is deprecated, but sometimes may still be needed to pass values to specific drivers. See `man xorg.conf` for file structure and syntax. | Generic xorg.conf generation: http://ubottu.com/y/xorgconf | ATI proprietary driver specific: http://ubottu.com/y/atiamd | Nvidia proprietary driver specific: http://ubottu.com/y/nvidia20:27
AscavasaionSigh, no xorg.conf file in /etc/X1120:32
Ascavasaioni had this once before... when I tried dual monitors with two graphics cards... I eventually just gave up.20:33
geniiIf you did the x -configure, the xorg.conf file will be in the dir you ran that20:33
Ascavasaiongenii: thank you :)20:34
AscavasaionLet the Googling begin hehe20:35
Ascavasaionno luck... hehehe21:02
Ascavasaionthis is beyond me... maybe it is just past my bedtime.  Will try agai tomorrow.  As it is no I have bombed it completely.  Deleted the xorg.conf file in home directoy and in /etc/X11, and startx does nothing.  *sigh*  night night21:03
Ascavasaionsleep well.21:03
=== nighttime is now known as daytime

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!