Posts: 90
Threads: 8
Joined: Feb 2009
Reputation:
0
2012-01-26, 04:17 PM
(This post was last modified: 2012-01-26, 04:18 PM by Bakshara.)
Ok,
Here is what I did. I went into Qpart to collect data. Following is the data I collected.
I hope this information will help you help me
Yes I want to mount a Windows partition in Lunux under the directory I just created (/media/LinuxSwitch) or(/mnt/LinuxSwitch). What would be better?
Thank you,
Bakshara
/dev/sda1 ext3 /boot
/dev/sda2 LVM2 (data)
(unallocated) 2.49 MiB
---
/dev/sdb1 NTFS LinuxSwitch
(unallocated) 2.49 MiB
---
/dev/sdc1 ext2 /boot
/dev/sdc2 LVM2 (data)
(unallocated) 4.09 MiB
Why does it seem like I have two Linux installs?
Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
Because you have two /boot partitions. if it's a usb drive mount under /media if it's a partition on an internal hard drive
I would do /mnt but don't think it matters much. just what you prefer.
Posts: 90
Threads: 8
Joined: Feb 2009
Reputation:
0
Thank you! That worked!
Should I put that in /media fstab?
Is there any way we can share privet messages? I have some questions that do not apply to duel-boot.
Bakshara
Posts: 90
Threads: 8
Joined: Feb 2009
Reputation:
0
2012-01-30, 04:58 PM
(This post was last modified: 2012-01-30, 05:01 PM by Bakshara.)
What's the deal? I put “mount /dev/sdb1 /media/LinuxSwitch” in /ect/fstab as you recommended. I modified fstab under /media and /mnt to the same thing. LinuxSwitch still comes up unmounted when I boot up. The reason fstab are still under /media and /mnt is because when I click on them and hit the Delete key it gives me the dialog box asking what I want to do. When I click on Delete it responds, “Error while deleting...Error removing file: Permission denied” What do I need to do?
This is what it looks like under /etc:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
UUID=115e69cd-198c-4cd1-b69c-93910c772dd1 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
mount /dev/sdb1 /media/LinuxSwitch
(there is a blank line here)
Bakshara
Posts: 90
Threads: 8
Joined: Feb 2009
Reputation:
0
Hybrid,
As for, "fsck -- whether and when to check the file system for errors. 0 is off."
What would be the reason to have it off?
Thanks,
Bakshara
Posts: 995
Threads: 128
Joined: Jul 2005
Reputation:
0
In this case, I suggested to switch it off because this is an NTFS filesystem. I'm sure Windows chkdsk can take care of it, and there's no sense in checking it in two places without reason. :)