sure here it goes, ( this is not the same fstab that I posted first, this is the latest as of 21.51 on sunday 1st of august.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/sda2 / ext4 noatime,defaults 1 1
/dev/sdj1 /media/Data ntfs-3g defaults,locale=en_US 0 0
/dev/sdk1 /media/Shared ntfs-3g defaults,locale=en_US 0 0
/dev/sdi1 /media/Torrents ntfs-3g defaults,locale=en_US 0 0
/dev/sda3 /media/Ubuntu ext4 defaults 0 0
/dev/sdc1 /media/Virtual ntfs-3g defaults,locale=en_US 0 0
/dev/sda1 /media/Windows_7 ntfs-3g defaults,locale=en_US 0 0
/dev/sdb2 /media/sdb2 ext4 defaults 0 0
/dev/sda4 swap swap defaults 0 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
what is in bold I deleted, which are my usb's drives that are permanently connected to my computer
and this other is
fstab-disk-manager-save, both of them are on the same folder on
/etc, ( this I did not deleted anything form it.
Code: Select all
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/sda2 / ext4 noatime,defaults 1 1
/dev/sdi1 /media/Data ntfs-3g defaults,locale=en_US 0 0
/dev/sdj1 /media/Shared ntfs-3g defaults,locale=en_US 0 0
/dev/sdk1 /media/Shared_ ntfs-3g defaults,nosuid,nodev,uhelper=hal,locale=LC_CTYPE=en_US;LC_NUMERIC=en_US;LC_TIME=en_US;LC_COLLATE=C;LC_MONETARY=en_US;LC_MESSAGES=en_US;LC_PAPER=en_US;LC_NAME=en_US;LC_ADDRESS=en_US;LC_TELEPHONE=en_US;LC_MEASUREMENT=en_US;LC_IDENTIFICATION=en_US 0 0
/dev/sda3 /media/Ubuntu ext4 defaults 0 0
/dev/sdc1 /media/Virtual ntfs-3g defaults,locale=en_US 0 0
/dev/sda1 /media/Windows_7 ntfs-3g defaults,locale=en_US 0 0
/dev/sdb2 /media/sdb2 ext4 defaults 0 0
/dev/sda4 swap swap defaults 0 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
see anything wrong with it ?