LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   automount storage hdd on boot (https://www.linuxquestions.org/questions/linux-mint-84/automount-storage-hdd-on-boot-4175537822/)

cli-86 03-25-2015 11:54 AM

automount storage hdd on boot
 
hello everyone just looking a way to mount storage hdd on boot in mint 17.1, its getting annoying having to mount it manually everytime i boot into 17.1 thanks

propofol 03-25-2015 12:53 PM

Just add it to /etc/fstab:
Code:

LABEL=storagedrive    /storage        ext4    defaults        0      2

cli-86 03-25-2015 07:18 PM

Quote:

Originally Posted by propofol (Post 5337496)
Just add it to /etc/fstab:
Code:

LABEL=storagedrive    /storage        ext4    defaults        0      2

do i just replace ext4 with ntfs the drive is ntfs format

yancek 03-25-2015 08:12 PM

Quote:

do i just replace ext4 with ntfs the drive is ntfs format
Yes and whatever label it uses, or its /dev name or its UUID.

cli-86 03-25-2015 08:14 PM

Quote:

Originally Posted by yancek (Post 5337645)
Yes and whatever label it uses, or its /dev name or its UUID.

no problem thank you :hattip:


All times are GMT -5. The time now is 04:33 PM.