You are not logged in.
Pages: 1
Hello,
After Arch fires up I can see my external hard drive in Thunar, however it is not mounted. I have to click on the icon to actually mount it. How can I make this "click" automatic? Thank you.
Last edited by totolotto (2012-12-15 10:14:52)
Offline
Please don't do this.
Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github
Offline
Sorry I messed it up, it was not intentional.
Offline
Use fstab if you want it mounted at boot time.
Offline
The result of blkid:
/dev/sda1: UUID="5385fd72-c052-44c1-b536-1e4a08f1757c" TYPE="ext4"
/dev/sda2: UUID="4c64fa62-0407-4cc6-ac08-dc4429ce4512" TYPE="ext4"
/dev/sda3: UUID="0f84c531-9a0e-45eb-95da-1f0c9837d22b" TYPE="ext4"
/dev/sdb1: LABEL="My Book" UUID="402A80C12A80B586" TYPE="ntfs"and when I inserted this to /etc/fstab
/dev/sdb1 /Media ntfs-3g defaults 0 0startx did not even start. Thunar shows this place when mounted:
/run/media/ko/My Book/What did I do wrong?
Offline
and when I inserted this to /etc/fstab
/dev/sdb1 /Media ntfs-3g defaults 0 0...
What did I do wrong?
Does the mount point /Media exist?
Offline
With this command:
sudo mkdir /mediaI got
mkdir: cannot create directory ‘/media’: File exists"so I just created the directory in home/user/Media.
Offline
Thanks, I think I got it. I have to
sudo mkdir /media/MyBookthen add /media/MyBook in fstab.
Offline
Please mark this thread [SOLVED], totolotto.
To know or not to know ...
... the questions remain forever.
Offline
Pages: 1