Results 1 to 2 of 2

Thread: mount on debian

  1. #1
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default mount on debian

    Any help on how I would go about mounting a new SATA drive into a debian linux platform? I have already checked and it has appropriate board support.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The same way you mount anything else:
    Code:
    mount /dev/sda1 /mnt/mountpoint
    If it's brand new, you might have to create a filesystem and possibly a partition table for it. The mkfs and fdisk tools can help you do this, respectively.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •