Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 28
Hi all! First of all, I'm completely new to this Linux thing, so please don't be too hard on me because basically I have no idea what I'm doing Right! ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    13

    Installed PendriveLinux, now what?

    Hi all!

    First of all, I'm completely new to this Linux thing, so please don't be too hard on me because basically I have no idea what I'm doing

    Right! To the point: I've installed pendrivelinux on my usb drive, and it works like a charm when I boot it up in Windows. My problem is, I need to access the internal hard drives on the computer the usb drive's plugged into, and when I open up the System window all I get is my cd/dvd-drive, some Casper-rw thingy, "Filesystem" and "Network".
    There should be at least 2 more, since I got 2 internal hard drives. So, please, someone help me out here

    Thanks in advance

    -Hoelmkjaer

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You have to mount Partitions of Internal Hard Disks. Boot up PendriveLinux, open Terminal/Konsole and execute this
    Code:
    su -
    /sbin/fdisk -l
    It will list partition structure of Internal Hard Disks. Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    13
    Thanks a bunch!
    It's been killing me for days! Finally I won't have to use my school's stupid Novell Client XP zombie computers.

    Thanks for the quick reply

    EDIT: All right, just tried it... Don't think it's working... How am I supposed to type it? Just all of it on one line? Because I can't seem to get to the next line without the user@pendrivelinux: $ line following. This is what I get: [SPOILER][/SPOILER]

  4. #4
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    It looks as though when you tried first time you did it correctly eg
    Code:
    su -
    then return ... but you enetered the wrong password.
    Try again and use the root password. When you type
    Code:
    fdisk -l
    you should get an output something like this ...
    Code:
    jonathan@jonathan-laptop:~> su -
    Password:
    jonathan-laptop:~ # fdisk -l
    
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x199c199b
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1         894     7181023+  27  Unknown
    /dev/sda2             895        3452    20547135    7  HPFS/NTFS
    /dev/sda3            4031       14593    84847297+   5  Extended
    /dev/sda4            3453        4030     4642785    7  HPFS/NTFS
    /dev/sda5            4031        4158     1028128+  82  Linux swap / Solaris
    /dev/sda6            4159        6078    15422368+  83  Linux
    /dev/sda7            6079        6843     6144831   83  Linux
    /dev/sda8            6844        7480     5116671   83  Linux
    /dev/sda9            7481        8088     4883728+  83  Linux
    /dev/sda10           8089        8696     4883728+  83  Linux
    /dev/sda11           8697        9333     5116671   83  Linux
    /dev/sda12           9334        9970     5116671   83  Linux
    /dev/sda13           9971       10607     5116671   83  Linux
    /dev/sda14          10608       11244     5116671   83  Linux
    /dev/sda15          11245       14593    26900811   83  Linux
    
    Partition table entries are not in disk order
    jonathan-laptop:~ #

  5. #5
    Just Joined!
    Join Date
    Mar 2008
    Posts
    13
    Well, I get to the password point all right, but I can't type anything in there, my only option is to hit enter and that leaves me with the message in the picture above...

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    but I can't type anything in there
    You can type there. It just doesn't show anything for the root password, not even *****. This is for security reasons.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Just Joined!
    Join Date
    Mar 2008
    Posts
    13
    Security reasons? I think * works pretty well... anyways, thanks

  8. #8
    Just Joined!
    Join Date
    Mar 2008
    Posts
    13
    I'm sorry this is taking so long, I don't have much time for myself these days. Anyways, here's my output:
    <a

  9. #9
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    You need to type
    Code:
    fdisk -l
    its a small L not a 1.

  10. #10
    Just Joined!
    Join Date
    Mar 2008
    Posts
    13
    It's not working... Well, it is, sort of, but it says the harddrive is only
    1073 mb and it doesn't appear in Computer.

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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