LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Sabayon (https://www.linuxquestions.org/questions/sabayon-86/)
-   -   how to mount all the other drives during boot permanently.... (https://www.linuxquestions.org/questions/sabayon-86/how-to-mount-all-the-other-drives-during-boot-permanently-876702/)

kmr.ndrsh 04-23-2011 02:41 PM

how to mount all the other drives during boot permanently....
 
I have sabayon 5.5 GNOME installed with windows 7, i.e I have two operating system installed...
I have 3 drives fo NTFS file system including windows 7 partition...
i need to know how to mount these drives during startup with read,write and execute permission.... so that i don't have to mount it again and again...plz help me out..

my current "fstab" file looks like this......


#
# /etc/fstab
# Created by anaconda on Thu Apr 21 08:15:46 2011
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_studio15-lv_root / ext4 defaults 1 1
UUID=b6a7b345-7d3c-4622-9743-8254035a50ab /boot ext4 defaults 1 2
/dev/mapper/vg_studio15-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0


Snark1994 04-23-2011 03:21 PM

Something like

Code:

/dev/sda1 /media/sda1 ntfs defaults 0 0
would do, replacing the partitions and mount path with the real ones...

kmr.ndrsh 04-23-2011 10:18 PM

Suppose the drive in which windows is installed have path "/dev/sda3"

/dev/sda3 /media/sda3 ntfs defaults 0 0

i had written like this and saved the fstab file and restarted the system ... but it is not mounted....tell me plz help me out of this problem...

Snark1994 04-24-2011 03:40 AM

Does the folder /media/sda3 exist? If not, create it. If it does, perhaps check /var/log/boot :)


All times are GMT -5. The time now is 12:01 AM.