Ubuntu :: What Is Best / Preferred Way To Format Entry In / Etc / Fstab?
Jul 24, 2011
I have a disk that is formatted as NTFS (from Windows 7 - dual boot with Ubuntu Studio). This is not a boot disk, just an extra disk for data. I would like it to be available to both OS's. In Ubuntu, I went to System -> Administration -> Disk Utility and saw the disk. I clicked on the volume name and clicked Mount. I would like this always mounted when I restart Ubuntu. It was mounted as /media/Data2 (/dev/sdc5).What is the best/preferred way to format the entry in /etc/fstab?
View 5 Replies
ADVERTISEMENT
Apr 27, 2011
Handbrake defaults to .mp4 but can also rip to .mkv. I'm not sure which to use. I like to rip CDs to .flac if that gives you any idea of what I'm trying to achieve.
View 3 Replies
View Related
Sep 13, 2011
I mount a device mount /dev/xvdf /mnt/mongo and verify the mount using df-h:
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 7.9G 955M 6.9G 12% /
tmpfs 299M 44K 299M 1% /dev/shm
/dev/xvdf 20G 589M 19G 4% /mnt/mongo
But now I'm trying to figure out how to make it auto mount on boot. I understand I need to add a new entry to /etc/fstab, so I perform: $ sed -i '$ a/dev/xvdf /mnt/mongo xfs defaults 1 1' /etc/fstab But, after reboot, it seems that the auto mount didn't work. The device didn't appear in the df -h list.
View 2 Replies
View Related
Mar 29, 2010
How do I make an entry in fstab for my mp3 player if connected but won't cause errors if not connected. If I plug the player in after boot it mounts on /dev/sdd, but if it's plugged in before boot it mounts on /dev/sda. I would like it to always mount on /dev/sdd. Plus if I reboot into my Natty install, from maverick, with the player plugged in it won't even boot. When mp3 player connected after boot.
Code:
glen@MavMusic:~$ sudo blkid
/dev/sda1: LABEL="XP" UUID="F0D4A588D4A55220" TYPE="ntfs"
/dev/sda2: LABEL="Storage" UUID="E0D8480AD847DE02" TYPE="ntfs"
/dev/sda5: LABEL="UBUP" UUID="9c04ea8b-889a-4b40-989a-dcb51cba0db7" TYPE="ext3"
/dev/sdb1: UUID="610db18d-a68f-4d23-aa48-117044d6492d" TYPE="ext4"
[code]...
View 9 Replies
View Related
Nov 11, 2010
I just went from Jaunty to Maverick. I booted Maverick and manually mounted my Windows Network drives by clicking on the appropriate "mount" command in the directory /media.I then created an fstab file like I did in Jaunty. Here is the smb mount command that I had in the fstab file. I had a file with the user id and password in the credentials file.Code://???.???.??.?public_p/media/servername smbfs credentials=root,dmask=0777,fmask=0777 0 0This provided me access to my server for the past 18 months.I modified the fstab file for Maverick which was working fine for 3 days so I would automatically mount the server drives.
View 1 Replies
View Related
Mar 15, 2011
One entry I have put in fstab results in the failure of a partition to be mounted at boot time. I get the message:
Code: The disk drive for /media/WinXP is not ready yet or not present. Continue to wait; or Press S to skip mounting or M for manual recovery If I choose M and enter the command: Code:mount -t ntfs /dev/sdb1 /media/WinXP then I get no error message, but the partition still doesn't seem to be mounted, when boot completes.
I don't understand this failure. I have created my fstab file using UUIDs to boot Ubuntu on my dual boot machine. It works fine, booting from the hard-disk which is Master on my Secondary IDE channel. For Ubuntu booting the MBR and grub menu are on this disk. The default is to boot Ubuntu , but with an option to select Windows Xp.
As an aside, I can set an option in my BIOS to make the Master disk on the Primary IDE channel the first disk, rather than the second disk. Then the system boots from the MBR on this Primary IDE channel and boots only to WinXP. That works fine.
When running Ubuntu I use space on the Windows disk (on the Primary IDE channel) to hold backups of key Ubuntu files in case I loose Ubuntu - as I did for the past few days. So, to mount this partition I inserted this line into my fstab:
Code:
UUID=0e4851c44851ab6b/media/WinXPntfsnosuid, nodev, allow_other00 I know the UUID is correct because I have checked it with blkid. But the partition is not mounted at boot time. I don't even get an icon for the partition on my desk top. It appears in the 'places' menu, as unmounted, but mounts as soon as I click on it. However, this causes some of my linux apps, which want to load and save to this partition, to post an error message until I have manually mounted it via clicking on it in the Places menu. I want to avoid this manual step by having the partition automatically loaded at boot time. What am I doing wrong?
View 9 Replies
View Related
Apr 16, 2011
I am trying to mount a smb share on an ubuntu machine and for the life of me I can't figure out the fstab entry. The server is running fine and the windows machines can map their shares fine, I just cant figure out the fstab entry for an ubuntu box.at this point the fstab looks like this(although I have tried many variations)
Code:
//server/path/share /path/mount/point smbfs credentials=/root/.credentials, uid=1000, gid=1000 0 0
[code]....
View 3 Replies
View Related
Nov 13, 2010
is it safe to change fstab UUID entry for the system to /dev/sdb4? and after editing fstab, is there a script or command I need to run to release lock or update mount information? edit: I see not correct, and therefore not safe,but is there a format to tell linux to use /dev/sda1 instead of UUID= or label= .
View 9 Replies
View Related
Jul 28, 2011
Code:
192.168.0.133:/openils /openils nfs4 rw,_netdev,auto 0 0
fails to mount the nfs4 share, however
[code]...
View 6 Replies
View Related
May 20, 2011
i want to mount NTFS by normal users so i used the following entry in fstab /dev/sda6 /media/Mostafa ntfs-3g noauto,exec,rw,user 0 0 however when i try to mount the partition i get the following error Unable to mount Mostafa
Error mounting: mount exited with exit code 1: helper failed with:
Error opening '/dev/sda6': Permission denied
Failed to mount '/dev/sda6': Permission denied
Please check '/dev/sda6' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
NTFS-3G Questions at Tuxera
[Code]...
View 6 Replies
View Related
Jun 15, 2011
when i starting the server..it is coming to maintenence mode and saying repair file system...because /home1 was not found in /etc/fstab.. when i tried to remove the entry from fstab for /home..it is read only!!
View 5 Replies
View Related
Feb 5, 2010
I am running SUSE 11.1 on a 80Gig IDE HDD, I have added a 160 SATA HDD which I wish to use as storage.
fdisk reports it as /dev/sda1 - W95 fat 32 LBA. What would the fstab entry be to make the disk mount automatically on boot, so that it shows on the desktop ready for use.
View 5 Replies
View Related
Nov 13, 2009
I have centos 5.3 installed. I plugged in a WD usb external HD, Icon is showing up on desktop everything is working formatted with ext3. I would like to have an entry for this in my /etc/fstab file, and I need to know how to enable Quotas on some files on it.
View 3 Replies
View Related
Dec 15, 2010
I spent all day learning some concepts of Samba which I left while preparing for RHCE.One of them is how to permanently mount (fstab entry) windows shared folder.Manually mount command is running fine for me.
View 6 Replies
View Related
Jan 5, 2010
What would be the best way list disk and partitions in the fstab file?
View 1 Replies
View Related
Jan 15, 2010
I've had two hd's in my box forever. for more space and backup reasons. Well I have started running the Debian Squeeze distro since December. I've had many issues, some are still unresolved. but now I'm running into major headaches with the fstab. Specifically dealing with/wondering why UUID's are used instead of the old /dev/hd? I was a little annoyed when I tried Kubuntu to find /dev/sd? used instead of /dev/hd? but that was workable. But the UUID's are a nightmare. Here's my problem.
My main box is finally giving up the ghost. The mobo is dying. So in order to do some tests I took my hd bundle (my two hard drives with their cables) physically out of the box and temp installed them in a test box. I wanted to do some benchmark and other tests. I got all kinds of errors. I found that the system wasn't recognizing the UUID's listed in fstab. My concern is when the new mobo gets here next week I won't simply be able to plug the hd's in like I always have been and just let Linux reconfigure itself (Debian used to be good about this). I really don't want to have to clean reinstall if it's not needed.
So for this I have two questions. WHY developers decided to drop using /dev/hd? or even /dev/sd? ?
And is it possible to revert fstab's listings back to the old /dev/hd? settings. In debian fstab had lines commented out showing how each partition was listed in it's /dev/hd? status during install.
I'm getting really sick of all these archane changes in ALL aspects of linux that don't seem to have any good explaination or need.
View 4 Replies
View Related
Jan 19, 2010
I've apparently changed my fstab file and now my boot drive fails to mount. The original file is still there "fstab.BAK". How do I rename the current fstab to another name and rename the fstab.BAK to fstab? Since this is read only in the /etc directory I have not been able to make this happen from a command prompt.
View 9 Replies
View Related
May 29, 2010
The Preferred Applications applet doesn't do what I need it to do.
What I'm looking for is a Win 3.x style File Association applet or config file so I can have .mp3's handled by Audacious and .m3u's handled by VLC, and so on. I'm sure it's out there somewhere, but I can't find it.
View 2 Replies
View Related
Mar 3, 2011
I installed Adobe Reader from the repository, but didn't like it (it takes way to long to load a page evince does instantly).I've removed it with the package manager, purged it with apt-get, completely removed it with synaptic, and set the right click to always use evince; the thing is still the preferred program and double-clicking on a pdf still tries to use Adobe and fails every time. This is really annoying in that Chrome tries to use Adobe to open pdf files too, so now I have to open my download folder, right-click, click "open with", and click "document viewer" (all for something that used to take one click!)
View 1 Replies
View Related
Feb 22, 2010
I have Ubuntu 9.10 64but with Mozilla Thunderbird (Shredder v3.0.3pre) and Firefox 3.5.8.
I can't seem to get the Menu - File - Send Link to work nothing happens.
Also for Preferred Applications the only thing available for the Mail Reader is the choice custom. I removed Evolution earlier.
I suspect that if I populate the Mail Reader with the proper command line it should fix my problem.
View 4 Replies
View Related
Apr 29, 2010
I got a new laptop having windows 7 preinstalled. Now I want to dual boot it by installing ubuntu as second os. I will be using ubuntu as primary, and windows 7 only if its absolute necessary. How can i make home folder common for both os? I mean (Users/mithun in windows 7 should be mapped to my home folder in ubuntu). I would also like to know what others do (hd partitioning etc) while dual booting.
View 9 Replies
View Related
Apr 30, 2010
I want to use Sans for English and another font for Chinese. I was thinking maybe I can modify
/etc/fonts/conf.d/69-language-selector-zh-cn.conf
/etc/fonts/conf.d/99-language-selector-zh.conf
to change the order of preferred font. But I couldn't find the files and I not sure if that will achieve my purpose at all...
View 1 Replies
View Related
Aug 15, 2010
Using Preferences->Preferred Applications, in the multimedia tab, I've selected 'custom' and set the command to "guayadeque". But, if I double click on a .mp3, movieplayer pops up, and if I use a Media Control Applet in AWN, rythmbox shows up as the default. Anyway to make guayadeque (or other) as the true system default for music files?
View 4 Replies
View Related
Oct 2, 2010
Which use of sudo do you prefer to get a root shell?
View 14 Replies
View Related
Apr 11, 2010
After a PSU and motherboard failure, I'm about to spec out a new PC. The last time I looked, Nvidia was the preferred graphics chipset as they tended to support Linux better than ATI. Is this still the case?[url].... seem to have lots of ATI cards in stock but hardly any Nvidia (despite offering a similar sized range), but I don't want to get an ATI card if it's not preferred for technological reasons (or even FOSS ethical reasons!).
View 9 Replies
View Related
Nov 30, 2010
What is the preferred utility for removing a significant quantity of packages from the alternate installer and adding a few, without going through the more full-featured, start to finish customizers?
View 1 Replies
View Related
Dec 12, 2010
What are the preferred video editors for novices, and where may I locate/download them,
View 3 Replies
View Related
Apr 28, 2011
I'm trying to set Desktop-Webmail to be the preferred Mail Client in Preferred Applications in Natty, but Evolution is the only selectable option.
Purging Desktop-Webmail didn't help, nor did trying other such apps like gnome-gmail.
Any ideas on how the list of Mail Clients can be set?
View 5 Replies
View Related
Jul 8, 2011
Installing Ubuntu on fresh hard drives, need a SAMBA share on the second drive. Is there a file system that I should use (ext4, ext3, NTFS, etc.)?I will be accessing the share with:- Ubuntu 10.04 (I have one older one but that'll be upgraded to this version)- Windows XP, Vista, and 7The entire second drive will be a big share, so the I'll be formatting the entire drive. Can't seem to find any information on supported or recommended file systems.
View 3 Replies
View Related
Apr 6, 2010
Is there any way to configure Nautilus to remember my preferred column widths so I don't have to fiddle with them every time I open a Nautilus instance?
View 2 Replies
View Related