• Lucid Dreaming - Dream Views




    Results 1 to 23 of 23

    Thread: Silly Vista...

    1. #1
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52

      Silly Vista...

      My Vista just all but ate itself >.<

      Right now i'm running in Ubuntu, BTW. Y'know, its actually really nice to have Vista prove its idiodicy and not have to worry too much about it. I have another OS that can preform better!

      But I still have some info on there that took a lot of time to make and I want to save it if possible. The problem is that I can't even mount the drive anymore. Any references I had to locations in there are now "unaccessible".

      I unfortunately need windows for games and stuff. How can I retrieve my info so I can wipe away Vista and get XP on there?

      Also, Can I install XP with Ubuntu already on here?

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      you can't mount it from Ubuntu at all?
      (\_ _/)
      (='.'=)
      (")_(")

    3. #3
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      Quote Originally Posted by arby View Post
      My Vista just all but ate itself >.<

      Right now i'm running in Ubuntu, BTW. Y'know, its actually really nice to have Vista prove its idiodicy and not have to worry too much about it. I have another OS that can preform better!

      But I still have some info on there that took a lot of time to make and I want to save it if possible. The problem is that I can't even mount the drive anymore. Any references I had to locations in there are now "unaccessible".

      I unfortunately need windows for games and stuff. How can I retrieve my info so I can wipe away Vista and get XP on there?

      Also, Can I install XP with Ubuntu already on here?
      If you're just using your Windoze partition for games, i suggest you get WINE. It runs basically every windoze game.

    4. #4
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      ah, I just checked /media..

      Its mounted but its totally empty

      So far I've had troubles with wine too =/

    5. #5
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      Quote Originally Posted by arby View Post
      ah, I just checked /media..

      Its mounted but its totally empty

      So far I've had troubles with wine too =/
      Wow. What are your system Specs and settings?

    6. #6
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      if it's empty, chances are it's not mounted

      can you type
      Code:
      sudo fdisk -l
      into the console and post the output

      also, post output of
      Code:
      df -l
      Last edited by Ynot; 10-24-2007 at 10:37 PM.
      (\_ _/)
      (='.'=)
      (")_(")

    7. #7
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      Quote Originally Posted by Seismosaur View Post
      Wow. What are your system Specs and settings?
      I'm pretty sure its not my computer or Wine but rather something I'm not doing. I'm still in the linux baby steps bumbling stage.

      Quote Originally Posted by Ynot View Post
      if it's empty, chances are it's not mounted

      can you type
      Code:
      sudo fdisk -l
      into the console and post the output

      also, post output of
      Code:
      df -l

      fdisk -l
      Code:
      Disk /dev/sda: 160.0 GB, 160041885696 bytes
      255 heads, 63 sectors/track, 19457 cylinders
      Units = cylinders of 16065 * 512 = 8225280 bytes
      
         Device Boot      Start         End      Blocks   Id  System
      /dev/sda1               1       11572    92950321    7  HPFS/NTFS
      /dev/sda2   *       18402       19457     8482320    7  HPFS/NTFS
      /dev/sda3           11573       18116    52564680   83  Linux
      /dev/sda4           18117       18401     2289262+   5  Extended
      /dev/sda5           18117       18401     2289231   82  Linux swap / Solaris
      
      Partition table entries are not in disk order
      ' The first partition here is my vista partition and the second is a Vista recovery partition that doesn't work anymore either. The rest is my Ubuntu installation

      df -l

      Code:
      Filesystem           1K-blocks      Used Available Use&#37; Mounted on
      /dev/sda3             51739516   6118832  42992452  13% /
      varrun                  965244       140    965104   1% /var/run
      varlock                 965244         0    965244   0% /var/lock
      procbususb              965244       116    965128   1% /proc/bus/usb
      udev                    965244       116    965128   1% /dev
      devshm                  965244         0    965244   0% /dev/shm
      lrm                     965244     38972    926272   5% /lib/modules/2.6.20-16-generic/volatile
      /dev/hda                637196    637196         0 100% /media/cdrom0
      Perhaps I should clarify "empty"? The folder sda1 is there but theres nothing in it. When I right click and see preferences, it tells me theres nothing in there with 41 GB free space. The shortcuts for the drives have dissapeared too
      Last edited by arby; 10-24-2007 at 11:21 PM.

    8. #8
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Ok, do these in the console

      Code:
      sudo mkdir /media/vista1
      Code:
      sudo mkdir /media/vista2
      Code:
      sudo mount -t ntfs-3g -o force /dev/sda1 /media/vista1
      Code:
      sudo mount -t ntfs-3g -o force /dev/sda2 /media/vista2
      you should be able to access both NTFS partitions, and copy across anything you need
      (\_ _/)
      (='.'=)
      (")_(")

    9. #9
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      aha! that did the trick. Thank ye kindly.

      Gah, I really need to learn all the terminal commands. I'm often lost just trying to install all the stuff I need.

    10. #10
      Veteran of the DV Wars Man of Steel's Avatar
      Join Date
      Mar 2007
      LD Count
      ~35
      Gender
      Location
      Houston, TX
      Posts
      4,553
      Likes
      94
      Heh, Ynot beat me to it. I had to manually mount my Vista partition in Kubuntu too, on the Live CD. I was, quite frankly, surprised that I still remembered how to do it.

      Not that that adds anything of worth to your topic, but I was going to, if that counts...

      Edited to add: Yes, it's pretty much a necessity to learn as many of the more frequently-used terminal commands as possible in Linux. I'll try to round you up a website or two that list them, I know I used to have them bookmarked...

    11. #11
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Just be aware that installing XP will hose your grub bootloader
      Windows has a nasty habit of completely commandeering the MBR

      after you've reinstalled XP, you will not be able to boot into linux

      you will need to reinstall grub to get back access to your linux install

      You will need a Ubuntu CD to reinstall grub, so if you haven't got one, get yourself a copy off the ubuntu site


      *edit*
      as for the terminal commands, you'll pick them up over time (just like DOS commands)

      you can get graphical interfaces for most operations, but the terminals easier to explain (hence most howto's will tell you the terminal way to do it, rather than "click here, select that, press apply") - also, if you do any remote admin, GUI's are too slow
      Last edited by Ynot; 10-25-2007 at 12:09 AM.
      (\_ _/)
      (='.'=)
      (")_(")

    12. #12
      Veteran of the DV Wars Man of Steel's Avatar
      Join Date
      Mar 2007
      LD Count
      ~35
      Gender
      Location
      Houston, TX
      Posts
      4,553
      Likes
      94
      Ok, here we go: Beginners' Guide to Bash This one gives a good explanation of the basics, as well as a few basic commands, some of which I'm sure you already know.

      This one, Linux Command Directory, on the other hand, is a pretty much complete directory of commands, each with a description and a list of arguments.

      See, I did contribute something.

    13. #13
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by arby View Post
      I'm still in the linux baby steps bumbling stage.
      aren't we all....
      trust me, there are very few non-bumblers in the IT world
      (\_ _/)
      (='.'=)
      (")_(")

    14. #14
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      @ Ynot

      Yeah, I found an online tut that tells how to dual boot em with nix first. It shows me how to undo the fun fun windows stuff so I should be fine =)

      @MoS

      thanks for the links. i'll be sure to check em out when I have time


      I think I've finally gotten ndiswrapper up and running too. Now I'll finally be able to use my wireless card =)

    15. #15
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      Quote Originally Posted by arby View Post
      @ Ynot

      Yeah, I found an online tut that tells how to dual boot em with nix first. It shows me how to undo the fun fun windows stuff so I should be fine =)

      @MoS

      thanks for the links. i'll be sure to check em out when I have time


      I think I've finally gotten ndiswrapper up and running too. Now I'll finally be able to use my wireless card =)
      Hey, how did you do that? I couldn't figure it out on my Ubuntu box .

    16. #16
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by Seismosaur View Post
      Hey, how did you do that? I couldn't figure it out on my Ubuntu box .
      ndiswrapper works with a lot (but by no means all) wireless cards

      In the terminal, do
      Code:
      lspci
      this will list all PCI devices on your system (I'm assuming your wireless is PCI)

      See if your wireless card is working with ndiswrapper, by searching for you card here
      http://ndiswrapper.sourceforge.net/j...id,33/id,list/
      (\_ _/)
      (='.'=)
      (")_(")

    17. #17
      Ivy
      Ivy is offline
      Dreamer Ivy's Avatar
      Join Date
      Jun 2007
      Gender
      Location
      Far from you
      Posts
      110
      Likes
      1



      Ha, Im clueless when it comes to fixing a computer
      Before you tell yourself Its just a different scene
      Remember its just different from what you've seen

      <u><img src=http://i165.photobucket.com/albums/u62/Twister0616/1153133449_l_894.gif border=0 alt= /></u>

    18. #18
      Banned
      Join Date
      May 2007
      LD Count
      Loads
      Gender
      Location
      Digital Forest.
      Posts
      6,864
      Likes
      386
      Quote Originally Posted by Ynot View Post
      ndiswrapper works with a lot (but by no means all) wireless cards

      In the terminal, do
      Code:
      lspci
      this will list all PCI devices on your system (I'm assuming your wireless is PCI)

      See if your wireless card is working with ndiswrapper, by searching for you card here
      http://ndiswrapper.sourceforge.net/j...id,33/id,list/
      I'm not at my linux box atm, but my card IS supported. How do i get ndiswrapper working, tho?

    19. #19
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by Seismosaur View Post
      I'm not at my linux box atm, but my card IS supported. How do i get ndiswrapper working, tho?
      I have no first hand experience with wireless under linux (nor windows, to tell you the truth - never owned a laptop)
      (\_ _/)
      (='.'=)
      (")_(")

    20. #20
      Your cat ate my baby Pyrofan1's Avatar
      Join Date
      Nov 2006
      Gender
      Posts
      720
      Likes
      3
      So far I've had troubles with wine too =/
      if you want to play games you're going to need Cedega.

    21. #21
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by Pyrofan1 View Post
      if you want to play games you're going to need Cedega.
      recent wine versions (over the last 3 months or so) have been superb, and outperform cedega in terms of compatibility

      there's usually per-game threads around on forums to sort out any little bugs / glitches
      (\_ _/)
      (='.'=)
      (")_(")

    22. #22
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      Quote Originally Posted by Seismosaur View Post
      I'm not at my linux box atm, but my card IS supported. How do i get ndiswrapper working, tho?
      This tells you how to get it working. Took me a lil while and you may have to put sudo in front of some of the commands such as modprobe.

      On another note, XP is installing on my laptop as I sit here =)

      Taking its sweet time though -_-

    23. #23
      Eprac Diem arby's Avatar
      Join Date
      May 2006
      LD Count
      i/0
      Gender
      Location
      Canada
      Posts
      1,957
      Likes
      52
      ARG! I think I just found the root of my Vista crash. My month or so old computer has a bad sector on the hard disk.....

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •