Hello all, I've read around 50 how-tos for auto mounting my internal sata ntfs drive and can't seem to get it to work...
If I open dolphin in the left pane under places it lists...
Home
Network
Root
Trash
Volume (ntfs)
If I click on Volume it asks me for my root password, I enter it, and it mounts. How do I do this automatically at startup
Here is my fdisk -l:
zaltman@DESKTOP:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xba72ba72
Device Boot Start End Blocks Id System
/dev/sda1 * 1 18895 151774056 83 Linux
/dev/sda2 18896 19457 4514265 5 Extended
/dev/sda5 18896 19457 4514233+ 82 Linux swap / Solaris
Disk /dev/sdb: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcb2a5862
Device Boot Start End Blocks Id System
/dev/sdb1 1 36484 293054464 7 HPFS/NTFS
The /dev/sdb1 is the same as the volume that I'm trying to automount...
Here is my fstab:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=771937d7-5301-40b8-9b6d-b50a5e77ac32 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=07bca3c3-78e5-4eaa-a419-4cba300b79de none swap 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
Also note that I've tried (and I thought succeeded) in editing my fstab, but it would not mount afterwards when just adding /dev/sdb1 to the bottom of the file. Also, I have fstab, fstab~, and fstab~~ now....
If I open dolphin in the left pane under places it lists...
Home
Network
Root
Trash
Volume (ntfs)
If I click on Volume it asks me for my root password, I enter it, and it mounts. How do I do this automatically at startup
Here is my fdisk -l:
zaltman@DESKTOP:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xba72ba72
Device Boot Start End Blocks Id System
/dev/sda1 * 1 18895 151774056 83 Linux
/dev/sda2 18896 19457 4514265 5 Extended
/dev/sda5 18896 19457 4514233+ 82 Linux swap / Solaris
Disk /dev/sdb: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcb2a5862
Device Boot Start End Blocks Id System
/dev/sdb1 1 36484 293054464 7 HPFS/NTFS
The /dev/sdb1 is the same as the volume that I'm trying to automount...
Here is my fstab:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=771937d7-5301-40b8-9b6d-b50a5e77ac32 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=07bca3c3-78e5-4eaa-a419-4cba300b79de none swap 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
Also note that I've tried (and I thought succeeded) in editing my fstab, but it would not mount afterwards when just adding /dev/sdb1 to the bottom of the file. Also, I have fstab, fstab~, and fstab~~ now....
Comment