[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fstab entry for a 3.6TB drive



Darac Marjal <mailinglist@darac.org.uk> writes:

> On Thu, Oct 15, 2015 at 01:52:37PM +0100, Sharon Kimble wrote:
>> 
>> I'm trying to mount a 3.6TB hard drive formatted and labelled with
>> gparted, and I have twice managed to lock myself out of the computer
>> until I removed the offending line in fstab.
>> 
>> This is the fstab line that I'm going to try and use -
>> 
>> --8<---------------cut here---------------start------------->8---
>> # <file system>        <dir>         <type>    <options>             <dump> <pass>
>> LABEL=back-a           /back-a             ext4      defaults              1      1
>> --8<---------------cut here---------------end--------------->8---
>> 
>> Will this work without locking me out again please?
>
> It should but, to be safe, change the options to "defaults,nofail" (n.b.  
> no space after the comma). This basically tells the system that the 
> mount-point is optional and that a failure to mount is not critical to 
> the boot.
>
> Also, does /back-a exist (mount won't create the mountpoint itself, so 
> your root filesystem should have a "back-a" directory entry)?
>
>> 
Thanks Darac.

This is what I've ended up doing -

--8<---------------cut here---------------start------------->8---
/dev/sdb1       /mnt/backa      ext4    defaults,nofail     0     2
--8<---------------cut here---------------end--------------->8---

This *does* load and works, except it doesn't appear in the devices or
other drives section of "nautilus". How can it be done please, such that
it is mounted, and accessible to me, on this stand-alone 64bit computer,
please?

I found this page which has been very useful in helping me to
understand "fstab" -

╭────
│https://wiki.debian.org/fstab
╰────


Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian 8.0, fluxbox 1.3.7, emacs 24.5.50.3

Attachment: signature.asc
Description: PGP signature


Reply to: