Find the answer to your Linux question:
Results 1 to 2 of 2
Hi gurus I have three partitions on my HDD dev/hdc1,hdc2,hdc3 how do I go and browse every one of them, when I type on the prompt line of terminal the ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    6

    Hdd

    Hi gurus

    I have three partitions on my HDD dev/hdc1,hdc2,hdc3

    how do I go and browse every one of them, when I type on the prompt line of terminal the following /dev/hdc1, I get permission denied

    can some one help


    Thanks a bunch

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    You have to mount them first. This means to put the contents of the disc at a specific place in the linux filesystem. First check to see if they're already mounted,
    Code:
    mount
    That command will tell you what filesystems are mounted, and where. If you see your hdd's there, then use cd to change to the directory they're mounted at, and ls to see the contents of the disc.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

Posting Permissions

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