 |
29-10-2005, 11:06 PM
|
#1 (permalink)
|
|
Broken In
Join Date: Oct 2005
Location: Behind the enemy lines.
Posts: 157
|
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]
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
30-10-2005, 07:35 AM
|
#2 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Edit the fstab,instead of defaults 0 0 type
umask=000 0 0.
|
|
|
30-10-2005, 08:58 PM
|
#3 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
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
|
|
|
30-10-2005, 10:15 PM
|
#4 (permalink)
|
|
Alpha Geek
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
|
But Ujjwal we should add -t vfat or -t ntfs , isn't or is it optional.
|
|
|
30-10-2005, 10:20 PM
|
#5 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
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
|
|
|
31-10-2005, 08:09 AM
|
#6 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Ya the type should be specified in Ubuntu 5.4..
|
|
|
31-10-2005, 04:33 PM
|
#7 (permalink)
|
|
Indian by heart
Join Date: Nov 2003
Location: Bangalore
Posts: 343
|
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.
|
|
|
02-11-2005, 06:28 PM
|
#8 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Ya amarok is really cool....I love it too.
|
|
|
02-11-2005, 06:34 PM
|
#9 (permalink)
|
|
Alpha Geek
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
|
But it's just the front end isn't??
__________________
Call it Emacs,
Love it or Leave it.
|
|
|
02-11-2005, 08:37 PM
|
#10 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Yes a front end of Xine..
|
|
|
03-11-2005, 01:41 AM
|
#11 (permalink)
|
|
Broken In
Join Date: Jul 2005
Posts: 172
|
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.
|
|
|
03-11-2005, 02:14 AM
|
#12 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
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
|
|
|
03-11-2005, 05:27 PM
|
#13 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Ya Xine is one of the backends.I mainly use it with Gstreamer and the output as esd in Hoary.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|