Find the answer to your Linux question:
Results 1 to 8 of 8
Hi I installed Suse 10.1 the other day. So far its been of an up hill battle to get used to it, but im getting there. However I have a ...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Posts
    4

    Exclamation New 320gig Sata HDD attached, access denied???

    Hi I installed Suse 10.1 the other day. So far its been of an up hill battle to get used to it, but im getting there. However I have a serious problem in that I can't find the install disks and I need my HDD up and running in 20min or Im a bit on the screwed side of things. Its 11.40am Australian EST. If any one can help me sort out my HDD I would be absalutly indebted to you.

    THanks

    Dangah

  2. #2
    Just Joined!
    Join Date
    Feb 2007
    Posts
    4
    The exact words are "Permision Denied". Thats all the info I got.

    Thanks

  3. #3
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Tight schedual

    We would need more info for anyone to try and help.

    Is Linux running?

    what are you trying to do exactly?

    Access denied is normal because you are trying to access things that you as a user don't have rights to. Try as root.

  4. #4
    Just Joined!
    Join Date
    Feb 2007
    Posts
    4
    I have more time now. Hurahh!

    Linux SuSE 10.1 is running quite well, other than the ruddy HDD.

    Anyway, what I am trying to do is add a new HDD. It has stuff on it already and I used it with windows XP, but not as a windows drive. I forgot to attach it when I first installed SUSE and now that I have attached it I am having trouble getting it operate/Cooperate.

    I looked around in YaST but couldn't find anything.

    What should I do?

    Thanks a lot guys.

    Dangah

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    hi Dangah !

    you have to mount Partitions of External HD.
    execute fdisk -l command and note down partition numbers ( /dev/sda1 or similar ).
    create mount_point ( folder ) for each partition and mount it.
    Code:
    su -
    fdisk -l
    mkdir /media/ext_hd1
    mount -t ntfs /dev/<partition_number> /media/ext_hd1
    ls /media/ext_hd1
    in case you couldn't mount partitions, post the output of 'fdisk -l' command here.





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Feb 2007
    Posts
    4
    Disk /dev/sdb: 320.0 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 36531 293435226 7 HPFS/NTFS
    /dev/sdb2 36532 38913 19133415 f W95 Ext'd (LBA)
    /dev/sdb5 36532 37276 5984181 7 HPFS/NTFS
    /dev/sdb6 37277 38022 5992213+ 7 HPFS/NTFS
    /dev/sdb7 38023 38913 7156926 7 HPFS/NTFS

    I don't know how to mount them to a folder exactly. How do I creat a the mount folder?

    Thanks Casper im total lost here, this is my first venture into SuSE/linux

  7. #7
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Follow instructions devils_casper gave above.

  8. #8
    Just Joined!
    Join Date
    Nov 2006
    Posts
    79
    the system ( linux ) simply doesn't support automatic reading for ntfs so yu must mount them first as casper said

    but you may want to check this first ntfs support

Posting Permissions

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