Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Okay, so I'm comming back to linux, so I'm going through all the pains I did before, except this time around it seems everything autoconfigs alot better, ntfs is supported by default, graphics drivers auto install etc etc. But, now that this is the case, my old instructions for automounting my ntfs drives dont seem to make much sense. How should I go about doing this now?
# /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/sdb6 during installation
UUID=f3a3f1b6-902d-4004-9817-1e3a0caf322c / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=9d7899a4-9739-40d5-8c6a-3a7f75fc192e 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
and my device appears to be mounting on /media/Data,
so what are the paramaters that I should add to make it auto mount? ... I'm not seing an sda# in my /dev folder...
I'm talking about when I just double click on the disk from 'Places' which uses whatever ubuntu comes with by default. That is why it is not in the fstab. I need to add it to the fstab, do I need to go about creating a directory and all that? Also, how do I find out where it is in /dev?
# /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/sdb6 during installation
UUID=f3a3f1b6-902d-4004-9817-1e3a0caf322c / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=9d7899a4-9739-40d5-8c6a-3a7f75fc192e 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
/dev/sdb1 /media/Data type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.