Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
If I configure /etc/fstab to mount /dev/sda1/ in /media/usbstick, and setup samba to share the /media/usbstick folder, will this allow anything that mounts as sda1 to be shared?
What if I want specifically the one USB drive I have to be shared using samba? Like if I umount it, take it with me, come back and mount it. I don't want to connect a different USB drive and have it shared. Does the USB drive I want shared have a label or name I can put in /etc/fstab?
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
Quote:
Originally Posted by rz1a
If I configure /etc/fstab to mount /dev/sda1/ in /media/usbstick, and setup samba to share the /media/usbstick folder, will this allow anything that mounts as sda1 to be shared?
What if I want specifically the one USB drive I have to be shared using samba? Like if I umount it, take it with me, come back and mount it. I don't want to connect a different USB drive and have it shared. Does the USB drive I want shared have a label or name I can put in /etc/fstab?
/dev/sda1 usually refers (if not ALWAYS) to the first partition on the first hard drive. USB storage devices and similar (depending on your distro) are usually mounted to the /media/ folder.
As the sda1 is a device node in the /dev/ folder, with the "1" referring to the the first partition of that device..
/dev/sda1 usually refers (if not ALWAYS) to the first partition on the first hard drive. USB storage devices and similar (depending on your distro) are usually mounted to the /media/ folder.
As the sda1 is a device node in the /dev/ folder, with the "1" referring to the the first partition of that device..
What exactly are you trying to achieve?
mounting by UUID. Think I found it from this link:
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
Quote:
Originally Posted by jsbjsb001
/dev/sda1 usually refers (if not ALWAYS) to the first partition on the first hard drive.
The times I have had issues with both fstab and my own stupid self have been when the drives are listed in the order they spun up -- so with a few spinny drives installed it was almost random. That and leaving a USB stick in resulting in / moving from sda to sdb. Not sure whether there are still issues because I use UUID almost exclusively nowadays.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.