I hope I am putting this in the right category ...
Would one of you 'nix gurus please look this info over, and advise me on the 'proper' contents of the fstab?
By the way - I have installed :
to allow me to read/write to NTFS partitions.
I also just now disabled and unmounted all the filesystems I can, and turned off ntfs-3g, to allow easier understanding of the fstab.
If anyone needs further / different information, I will be delighted to supply it.
Anyway, here is the contents of my /etc/fstab :
================================================== ==
# /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/sdc1 :
UUID=f0d1badb-3b9a-43d7-8f5d-27a9934dd8f2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
LABEL=120_GIG /home/cacheram/Desktop/Storage/120_GIG ntfs-3g defaults,locale=en_US.UTF-8 0 1
LABEL=120_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,noauto ,ro,users nouser,0,atime,auto,rw,dev,exec,suid 1 0
LABEL=ARCHIVES /home/cacheram/Desktop/Storage/Archives ntfs-3g defaults,locale=en_US.UTF-8 0 1
# Entry for /dev/sdd3 :
LABEL=FAT_32 vfat defaults,utf8,umask=007,uid=1000,gid=46,noauto,ro, users 0 1
LABEL=WIN_XP /home/cacheram/Desktop/Storage/Win_XP ntfs-3g defaults,locale=en_US.UTF-8 0 1
# Entry for /dev/sdd2 :
UUID=bc5defa4-c012-4b28-a34d-787113574c20 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
LABEL=80_GIG /home/cacheram/Desktop/Storage/80_GIG ntfs-3g defaults,locale=en_US.UTF-8 0 0
================================================== ==
I also see a file called fstab.pre-ntfs-config:
================================================== ==
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdc1
UUID=f0d1badb-3b9a-43d7-8f5d-27a9934dd8f2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda1
LABEL=120_GIG /home/cacheram/Desktop/Storage/120_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 1
# /dev/sdb1
LABEL=120_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,noauto ,ro,users 0 1
# /dev/sdd1
LABEL=ARCHIVES /home/cacheram/Desktop/Storage/Archives ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 1
# /dev/sdd3
UUID=39A9-3350 /home/cacheram/Desktop/Storage/FAT_32 vfat defaults,utf8,umask=007,uid=1000,gid=46,auto,rw,us ers 0 1
# /dev/sdc2
LABEL=WIN_XP /home/cacheram/Desktop/Storage/Win_XP ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 1
# /dev/sdd2
UUID=bc5defa4-c012-4b28-a34d-787113574c20 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
LABEL=80_GIG /home/cacheram/Desktop/Storage/80_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 0
================================================== ==
And another one called fstab.pre-uuid:
================================================== ==
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdc1
UUID=f0d1badb-3b9a-43d7-8f5d-27a9934dd8f2 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=1C84FBE384FBBCF8 /media/120_GIG ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdb1
UUID=CCB4F279B4F264FC /media/80_gig ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdd1
UUID=000000008D66D052 /media/Archives ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdd3
UUID=39A9-3350 /media/FAT_32 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sdc2
UUID=1386A89F3B08E6C1 /media/Win_XP ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdd2
UUID=bc5defa4-c012-4b28-a34d-787113574c20 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
# UNCONFIGURED FSTAB FOR BASE SYSTEM
================================================== ==
What would happen if I backed up fstab, and did:
This should be using the fstab.pre-uuid as my fstab - and it looks to me to be a lot 'cleaner' than the other ones.
Would this make my system go 'boom' in some way, or help it out, or nothing at all?
Please advise, let me know if you see anything wrong / extra / missing with my system.
Thanks in advance,
--CacheRAM
Would one of you 'nix gurus please look this info over, and advise me on the 'proper' contents of the fstab?
By the way - I have installed :
- FUSE
- libntfs9
- libntfs-3g0
- libntfs-gnomevfs
- ntfs-3g
- ntfs-config
- ntfsdoc
- ntfsprogs
to allow me to read/write to NTFS partitions.
I also just now disabled and unmounted all the filesystems I can, and turned off ntfs-3g, to allow easier understanding of the fstab.
If anyone needs further / different information, I will be delighted to supply it.
Anyway, here is the contents of my /etc/fstab :
================================================== ==
# /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/sdc1 :
UUID=f0d1badb-3b9a-43d7-8f5d-27a9934dd8f2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
LABEL=120_GIG /home/cacheram/Desktop/Storage/120_GIG ntfs-3g defaults,locale=en_US.UTF-8 0 1
LABEL=120_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,noauto ,ro,users nouser,0,atime,auto,rw,dev,exec,suid 1 0
LABEL=ARCHIVES /home/cacheram/Desktop/Storage/Archives ntfs-3g defaults,locale=en_US.UTF-8 0 1
# Entry for /dev/sdd3 :
LABEL=FAT_32 vfat defaults,utf8,umask=007,uid=1000,gid=46,noauto,ro, users 0 1
LABEL=WIN_XP /home/cacheram/Desktop/Storage/Win_XP ntfs-3g defaults,locale=en_US.UTF-8 0 1
# Entry for /dev/sdd2 :
UUID=bc5defa4-c012-4b28-a34d-787113574c20 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
LABEL=80_GIG /home/cacheram/Desktop/Storage/80_GIG ntfs-3g defaults,locale=en_US.UTF-8 0 0
================================================== ==
I also see a file called fstab.pre-ntfs-config:
================================================== ==
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdc1
UUID=f0d1badb-3b9a-43d7-8f5d-27a9934dd8f2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda1
LABEL=120_GIG /home/cacheram/Desktop/Storage/120_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 1
# /dev/sdb1
LABEL=120_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,noauto ,ro,users 0 1
# /dev/sdd1
LABEL=ARCHIVES /home/cacheram/Desktop/Storage/Archives ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 1
# /dev/sdd3
UUID=39A9-3350 /home/cacheram/Desktop/Storage/FAT_32 vfat defaults,utf8,umask=007,uid=1000,gid=46,auto,rw,us ers 0 1
# /dev/sdc2
LABEL=WIN_XP /home/cacheram/Desktop/Storage/Win_XP ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 1
# /dev/sdd2
UUID=bc5defa4-c012-4b28-a34d-787113574c20 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
LABEL=80_GIG /home/cacheram/Desktop/Storage/80_GIG ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46,auto,r w,users 0 0
================================================== ==
And another one called fstab.pre-uuid:
================================================== ==
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdc1
UUID=f0d1badb-3b9a-43d7-8f5d-27a9934dd8f2 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=1C84FBE384FBBCF8 /media/120_GIG ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdb1
UUID=CCB4F279B4F264FC /media/80_gig ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdd1
UUID=000000008D66D052 /media/Archives ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdd3
UUID=39A9-3350 /media/FAT_32 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sdc2
UUID=1386A89F3B08E6C1 /media/Win_XP ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sdd2
UUID=bc5defa4-c012-4b28-a34d-787113574c20 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
# UNCONFIGURED FSTAB FOR BASE SYSTEM
================================================== ==
What would happen if I backed up fstab, and did:
- cd /etc
- sudo mv fstab fstab.bkp
- sudo cp fstab.pre-uuid fstab
This should be using the fstab.pre-uuid as my fstab - and it looks to me to be a lot 'cleaner' than the other ones.
Would this make my system go 'boom' in some way, or help it out, or nothing at all?
Please advise, let me know if you see anything wrong / extra / missing with my system.
Thanks in advance,
--CacheRAM
Comment