Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Best options for external USB hard drive ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Wed Apr 15, 2020 5:20 pm    Post subject: Best options for external USB hard drive ? Reply with quote

Considering using this:
Code:
#LABEL=10TBbackup       /mnt/backup     ext4            auto,user           0 0

Should there really be no fscheck? Any other otions like relatime? or nofail?

Or should I have noauto and mount it manually every time I plug it in?

BTW, on boot it was detected as sda, even though the former sda is a SATA SSD. All the letters moved down one letter.
Following long ago advice from NeddySeagoon, every physical drive (except /dev/sr0) mounts by label. Else I would have found my system unbootable!
I only have one DVD drive. Once I had a system with two and yes, Windows kept swapping D: and E:
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54317
Location: 56N 3W

PostPosted: Wed Apr 15, 2020 6:10 pm    Post subject: Reply with quote

Tony0945,

Auto will only mount the partition if its there when localmount runs at startup.
It the drive is not connected at boot, it won't do anything unless you run
Code:
mount -a
as root.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Wed Apr 15, 2020 9:54 pm    Post subject: Reply with quote

Ah! So otherwise play tricks like pmount or simply open a terminal and tyoe "mount /mnt/backup".
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54317
Location: 56N 3W

PostPosted: Wed Apr 15, 2020 9:59 pm    Post subject: Reply with quote

Tony0945,

Yep
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum