Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: fstab wiped out

  1. #11
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: fstab wiped out

    If you want to add the other three ntfs partitions to /etc/fstab, you can use ntfs-config.

    Code:
    sudo apt-get update
    sudo apt-get install ntfs-config
    gksudo ntfs-config
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  2. #12
    Join Date
    Dec 2006
    Location
    Perth Amboy, NJ
    Beans
    141
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: fstab wiped out

    Quote Originally Posted by taurus View Post
    If you want to add the other three ntfs partitions to /etc/fstab, you can use ntfs-config.

    Code:
    sudo apt-get update
    sudo apt-get install ntfs-config
    gksudo ntfs-config
    that's the thing, when i first installed Ubuntu on my laptop, i didn't have ntfs on, it already recognized the other partitions... i'll add them anyways..
    thanks

    HA! ntfs-config automatically made my fstab just now! Awesome!!!
    Code:
    # /etc/fstab: static file system information.
    #
    #  -- This file has been automaticly generated by ntfs-config -- 
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    
    proc /proc proc defaults 0 0
    # Entry for /dev/sda5 :
    UUID=c6853b2c-6e0b-40b2-ba6a-92ed9b86c6d5 / ext3 relatime,errors=remount-ro 0 1
    # Entry for /dev/sda6 :
    UUID=5b5cd6e0-e2c0-4f79-96ce-912d82e5ce7f none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
    usbfs /proc/bus/usb usbfs devgid=14 0 0
    /dev/sda1 /media/PQSERVICE ntfs-3g defaults,locale=en_US.UTF-8 0 0
    thank you guys for the help! greatly appreciated!!
    Last edited by run1206; March 15th, 2009 at 11:13 PM.
    Welcome to the world of Open Source!!!
    Linux User #471120 Ubuntu User #21997
    Jaunty Jackalope 9.04

Page 2 of 2 FirstFirst 12

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
  •