Go to advanced search

by Piiiiiiiiiiiiiii
Tue Feb 23, 2016 10:40 pm
Forum: Beginners
Topic: How is my USB drive getting mounted?
Replies: 3
Views: 527

Re: How is my USB drive getting mounted?

And how do I see what they are?
by Piiiiiiiiiiiiiii
Tue Feb 23, 2016 9:17 pm
Forum: Beginners
Topic: How is my USB drive getting mounted?
Replies: 3
Views: 527

How is my USB drive getting mounted?

I didn't have to do anything special to mount the USB drive on Raspbian and yet it's showing up under /media/pi pi@raspberrypi:~ $ ls -la /media/pi total 37 drwxr-x---+ 4 root root 4096 Feb 16 20:12 . drwxr-xr-x 3 root root 4096 Nov 21 21:36 .. drwxr-xr-x 5 root root 1024 Jan 1 1970 SETTINGS drwx---...
by Piiiiiiiiiiiiiii
Sat Feb 20, 2016 12:21 am
Forum: Raspberry Pi OS
Topic: How to change the permission on the auto mounted USB drive?
Replies: 4
Views: 2081

Re: How to change the permission on the auto mounted USB dri

The system mounts the drive automatically. In fstab, i only mount the SMB share pi@raspberrypi:~ $ cat /etc/fstab proc /proc proc defaults 0 0 /dev/mmcblk0p5 /boot vfat defaults 0 2 /dev/mmcblk0p6 / ext4 defaults,noatime 0 1 # a swapfile is not a swap partition, no line here # use dphys-swapfile swa...
by Piiiiiiiiiiiiiii
Fri Feb 05, 2016 2:07 pm
Forum: Raspberry Pi OS
Topic: How to change the permission on the auto mounted USB drive?
Replies: 4
Views: 2081

Re: How to change the permission on the auto mounted USB dri

The disk is formatted as NTFS. Here's the output of running mount /dev/mmcblk0p6 on / type ext4 (rw,noatime,data=ordered) devtmpfs on /dev type devtmpfs (rw,relatime,size=469748k,nr_inodes=117437,mode=755) sysfs on /sys type sysfs (rw,relatime) none on /dev/pts type devpts (rw,nosuid,noexec,relatime...
by Piiiiiiiiiiiiiii
Fri Feb 05, 2016 1:15 am
Forum: Raspberry Pi OS
Topic: How to change the permission on the auto mounted USB drive?
Replies: 4
Views: 2081

How to change the permission on the auto mounted USB drive?

I am trying to get nzbget to work with the external USB drive, and it's failing to work as a service when it's relying on the USB drive. I suspect that the permissions that the service runs with don't mesh with the permission that the drive is mounted with. In the command below "Vault" is my USB dri...
by Piiiiiiiiiiiiiii
Thu Nov 26, 2015 3:13 pm
Forum: Troubleshooting
Topic: Stuck in a boot loop after editing fstab (i think)
Replies: 5
Views: 3419

Re: Stuck in a boot loop after editing fstab (i think)

Thank you, i manage to get to the file and removed my changes, but it's still stuck in the bootloop. Now I am wondering what else I might have changed since it's been working for a little bit. I might have installed some SMB related package. Aslo, i realized that mounting the SD card under the ubunt...
by Piiiiiiiiiiiiiii
Tue Nov 24, 2015 2:05 am
Forum: Troubleshooting
Topic: Stuck in a boot loop after editing fstab (i think)
Replies: 5
Views: 3419

Stuck in a boot loop after editing fstab (i think)

I followed this tutorial in at attempt to add a network share http://geeks.noeit.com/mount-an-smb-net ... pberry-pi/
However, now when I reboot, it's stuck in a loop and never stops rebooting.
Is there a way for me to fix this without wiping the system?

Go to advanced search