Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I'm having trouble with Blacktrack 2.0 and 3.0, i am trying to write to my hard drives and it seems to be seeing them as read only. I want to ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    11

    Writing to my harddrives...

    I'm having trouble with Blacktrack 2.0 and 3.0, i am trying to write to my hard drives and it seems to be seeing them as read only. I want to change that. Ive been able to get 2.0 to write to one of my hard drives by installing it to one of my partitions, im ok with only being able to one partition, but i want to know if i can change this before i reinstall it to a bigger partition.

    any help is appreciated, thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    What do you mean by unable to write? Are you unable to create/edit/delete files on HardDrive or is it a installation failure?

    Could you post the output of fdisk -l command? In case you have installed Backtrack and want to access all other partitions of Harddisk, post the contents of /etc/fstab file too?
    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
    Jul 2008
    Posts
    11
    bt ~ # fdisk -l

    Disk /dev/hda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 1 124 995998+ 82 Linux swap
    /dev/hda2 * 125 9729 77152162+ 83 Linux

    By not able to write i mean that i cant make any files or folders or add files to that drive.

    where do i find /etc/fstab ?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    fdisk -l is showing two partitions only, / and SWAP. There isn't any other partition in your HardDisk.

    You can fine fstab file in /etc.
    Code:
    cat /etc/fstab
    But there is no need to post its contents now because your disk doesn't have any other partition.

    I would suggest you to visit linuxcommand.org for Basic Linux Commands.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jul 2008
    Posts
    11
    i have another hard drive that i am having the forementioned problem with

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    fdisk couldn't detect it. Isn't that HardDisk plugged in?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jul 2008
    Posts
    11
    not at the moment, forgot about it before i ran fdisk

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Ok ! Plugin other Harddisk and execute fdisk -l command again.
    fdisk will list partitions of other disk too. Let say, /dev/sdb1 is first partition of other disk and its formatted in FAT32 filesystem.
    Execute this to mount /dev/sdb1 :
    Code:
    mkdir /media/sdb1
    mount -t vfat /dev/sdb1  /media/sdb1  -o defaults,umask=0
    ls /media/sdb1
    You will have read/write access in /media/sdb1.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jun 2007
    Location
    Los Angeles, CA
    Posts
    37
    You can ready files but you don't have write access?
    Is that just me, or does that sound like a user permissions issue?

  10. #10
    Just Joined!
    Join Date
    Jul 2008
    Posts
    11
    Thats what i thought, and i think ill be trying caspers way to fix it. unless i am unable to find sound card drivers: Sound Blaster X-FI Xtreme Audio, if anyone can help me

Page 1 of 2 1 2 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
  •  
...