Yup!~Its me again! I have installed Ubuntu on my system again yesterday. After completing installation, I installed VLC player so that I can play my mp3 files on it but I wasnt able to enter into any of my drives exept the main one. Computer has assigned them as hd1, hd2…hd5. Everytime I try to enter, it says that you dont have permission. I was logged in as an admin. Then after fiddeling around a bit, I entered into Disk Management thing(cant remember the correct name). From there I opened my drive and then copy and paste the link (/boot/hd1/songs) into my player then it worked. But still I cant look into it directly. Also my player VLC clashed so many times while playing songs. It has stopped responding, I dont know why???
One more question, I’ve got 5.1 C Media, sound card. Linux has installed the audio drivers automatically, which is great. But I dont know from where I can set the speaker settings to 4channel as I just have 4 speaker system not 5.1.
fstab is the “File Structure Table” file, in plain text under the /etc (Editable Text Files) directory. It contains info on all mount points (partitions etc..) Here is a good guide on fstab.
Here is a guide from the ubuntu documentation about mount points. Is that the method you were using?
Windows and other partitions should be automatically available from any Ubuntu system. If they are not, you can enable them using the graphical disks tool.
Open System->Administration->Disks
Select the correct hard disk, and click the Partitions tab.
Select the relevant partition, and click Enable.
To unmount the partition, click Disable.
It was enable already and there was an option for opening drive, which helped me in viewing and accessing my contents. I dont have any experience with the Linux at the moment but still I will try for the second method “Make partitions automatically available” which is in your link. Thanks!
Suddenly one more question appeared in my mind… The way I know about linux is that if we wants to move or copy something from one place to another then we need to use command…like cp or mv. I usually move audio files from my computer to my mobile. Which means that I have to use this command to copy any song I want…?? Some songs have very big names and also If I wants to move 2-3 files at a time, how can I do that??
or you could type the firt few character of the name and then replace the other charactors with an asterix (*)
e.g. replace cd /mydir
cp mysong.mp3 /mnt/mobile with cd /mydir
cp myso*.mp3 /mnt/mobilebut be aware that this command will copy all files named myso.mp3
i think this will work, please correct me if i’m wrong guys
fstab looks good. Which partition is having issues? (/dev/hd___)
If you can’t mount from the desktop (by clicking on the drive icon) then try this command in a terminal as root:
mount -aThat will mount everything in the fstab (skipping media that is missing like cdrom). If there are any problems, it will read out errors. You can post them here for analysis. If no errors, then you should be able to access the partition you need.
You can try this: enter the run command, alt-F2 then type:
media:/
This will access all mounted drives in konqueror.
All the drives are mounted on the desktop…I mean they are all appearing as hd1, hd2…hd5 but I cant access either of them. I was trying your previous link but I dont know for some reason that wasnt working either. Last time when I installed the Ubuntu, I had no problem while accessing anything. But I dont know, whats going on this time. Either I’ve installed it wrongly or something..
Sounds interesting! which program is this and where…? Does it means that I can copy, paste, delete and move any file from one place to other??
Doesnt work…I am getting the following error -
“Cannot display location ‘media:/’
Details: There is no default action associated with this location.”
I can only able to access these drives through system > admin > disks method…
Sorry If I m bit annoying coz I m noob.. I know very little about ubuntu.
Edit: Error which I m getting when I click on the drive…
“You do not have the permissions necessary to view the contents of “hdb5”.”
If you look in the fstab you will see that ntfs is mounted with ‘defaults’ which means that you, as a humble user, do not have access to the partition(s).
I found the following How-To very handy and I noticed no one mentioned it.
Amongst other gems it shows you how to edit fstab to allow normal users to mount windows partitions and read/write to/from them:
I m getting this error while running the sudo apt-get install libfuse2 fuse-utils command
Setting up libfuse2 (2.3.0-1ubuntu1) …
W: Couldn’t stat source package list Index of / breezy/multiverse Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_multiverse_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
root@ubuntu:/home/karan#