Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-05-2004, 09:43 AM
|
#1
|
Member
Registered: Feb 2004
Location: San Antonio, TX.
Distribution: Debian
Posts: 71
Rep:
|
Kwickdisk dosent show all partitions ?
using bonazi linux (Debian based) mounted on HD. System is dual booted with window Me
I would like to know how to get my windows partition hda1 and second hd =hdb1 showing in kwickdisk so I can mount them and get to my music & stuff , the only mount point showing in kwickdisk is linux hdb6, cd's & floppy the mnt folder under / file system doesn't show any thing in it, any ideas on that.
any help appreciated. Thanks efi360
|
|
|
04-05-2004, 10:05 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194
Rep:
|
They will not show up in kwikdisk unless they are in the /etc/fstab file.
|
|
|
04-05-2004, 10:13 AM
|
#3
|
Member
Registered: Feb 2004
Location: San Antonio, TX.
Distribution: Debian
Posts: 71
Original Poster
Rep:
|
Thank fo the reply aaa, How would i go about to list other partitions in there
here is what is in /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda6 / ext3 errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
|
|
|
04-05-2004, 10:23 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194
Rep:
|
Assuming you want to use the two FAT32 Windows partitions hda1 and hdb1 (use 'fdisk -l' to get the partition names):
First run:
mkdir /mnt/win_c
mkdir /mnt/win_d
Then add to fstab:
/dev/hda1 /mnt/win_c vfat umask=0,defaults 0 0
/dev/hdb1 /mnt/win_d vfat umask=0,defaults 0 0
The 'umask=0' sets the permissions to 'rwxrwxrwx'.
|
|
|
04-05-2004, 01:00 PM
|
#5
|
Member
Registered: Feb 2004
Location: San Antonio, TX.
Distribution: Debian
Posts: 71
Original Poster
Rep:
|
Sorry aaa but i am a bit of a newb do i type this in at root console after su then password ?
mkdir /mnt/win_c
mkdir /mnt/win_d
and can I just copy and past this in fstab file ?
/dev/hda1 /mnt/win_c vfat umask=0,defaults 0 0
/dev/hdb1 /mnt/win_d vfat umask=0,defaults 0 0
|
|
|
04-06-2004, 10:18 PM
|
#6
|
Member
Registered: Feb 2004
Location: San Antonio, TX.
Distribution: Debian
Posts: 71
Original Poster
Rep:
|
I never got a last response but I went for it any way .
Typed it in a root console then copyed and pasted to fstab and urika it worked
can now mount other partitions in kwickdisk
Thanks aaa if your still out there
Last edited by efi360; 04-06-2004 at 10:28 PM.
|
|
|
All times are GMT -5. The time now is 06:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|