Ubuntu :: Making Entry In Fstab For MP3 Player?

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


ADVERTISEMENT

General :: How To Add A New Entry To Fstab

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

Ubuntu Installation :: CIFS Entry For FSTAB?

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

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 View Related

Ubuntu :: Fstab Entry For 2nd Disk Fails To Mount - Can't See Any Error

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

Ubuntu :: Can't Figure Out The Fstab Entry \ Connect To Is Not Browseable And Is Read Only=no?

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

Ubuntu :: Safe To Change Fstab UUID Entry For The System To /dev/sdb4?

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

Ubuntu Servers :: Mount Works But Fstab Entry For Same Server Doesn't?

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

OpenSUSE :: Mount NTFS By Normal Users So Used The Entry In Fstab?

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

Server :: Not Booting - Remove The Entry From Fstab For /home It's Read Only

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

SUSE / Novell :: Fstab Entry To Mount Second Hard Disk?

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

CentOS 5 Hardware :: USB External Hard Drive - Entry In Fstab File

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

Server :: Samba Entry Of Fstab To Mount Windows Shared Folder On Machine

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

General :: Making A Directory Entry Pointing To (file+offset)

May 5, 2010

The *.dbf files (DBase III Plus files) have a header (metadata) and follow with n fixed records. I'd like to make a directory entry (like a symbolic link) that point to the fixed record area into a .dbf file. Is it possible in linux? The request is motivated by access a .dbf file from a Firebird SQL Database using CREATE TABLE EXTERNAL FILE '/tmp/mydbf.dbf' ( ... ); but this command only works on fixed records.

View 1 Replies View Related

OpenSUSE Multimedia :: Making Slideshow For DVD Player

Oct 16, 2010

I was asked to make a slideshow of a series of JPEGs; I found the programme "imagination" that is available as an .rpm and I installed it with YaST;it worked well and I produced a couple of straightforward .vob files that could be started from a DVD player connected to a TV; (the intention);I would need to restart YaST to check; but I guess imagination is on packman It has a GU interface and worked well for me.

View 1 Replies View Related

Software :: Music Player+organizer For Playing Entire Folders And Making Playlists ?

Dec 31, 2008

I'm looking for a music player that has the functionality of Windows Media Player. That is, a player that would search for music all over the file system (like Picasa does for images), and would work conveniently with folder structure - so I would drag an entire folder into the window and the player would create a playlist of it. I have Ubuntu, if it matters.

View 1 Replies View Related

General :: Fstab Sdxx Or Uuid Or / Disk And Partitions In The Fstab File?

Jan 5, 2010

What would be the best way list disk and partitions in the fstab file?

View 1 Replies View Related

Hardware :: Changes To Fstab (UUID's) / Revert Fstab's Listings Back To The Old /dev/hd Settings?

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

Ubuntu :: Rename The Fstab-BAK To Fstab?

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

Server :: Bad Entry In Directory Unaligned Directory Entry?

Apr 1, 2011

I have the following error on one of my servers. Is there a way to tell which directory is exactly having the problem? if there is, if i delete that directory, will that resolve the problem or no?kernel: EXT2-fs error (device md(9,0)): ext2_check_page: bad entry in directory #10158084: unaligned directory entry - offset=0, inode=605471640, rec_len=7606, name_len=177

View 4 Replies View Related

Ubuntu :: Watch On VLC Player Or Movie Player Or Any Other Software Its Spoiling Picture

Aug 22, 2010

I'm having problems with video files, when i try to watch them on VLC player or Movie player or any other software, its spoiling my picture, colors are fuzzy, it is like, gray color is shown as yellow, white as blue and stuff like that.

View 7 Replies View Related

Software :: Installed Xmms Player On Ubuntu 8.04 - Doesn't Shows Menu On Right Click On Player

Aug 4, 2010

I have installed xmms player on ubuntu 8.04 it works fine but it doesn't shows menu on right click on player, menu list displays but will blank.

View 1 Replies View Related

Ubuntu Multimedia :: Media Player With The Feature Of Crystal Player

Oct 20, 2010

Crystal Player has one very good playback speed troubleshooting feature - it uses large buffer of decoded frames (about 50% of RAM). Is there any player with such features in ubuntu?

View 4 Replies View Related

Ubuntu Multimedia :: RIP DVD - Movie Player (or Vlc Player) Returns A Error

Nov 4, 2010

I have a DVD with a error located at a certain time. Each time I watch the DVD and then come to that point Movie Player (or vlc player) returns a error. Now I want to rip this DVD but all the rippers I tried return a error at that point when they try to rip it. Rippers I tried:

- dvd::rip
- FFMPEG
- Acidripper
- Avidemux

Now I want to know ain't there a ripper which can read over these errors and still make a decent rip?

View 3 Replies View Related

Ubuntu Multimedia :: Movie Player And VLC Media Player Not Playing DVD?

Aug 1, 2011

When playing coyright protected DVD's in Ubuntu 10.10: the following errors occur:Movie Player Error message:Error occured Could not read from resourceVLC media Player Error essage:Playback failure:DVDRead could not read block 0.Non copyright protected DVD's play fine

View 2 Replies View Related

Ubuntu :: XMMS2 Player Installed But Can Only Get CLI Interface Not The GUI Player !

Mar 25, 2010

I'm trying to get my XMMS Player to work. I've been reading the linux bible and it has a whole section just on xmms player management. when I typed in xmms in the terminal i get :

So i went to synaptic package manager and installed xmms but all I found was xmms2 I guess its the newer version. I ended up installing it, but now when I type in xmms2 in the terminal (because if i type in xmms i get the same output as above), it brings me to a bunch of cli commands used for using xmms in the terminal. How do I get the "winamp" type GUI interface with xmms2, I tried looking for it in my applications menu (even under sound and video) and its nowhere to be found. I just wanna enjoy the player with its normal graphical tool not through the command prompt (which seems like the only choice right now).

I tried installing xmms through the terminal like this:

And get this:

And as I said before there's no xmms installer in synaptic only xmms2 (which I installed and got the CLI not the GUI version). I'm using Ubuntu Karmic Koala.

View 2 Replies View Related

Ubuntu :: Make VLC Player Default Media Player?

Jun 3, 2010

I recently installed the VLC media player. Now how do I make this my default media player? When I click on a video, Totem Movie Player still launches.

View 2 Replies View Related

General :: Movie Player And Dragon Player Not Working In Kubuntu 10.04 Lucid Lynx

Sep 20, 2010

I recently installed Kubuntu 10.04 Lucid Lynx. It is working well, but Movie Player does not work, and Dragon Player plays videos/movies but with no audio. VLC works fine. how to either remove Movie Player and Dragon Player or make them work. I tried apt-get remove mplayer but that doesn't work. If not that, I wonder if the default media player can be changed to VLC, e.g., when you click any video it will start to play using VLC?

View 2 Replies View Related

OpenSUSE Multimedia :: Files With 64-bit Kaffeine (favorite Player) Or Any Other 64-bit Video Player?

Jun 25, 2010

I've been away from Linux for a while, so I need to get informed about some of the 32- vs. 64-bit issues concerning video players and codecs. So, what is everyone using these days?

More specifically, is it possible to play, e.g., .wmv files with 64-bit Kaffeine (my favorite player) or any other 64-bit video player? If so, then which combination of player and codec should I use?

View 9 Replies View Related

OpenSUSE Install :: VLC Media Player Is A Highly Portable Multimedia Player For Various Audio And Video?

May 26, 2011

in software.opensuse.org site if we serch for a software the result will be like the following

vlc
KDE:Unstablelayground/openSUSE_11.4_KDE_Distro_Factory This is the stripped version of the VLC media Player. VLC media player is a highly portable multimedia player for various audio and video

[more]
1-Click Install
Manual Package Download
Go to OBS Project
i586 vlc-1.1.6.99-1.11.i586.rpm
src vlc-1.1.6.99-1.11.src.rpm
x86_64 vlc-1.1.6.99-1.11.x86_64.rpm

if i like to keep the setup(rpm) of the software which i should chose the above?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved