Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 29-10-2005, 11:06 PM   #1 (permalink)
Broken In
 
Join Date: Oct 2005
Location: Behind the enemy lines.
Posts: 157
Default Mounting Windows partitions in Ubuntu linux


hey guys please tell me how to install windows partitions in ubuntu 5.4 . i know abt editin that fstab . but please give me a easy solution. and also tell me how i can install KDE in ubuntu .

[Edited Batty]
digitizen is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-10-2005, 07:35 AM   #2 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Edit the fstab,instead of defaults 0 0 type
umask=000 0 0.
vignesh is offline  
Old 30-10-2005, 08:58 PM   #3 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

If the installer did not auto detect your partitions, an easy way would be to type

Code:
mkdir /mnt/winc
mount /dev/hda1 /mnt/winc
/dev/hda1 will generally be your C drive, to see which all partitions correspond to windows drives, type "fdisk -p".

However, in this way, the partitions will not be auto mounted every time you start up your OS ...
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 30-10-2005, 10:15 PM   #4 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

But Ujjwal we should add -t vfat or -t ntfs , isn't or is it optional.
Satissh S is offline  
Old 30-10-2005, 10:20 PM   #5 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

It should auto detect the file system, if it can recognise it. But yes, if you know the filesystem of the partition, using the -t option in good.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 31-10-2005, 08:09 AM   #6 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Ya the type should be specified in Ubuntu 5.4..
vignesh is offline  
Old 31-10-2005, 04:33 PM   #7 (permalink)
Indian by heart
 
planetcall's Avatar
 
Join Date: Nov 2003
Location: Bangalore
Posts: 343
Default

Try to understand the following configuration of mine(Breezy). Its fairly simple. Just nano your fstab to something equivalent .

Quote:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda6 /boot ext3 defaults 0 2
/dev/hda8 /home ext3 defaults 0 2
/dev/hdb1 /media/hdb1 vfat defaults 0 0
/dev/hdb10 /media/hdb10 vfat defaults 0 0
/dev/hdb11 /media/hdb11 ntfs defaults 0 0
/dev/hdb5 /media/hdb5 vfat defaults 0 0
/dev/hdb6 /media/hdb6 ntfs auto,owner,exec,umask=000 0 0
/dev/hdb7 /media/hdb7 vfat defaults 0 0
/dev/hdb8 /media/hdb8 ntfs auto,owner,exec,umask=000 0 0
/dev/hdb9 /media/hdb9 vfat defaults 0 0
/dev/hda5 /opt ext3 defaults 0 2
/dev/hda7 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Two of the NTFS Drives are accessible by users I play mp3 files from those windows NTFS partitions.
AMAROK RULES.
planetcall is offline  
Old 02-11-2005, 06:28 PM   #8 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Ya amarok is really cool....I love it too.
vignesh is offline  
Old 02-11-2005, 06:34 PM   #9 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

But it's just the front end isn't??
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 02-11-2005, 08:37 PM   #10 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Yes a front end of Xine..
vignesh is offline  
Old 03-11-2005, 01:41 AM   #11 (permalink)
sba
Broken In
 
Join Date: Jul 2005
Posts: 172
Default

Quote:
Originally Posted by planetcall
Try to understand the following configuration of mine(Breezy).
Ever considered moving to reiserfs? You are seriously missing lots of performance by using ext3 instead of reiserfs.
Quote:
Originally Posted by vignesh
Yes a front end of Xine..
Not just of Xine...
amaroK supports 7 backends and xine is just one of them. you should try amaroK with gstreamer instead of xine. you will get the best experience.
sba is offline  
Old 03-11-2005, 02:14 AM   #12 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

For installing KDE in ubuntu.

1. Open Synaptic Package Manager
2. Click reload
3. Select KDE Desktop Environment from the list on Left Tab
4. Check kde-core on right. You can also select many packages you need like kde-multimedia, kde-network etc.,
5. Click Apply.
6. Enjoy!!!
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 03-11-2005, 05:27 PM   #13 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Ya Xine is one of the backends.I mainly use it with Gstreamer and the output as esd in Hoary.
vignesh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:51 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2