![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2005
Beans: 15
|
mounting NTFS and FAT32 drives on startup
i know that the /etc/fstab file has to be amended to do this, but i'm not sure exactly what to put in it.
this is my drive information: Disk /dev/hda: 40.0 GB, 40020664320 bytes 255 heads, 63 sectors/track, 4865 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 2040 16386268+ 7 HPFS/NTFS /dev/hda2 2041 4865 22691812+ 83 Linux Disk /dev/hdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdb1 * 1 15988 128423578+ 7 HPFS/NTFS /dev/hdb2 15989 19457 27864742+ c W95 FAT32 (LBA) i'd really like to mount hda1, hdb1, and hdb2 on startup. any help would be greatly appreciated. |
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Aug 2005
Beans: 45
|
Re: mounting NTFS and FAT32 drives on startup
Try adding this to your /etc/fstab: Code:
/dev/hdb2 /media/fat vfat rw,auto,user 0 0 Code:
mkdir /media/fat mount -a For your NTFS partitions, you'll going to have to at least use a kernel mod and I can't help you with that. Anyone else? |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: mounting NTFS and FAT32 drives on startup
|
|
|
|
|
|
#4 | |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2005
Beans: 15
|
Re: mounting NTFS and FAT32 drives on startup
Quote:
|
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Beans: 97
|
Re: mounting NTFS and FAT32 drives on startup
post your fstab here
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2005
Beans: 15
|
Re: mounting NTFS and FAT32 drives on startup
# /etc/fstab: static file system information.
# # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda2 / ext3 defaults,errors=remount-ro 0 1 /dev/hdd /media/cdrom0 udf,iso9660 ro,user,noauto 0 0 /dev/hdc /media/cdrom1 udf,iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 /dev/hdb2 /media/fat vfat rw,auto,user 0 0 i got the fat32 parition taken care of no problem. it's the ntfs drives i can't get mounted for some reason. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|