Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: I have to mount windows NTFS partitions every time i restart

  1. #1
    Join Date
    Apr 2008
    Location
    Bulgaria
    Beans
    53
    Distro
    Ubuntu 9.10 Karmic Koala

    Question I have to mount windows NTFS partitions every time i restart

    Hi. I installed ubuntu 8.04 (i think we call it hardy here, i do not know why) and every time i restart it i do not have access to the windows partitions.

    If i choose Places -> and choose windows drive its icon appears on the desktop and then all is OK but i have to click on all partitions to mount them every reboot. Is there a way to automate this during boot and also to remove the icons from the desktop as i have them in the Places menu?

  2. #2
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: I have to mount windows NTFS partitions every time i restart

    Sure. Post the terminal output of the following command.
    Code:
    $ sudo fdisk -l
    As well as the contents of /etc/fstab.
    ...

  3. #3
    Join Date
    Feb 2008
    Location
    Townsville, Qld Australia
    Beans
    1,065

    Re: I have to mount windows NTFS partitions every time i restart

    You might want to look at this:

    https://help.ubuntu.com/community/Mo...irdPartyNTFS3G

    Im pretty sure ntfs-3g is included in the default install so there is no need for the install step.

    Make sure you have universe enabled in system>software sources, then use whatever method you like to install ntfs-config. Run that program from the menu, it should prompt you for your admin password and you can go from there.
    Registered Linux User #464572
    journal.ryanhaigh.net
    www.ryanhaigh.net

  4. #4
    Join Date
    Mar 2008
    Beans
    80

    Re: I have to mount windows NTFS partitions every time i restart

    Hey there,

    I've got a kind of same problem, but for my FAT32 partition. It used to be mounted automatically under gutsy, but with hardy, it doesn't appear. I checked the fstab file, and it's not inside. I guess that I could add a correct line for the partition, but I don't know how to get the information to put in the file.

    Any idea?
    Thanks

  5. #5
    Join Date
    May 2008
    Beans
    33

    Re: I have to mount windows NTFS partitions every time i restart

    Like Zoreal said, we need to get some basic info from you guys before we can help you. Open up a terminal and copy the output of:
    Code:
    sudo fdisk -l
    and paste it back here. Also we need to see your fstab file:
    Code:
    gedit /etc/fstab
    and paste back here. Thanks-

  6. #6
    Join Date
    Apr 2008
    Location
    Bulgaria
    Beans
    53
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: I have to mount windows NTFS partitions every time i restart

    Here is mine:

    Code:
    dave@dave-desktop:~$ sudo fdisk -l
    [sudo] password for dave: 
    
    Disk /dev/sda: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd932d932
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        3251    26113626    7  HPFS/NTFS
    /dev/sda2            3252       30401   218082375    5  Extended
    /dev/sda5            3252       30401   218082343+   7  HPFS/NTFS
    
    Disk /dev/sdb: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0c070635
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1         958     7695103+   7  HPFS/NTFS
    /dev/sdb2             959       30401   236500897+   7  HPFS/NTFS
    
    Disk /dev/sdc: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xe087b660
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1   *           1       30401   244196001    7  HPFS/NTFS
    dave@dave-desktop:~$ 
    dave@dave-desktop:~$ 
    dave@dave-desktop:~$

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /host/ubuntu/disks/root.disk /               ext3    loop,errors=remount-ro 0       1
    /host/ubuntu/disks/boot /boot           none    bind            0       0
    /host/ubuntu/disks/swap.disk none            swap    loop,sw         0       0
    /dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
    /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0

  7. #7
    Join Date
    Apr 2008
    Beans
    9

    Re: I have to mount windows NTFS partitions every time i restart

    As root, add this to /etc/fstab. Change /mnt/windows to wherever you want the NTFS directory mounted, as long as you create the directory.

    Code:
    /dev/sda1   /mnt/windows    ntfs-3g    rw,defaults 0 0
    Then, test it by mounting it as root
    Code:
    sudo mount /mnt/windows

  8. #8
    Join Date
    Apr 2007
    Beans
    26

    Re: I have to mount windows NTFS partitions every time i restart

    I use the Storage Device Manager, click on the partition/drive, and have the program auto configure it. It should auto mount it during startup. This is what I did to enable a library in rhythmbox so i don't have to import all my music over to Ubuntu.

  9. #9
    Join Date
    Apr 2007
    Beans
    70

    Where is the Storage Device Manager?

    Where is the Storage Device Manager? I used something similar in Kubuntu, now in Hardy I'm using Ubuntu and can't find the Storage Manager.
    "May all your surprises be happy ones."
    --me

  10. #10
    Join Date
    Apr 2007
    Beans
    26

    Re: Where is the Storage Device Manager?

    in the add/remove program (applications>add/remove). then search for it in the search box. After installed, go to system>administration>storage...Then choose the partition you want. It should ask to configure, let it (don't worry it won't change anything).
    Last edited by dale_nx26; May 4th, 2008 at 04:05 AM.

Page 1 of 3 123 LastLast

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
  •