Tagged Questions
0
votes
0answers
14 views
Mountpoint of Usb-device where Arch Live Distro sits
I was wondering about where the mountpoint of the usb device is where the arch live distro lies on. I am asking this because I am not able to mount the usb device where the arch live distro lies on to ...
4
votes
1answer
421 views
Arch Linux Install, Why is arch-chroot giving me an error?
I'm following the Arch Linux install instructions found here from a live cd, and I'm stuck issuing the following command:
# arch-chroot /mnt
mount: sys is already mounted or /mnt/sys busy
sys ...
0
votes
1answer
81 views
Awesome WM will not show any external devices (Arch)
Things went fine with the Arch installation. I installed nautilus once I got into the GUI, but when I plugged in my external USB, it would not show up anywhere. I come from Ubuntu where there is a ...
0
votes
1answer
170 views
Keeping a USB drive mounted in sleep mode
How can I make my computer sleep but not automatically change the state of the USB flash drive I am using? I have it mounted on / because my hard drive broke, and whenever my computer wakes up it ...
-1
votes
2answers
511 views
USB drive is recognized but not mounted
The flash drive is recognized as shown by /var/log/messages.log:
Jul 12 10:58:41 phelps kernel: [ 5865.612777] usb 2-1: new high-speed USB device number 2 using ehci_hcd
But I can't find its dev ...
3
votes
3answers
2k views
Why is my USB drive not mounted during startup
I have Arch Linux running on my Raspberry Pi. I added the following line to my fstab file:
/dev/sda1 /mnt/MyBook ntfs defaults 0 0
for a while this worked fine, the device was ...
4
votes
2answers
1k views
Can't access folders mounted by sshfs after sleep (or when connection lost)
Often, when I mount a filesystem via ssh:
sshfs user@remote: ~/Mounts/Remote
and the machine hibernates (closing the Laptop lid) if I wake up the machine I can't access the mounted folder. ...
2
votes
3answers
565 views
Arch - VirtualBox - Use mounted ISO
I've an *.img file, that can't be converted to *.iso, because its a multi-session disk.
So I simply changed the file ending to .iso.
Now, I am able to mount it using the following command:
mount -o ...
2
votes
2answers
93 views
How to handle non-determinant harddrive assignments?
I recently installed another harddrive into my Arch Linux computer. The first time I booted up all worked fine. The next time I restarted my computer though I was greeted with a /dev/sda2 not found ...
1
vote
1answer
2k views
RW mounted usb drive regarded read-only by cp
Context
Can any of you help me with the following, I've got a micro sd card inserted via a usb stick into my Compaq 8510w laptop running the latest Arch Linux (x86_64) release. I have a udev rule ...
1
vote
1answer
155 views
ArchLinux, need to allocate space to web server
my filesystem looks like this...
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 7.3G 1.5G 5.4G 22% /
none 2.0G 120K 2.0G 1% /dev
none ...