Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2002  / 1 Year ago, wed, january 18, 2023, 4:18:22

enter image description here



I think it will be awesome if after login the folder that locate not at the same localhost / can open it self like and application as skype and others. do we can make it because if this one works for it , it will help others people too that save musics and other file under the /home folder or the like me , i do need to click other partitions to listen songs and movie and other what i want is just single click when i do login. the partitions / folder / inode was open so i can simply click the Play button at the rhythmbox and click next just to watch the next edition of serial movies ^^
here the photos, i need this partition / hard disk to open during start-up "almacén hard disk. thx



enter image description here



for daniel request .



santos@santos:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 298.1G 0 disk
├─sda1 8:1 0 1K 0 part
├─sda2 8:2 0 100M 0 part
├─sda3 8:3 0 68.6G 0 part
├─sda4 8:4 0 130.9G 0 part /media/almacén
├─sda5 8:5 0 46.6G 0 part
├─sda6 8:6 0 2.3G 0 part [SWAP]
├─sda7 8:7 0 46.6G 0 part /
└─sda8 8:8 0 3.1G 0 part [SWAP]
sr0 11:0 1 1024M 0 rom

More From » mouse

 Answers
2

you need to edit your /etc/fstab file in order too mount the external hard drive partition on boot.
To do this type the following:



You need to get the UUID of your external hdd, type:



sudo blkid /dev/sda4


copy the line UUID="some-long-number"



now unmount the disk and make a folder to mount it in the future:



sudo umount /dev/sda4


then:



sudo mkdir /media/almacén


now type:



sudo nano /etc/fstab


and go to the end of the page using your arrow keys.



now copy&paste the following



#external hard drive almacén was on /dev/sda4 at the time of writing.
UUID=some-long-number /media/almacén auto defaults 0 2


where UUID=some-long-number is the UUID you got from the 'blkid' command earlier

(BUT WITHOUT THE " " )



Shutdown your computer, plug the external hdd back in and restart.
Your drive partition 'almacén' should now be mounted on '/media/almacén' on login.


[#39720] Wednesday, January 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
assionortly

Total Points: 423
Total Questions: 121
Total Answers: 115

Location: Chad
Member since Wed, Sep 30, 2020
4 Years ago
;