=== livingdaylight [n=conrad@77-99-136-7.cable.ubr03.camd.blueyonder.co.uk] has joined #ubuntu-classroom === nickrud [n=nickrud_@pdpc/supporter/sustaining/nickrud] has joined #ubuntu-classroom [12:11] ok, livingdaylight [12:11] nickrud, ^^ [12:12] put the contents of /etc/fstab, on a pastebin [12:14] nickrud, /etc/fstab output: http://paste.ubuntu-nl.org/36961/ [12:16] livingdaylight: looks good; do you see all of your files in /home/you ? [12:16] nickrud! howdy! [12:16] yes, but i don't see my external hard drive... but the lights are constantly flickering === nalioth pulls up a chair [12:17] nickrud, and when i tried to run Amarok it did an 'update' and it seemed it was drawing the music from the external [12:17] nalioth: ho you doin === nickrud kicks over the chair [12:17] nickrud: mind if if chip in? [12:17] nalioth: please do, I've got three things going at once [12:18] livingdaylight: can you open a terminal, please? [12:18] nalioth: livingdaylight moved his home to his external, he's about to investigate if it was done properly [12:18] nalioth, sure === jrib grabs the popcorn [12:19] oh, hi jrib :) i was just warming up the audience for ya === nickrud knew he shoulda done this in #nickrud [12:19] nickrud: nah, it's all good [12:19] lol, a joke :) [12:19] :/ [12:19] livingdaylight: type 'ls /media' and see if you see anything [12:20] nalioth, cdrom cdrom0 cdrom1 floppy floppy0 [12:20] livingdaylight: gnome or kde ? [12:20] gnome [12:21] livingdaylight: in nautilus, hit "go > computer" and see what's there [12:21] nalioth, i got an external 2.5 usb hard drive. I wanted to convert it for storage/backup [12:22] i followed this psychocats howto: http://www.psychocats.net/ubuntu/separatehome [12:23] i adapted that and got to the bit at the end after rebooting but havent removedbackup: sudo rm -rf /home_backup [12:25] nalioth, i see 6 there: floppy; cdrom1; cdrom2; cd-rw drive; cd-rw/ dvd+/-rw drive; filesystem [12:27] nalioth, i feel like adding that final line: sudo rm -rf /home_backup [12:27] to complete the process [12:28] livingdaylight: ok, it looks like you are using the external for home, since you see it all there and when you use amarok you're writing to the external [12:28] nickrud, the external wasn't meant to replace my ubuntu... but as storage only to write to [12:29] livingdaylight: then why did you say you wanted to use it for home? heh. Pelo(?) and I both heard that [12:29] nickrud, how to i make my Desktop primary as it were, again? [12:30] livingdaylight: remove the /home line in /etc/fstab, and cp the stuff back from /home_backup back to /home/. [12:30] no, that is just it... i said that i wanted to put things from my /home in there! [12:30] not to replace or use it as /home [12:30] that is why i was happy just to be able to drag and drop things in it... but you guys kept telling me i would lose the settings and it wasn't the right way to go about it [12:30] oh, then just plug it in, and drag & drop. Thats why we kept talking about keeping your settings :) === nickrud considers grepping the logs again [12:32] i kept asking why i had to follow that guide... coz i was happy to just copy and paste and use the external for data storage... i was very resitant to following the guide if you recall === nalioth is way confused [12:32] so, what now? if i remove external will everything still be in my /home (that is the main thing first of all) [12:33] because i also said i didn't want to save 'everything' in my /home but wanted to pick and choose [12:35] livingdaylight: sorry was away for a sec. If you haven't deleted it, its' still there, in /home_backup [12:35] ok [12:35] that is why i held back on that last one: sudo rm -rf /home_backup [12:35] livingdaylight: looking back, Jordan_U and I definitely weren't listening :) [12:36] livingdaylight: sorry is all I can say, and I am [12:38] everyone was telling me to follow that guide. He initially told me to adapt it to my situation... i didn't see how it was what i needed. I just wnated to be able to have 'write' rights in it.. and as you recall i had issues with formatting the thing coz nautilus would jump in and i had to get out of x in the end... but after i managed that and chown user:user /media/sdb1 i was happy [12:38] nickrud, np :D [12:38] livingdaylight: damn, well, to cover my butt I'll claim that you learned a lot ;) [12:38] LoL...if you can just help me revert things back... [12:38] lol [12:39] i did a bit... so, it wasn't hours totally wasted [12:39] livingdaylight: sure. first, do sudo -i [12:40] nickrud, ok, i'm root [12:40] livingdaylight: now, umount /home [12:40] umount: /home: device is busy [12:41] argh. boot into the live cd, it'll be easier all round [12:41] hrmmm... have to find my ubuntu live cd then... (its somewhere) [12:41] recovery mode will work too [12:41] jrib: true [12:42] assume I've muttered something about root === degrit [n=degrit@host150-145-dynamic.57-82-r.retail.telecomitalia.it] has joined #ubuntu-classroom [12:49] nickrud, will any live cd do? can't find feisty [12:49] livingdaylight: you can reboot into recovery mode as well [12:49] ok, lets do that [12:52] nickrud, what am i doing there? [12:53] ok, umount /home [12:53] we're gonna make sure the /home/ directory is good, then set up the external to mount normally when plugged in === degrit [n=degrit@host150-145-dynamic.57-82-r.retail.telecomitalia.it] has joined #ubuntu-classroom === livingdaylight [n=conrad@77-99-136-7.cable.ubr03.camd.blueyonder.co.uk] has joined #ubuntu-classroom === Paddy_EIRE [n=patrick@78.144.25.19] has joined #ubuntu-classroom [01:02] nickrud: ok, umount /home? [01:02] yes [01:02] ok [01:02] and now? [01:03] now ls /home/ , are the files visible? [01:03] no [01:04] livingdaylight: ok, does the directory /home/you exist? [01:05] livingdaylight: if not, mkdir /home/you <-- your username [01:06] nickrud: sorry, it is there after all... somereason when i first did ls /home/conrad it said there was no such directoryor something.... but i do see it now [01:06] is it empty? [01:06] there's also home_backup [01:07] livingdaylight: type mount , and make sure that /home is not mounted [01:07] no, its got all my stuff as far asi can tell...yes [01:08] livingdaylight: ok, then nano /etc/fstab , and delete the line mounting home [01:08] nickrud: wait... how do i make sure that /home is not mounted? [01:09] that was the last line wasn't it? [01:09] livingdaylight: type mount , that will list everything that's mounted. /home and /dev/sdb1 should be no where in that output [01:09] the one i added yesterday from that psychocat howto [01:09] livingdaylight: yes [01:10] hrmmm.../dev/sda1 and /dev/sdb1 are both mounted [01:10] but i don't see /home as such [01:11] ahh... [01:11] livingdaylight: what does it say /dev/sbd1 is mounted as? [01:11] /dev/sdb1 on /home type ext3 (rw, nosuid, nodev) [01:11] umount /home , check again with mount [01:12] thats better [01:12] ok, now check again, are your files in /home/conrad [01:12] ok, now nano... [01:12] nano's ok also :) [01:14] nickrud: ok [01:14] reboot? [01:14] ok, how's /home/conrad looking? [01:16] nickrud: there is /home but no /home/conrad :o [01:16] ok mkdir /home/conrad [01:17] from where? [01:17] in a terminal [01:17] :) [01:17] i'm in a terminal ^^ [01:17] type: mkdir /home/conrad [01:18] from /home ? [01:18] anywhere, since that's an absolute path (starts with /) it'll work anywhere [01:18] or cd back out of /home where i am justnow [01:18] ok [01:19] nickrud: done [01:19] argh, lets do this a bit differently that I first intended; rmdir /home/conrad [01:20] ok [01:22] now, mv /home_backup /home/conrad [01:23] ok [01:24] done? [01:24] nickrud: now it looks like /home/conrad/conrad [01:24] yes [01:25] livingdaylight: you didn't rmdir /home/conrad :) do mv /home/conrad/conrad /home_backup [01:28] nickrud: ok, that's better :D [01:28] reboot? [01:29] livingdaylight: ok, you have /home/conrad, with all the files in it? [01:29] or i could cfdisk while i'm here [01:29] yes [01:29] no1 [01:29] !NO! lol [01:29] Sorry, I don't know anything about no! lol - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [01:29] run mount one more time, just for fun, check that we really aren't seeing the external [01:29] ? [01:29] cfdisk, no! [01:30] ok, just that from graphical mode, remember, nautilus always interrupted the process [01:30] mount from /home/conrad# works? [01:30] or cd out of there? [01:30] first things first [01:30] make sure the external is not mounted [01:31] then ls -l /home/conrad , make sure that everything is conrad:conrad [01:31] i only see /dev/sda1 on /type ext3 [01:31] proc on /proc tpe proc [01:32] then -ls -l /home , make sure conrad is conrad:conrad [01:32] nickrud: yup [01:33] if thats all true, reboot, unplug the external during bios boot, and ping me [01:33] well there is no : in between but that is not what ou mean [01:33] ok :D === ScottLij [n=scott@24-180-196-49.dhcp.aldl.mi.charter.com] has joined #ubuntu-classroom [01:38] nickrud: ping [01:38] all good? [01:39] yup : ) [01:39] ok, sorry about this again. [01:39] no, worries... good learning curve for me [01:40] it's one thing to muck up my own machine, but someone else's, well. Thanks [01:40] so, we had the external all setup good yesterday.... get out of X, use cfdisk to reformat and mkfs3 then the chown command and i'm good i think [01:40] nickrud: go have a drink :) [01:41] nalioth: ah, I need to go shoot something up. How about flying out? [01:41] livingdaylight: no need to reformat, just delete the stuff you don't want to keep [01:42] i think it'd work better if you flew here :| === nickrud knew nalioth wouldn't set foot in california [01:42] maybe next spring, before it gets hot [01:43] nickrud: yes, i've just plugged it back in.... its all there in conrad... you're right... i can juset go in and manage it from there as is.... no need to redo it all [01:44] nickrud: only thing i suppose is that all the 'setting's are in place taking up extra space? [01:44] all the /. files? [01:44] or . files whatever they're called the hhidden ones [01:45] livingdaylight: yes, you can open it in nautilus, and use view->show hidden files to find them [01:45] livingdaylight: you'd be surprised how little space they take up [01:45] ok.. sweet [01:46] nickrud: Well, that is a result ... Thanks for bearing with me... i appreciate it [01:46] we got there in the end LoL [01:46] livingdaylight: thanks for not getting angry. And, very true [01:46] see you about === nickrud [n=nickrud_@pdpc/supporter/sustaining/nickrud] has left #ubuntu-classroom ["Leaving"] [01:46] ok, cu :D [01:47] 1.5G .Tracker wow === DBO [n=DBO@unaffiliated/dbo] has joined #ubuntu-classroom === degrit [n=degrit@host150-145-dynamic.57-82-r.retail.telecomitalia.it] has left #ubuntu-classroom ["Ex-Chat"] === merriam [n=merriam@85-211-20-34.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === buttercups [n=me@adsl-70-224-40-235.dsl.sbndin.ameritech.net] has joined #ubuntu-classroom === buttercups [n=me@adsl-70-224-40-235.dsl.sbndin.ameritech.net] has joined #ubuntu-classroom [04:15] tonyyarusso: cat got your tongue? [04:16] nalioth: nah - gerbil === buttercups [n=me@adsl-70-224-50-188.dsl.sbndin.ameritech.net] has joined #ubuntu-classroom === buttercups [n=me@c-68-54-116-100.hsd1.in.comcast.net] has joined #ubuntu-classroom === ScottLij [n=scott@24-180-196-49.dhcp.aldl.mi.charter.com] has joined #ubuntu-classroom === vistakiller [n=spiros@ppp180-213.adsl.forthnet.gr] has joined #ubuntu-classroom === buttercups [n=me@c-68-54-116-100.hsd1.in.comcast.net] has joined #ubuntu-classroom === tonyyarusso [n=anthony@c-76-17-194-130.hsd1.mn.comcast.net] has joined #ubuntu-classroom === h1st0 [n=histo@h156.112.29.71.ip.alltel.net] has joined #ubuntu-classroom === zween [n=zween@Z4f41.z.pppool.de] has joined #ubuntu-classroom === h1st0 [n=histo@h156.112.29.71.ip.alltel.net] has left #ubuntu-classroom [] === vistakiller [n=spiros@ppp171-160.adsl.forthnet.gr] has joined #ubuntu-classroom === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-classroom === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom === vistakiller [n=spiros@ppp171-160.adsl.forthnet.gr] has left #ubuntu-classroom [] === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === iPodan [i=Apple@gateway/tor/x-16b916d23b5261a4] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === iPodan [i=Apple@gateway/tor/x-98ce5a518fca045b] has joined #ubuntu-classroom === neuratix [n=lorents@static149-194.adsl.no] has joined #ubuntu-classroom === woodab86 [n=aaron@adsl-070-154-065-131.sip.chs.bellsouth.net] has joined #ubuntu-classroom === woodab86 [n=aaron@adsl-070-154-065-131.sip.chs.bellsouth.net] has left #ubuntu-classroom [] === stefg [n=stefg@e179146252.adsl.alicedsl.de] has joined #ubuntu-classroom === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-classroom === emerzh [n=kvirc@213.219.185.151.adsl.dyn.edpnet.net] has joined #ubuntu-classroom [08:49] RE all ;) === emerzh [n=kvirc@213.219.185.151.adsl.dyn.edpnet.net] has left #ubuntu-classroom ["Time] === Pricey [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom === cyril_ [n=cyril@cable-195-162-210-39.upc.chello.be] has joined #ubuntu-classroom === TrioTorus [n=TrioToru@213.219.169.42.adsl.dyn.edpnet.net] has joined #ubuntu-classroom === buttercups [n=me@adsl-70-224-40-235.dsl.sbndin.ameritech.net] has joined #ubuntu-classroom === niluge [n=niluge@AAmiens-754-1-6-79.w90-7.abo.wanadoo.fr] has joined #ubuntu-classroom [10:48] bonjour === maki [n=mirko@83-158-225-1.dsl.tiscali.fr] has joined #ubuntu-classroom === maki [n=mirko@83-158-225-1.dsl.tiscali.fr] has left #ubuntu-classroom [] === Paddy_EIRE [n=patrick@78.144.25.19] has joined #ubuntu-classroom === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-classroom === darich [n=trickyki@89.241.159.89] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom === iPodan [i=Apple@gateway/tor/x-1520ce19d9670804] has joined #ubuntu-classroom === Crusher [n=You@ppp121-45-159-177.lns11.adl6.internode.on.net] has joined #ubuntu-classroom