How to edit /etc/fstab properly for network drive?
I’m trying to automatically mount a network drive at startup by editing /etc/fstab but doesn’t work.
I’m trying to automatically mount a network drive at startup by editing /etc/fstab but doesn’t work.
I was under the impression that any sort of call to mount requires root privileges. But recently I was told “You should instead create appropriate entries in /etc/fstab so that the filesystems can be mounted by unprivileged users”… which is counter to my experience using mount. Anytime I have used mount I have needed to … Read more
What is the difference between /dev,
/media and /mnt? Following is what I
have found from internet but I still
have little idea:
If I use this command :
I have a iso file named ubuntu.iso.
At this time no ansver for this problem.
According to the following question:
What is a “loop device” when mounting?
A loop device is a file that acts as a block-based device. While I can understand that conceptually, how is this different from mounting any other file? For example, if I take a dd image of an ext2 filesystem and then mount it, I don’t have to use the loop option- mount -t ext2 file.dd /mnt/mount-point succeeds.
I have an embedded setup using an initramfs for the root file system but using a custom ext3 partition mounted on a compact flash IDE drive. Because data integrity in the face of power loss is the most important factor in the entire setup, I have used the following options to mount (below is the entry from my /etc/fstab file
Is there a way to mount multiple hard drives to a single mount point? Let’s say I run out of space on /home and decide to add an extra hard drive to the computer. How do I scale the space on a mount point? If I use RAID, can I add drives on the fly to increase space as I run out of them? Is there an alternative to using RAID if I am not interested in maintaining a high level of redundancy?
I am relatively new to Linux and I apologise if this is a silly question. I read the Linux FS Hierarchy document but it didn’t answer my question. I would like to know if there is a typical drive mounting scheme for general-use internal HDDs in Linux. I ask because I have two HDDs that … Read more