Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-06 Thread Mick
On Saturday, 6 October 2018 11:14:55 BST Poncho wrote: > On 05.10.18 20:30, the...@sys-concept.com wrote: > > I'm trying to access my android phone via Linux. > > Installed: emerge -avq sys-fs/mtpfs > > > > cat /etc/fuse.conf > > ... > > user_allow_other > > > > $ mkdir ~/AndroidDevice > > > >

Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-06 Thread Poncho
On 05.10.18 20:30, the...@sys-concept.com wrote: > I'm trying to access my android phone via Linux. > Installed: emerge -avq sys-fs/mtpfs > > cat /etc/fuse.conf > ... > user_allow_other > > $ mkdir ~/AndroidDevice > > mtpfs ~/AndroidDevice > Device 0 (VID=22b8 and PID=2e76) is a Motorola Moto G

Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-06 Thread Neil Bothwick
On Sat, 6 Oct 2018 03:51:21 +0200, Heiko Baums wrote: > > I'm trying to access my android phone via Linux. > > Installed: emerge -avq sys-fs/mtpfs > > I haven't heard about mtpfs yet, but maybe you could try ssh and/or > sshfs. > > Just install the app SSHelper on your phone and sshfs on your

Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread Heiko Baums
Am Fri, 5 Oct 2018 12:30:16 -0600 schrieb the...@sys-concept.com: > I'm trying to access my android phone via Linux. > Installed: emerge -avq sys-fs/mtpfs I haven't heard about mtpfs yet, but maybe you could try ssh and/or sshfs. Just install the app SSHelper on your phone and sshfs on your

Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread Walter Dnes
On Fri, Oct 05, 2018 at 12:30:16PM -0600, the...@sys-concept.com wrote > I'm trying to access my android phone via Linux. > Installed: emerge -avq sys-fs/mtpfs Is this possibly a permissions problem. I use sys-fs/simple-mtpfs, on directory "tablet", and I mount and unmount with sudo... sudo

Re: [gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread Pouru Lasse
writes: > I'm trying to access my android phone via Linux. > Installed: emerge -avq sys-fs/mtpfs > > cat /etc/fuse.conf > ... > user_allow_other > > $ mkdir ~/AndroidDevice > > mtpfs ~/AndroidDevice > Device 0 (VID=22b8 and PID=2e76) is a Motorola Moto G (ID1). > Android device detected,

[gentoo-user] Mount Android phone on Gentoo - Transport endpoint is not connected

2018-10-05 Thread thelma
I'm trying to access my android phone via Linux. Installed: emerge -avq sys-fs/mtpfs cat /etc/fuse.conf ... user_allow_other $ mkdir ~/AndroidDevice mtpfs ~/AndroidDevice Device 0 (VID=22b8 and PID=2e76) is a Motorola Moto G (ID1). Android device detected, assigning default bug flags ls -al

Re: [gentoo-user] mount: Permission Denied in CHROOT

2017-08-22 Thread symack
Hello Everyone, I did try that as well however when I do a grub install I am getting: grub-install /dev/sda Installing for i386-pc platform. grub-install: warning: disk does not exist, so falling back to partition device /dev/sda2. grub-install: warning: disk does not exist, so falling back to

Re: [gentoo-user] mount: Permission Denied in CHROOT

2017-08-15 Thread J. Roeleveld
On 15 August 2017 05:32:48 GMT+02:00, symack wrote: >Hello Everyone, > >New installation on an older x346 system that has a HW raid >serveraid7k. I >have the appropriate kernel driver compiled `aic79xx`. > >lscpi: > >00:00.0 Host bridge: Intel Corporation E7520 Memory Controller

Re: [gentoo-user] mount: Permission Denied in CHROOT

2017-08-14 Thread Jigme Datse Yli-RAsku
I had this problem, or at least something similar. My solution (and this isn't specific instructions) was to boot from the CentOS "Everything" disc, and from there I could get a grub prompt, which would allow me to boot the system, which then from there I installed grub. I think I ended up

[gentoo-user] mount: Permission Denied in CHROOT

2017-08-14 Thread symack
Hello Everyone, New installation on an older x346 system that has a HW raid serveraid7k. I have the appropriate kernel driver compiled `aic79xx`. lscpi: 00:00.0 Host bridge: Intel Corporation E7520 Memory Controller Hub (rev 0c) 00:00.1 Unassigned class [ff00]: Intel Corporation E7525/E7520

[gentoo-user] Mount UPnP MediaServers as FUSE filesystem

2016-07-15 Thread Fernando Rodriguez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I just want to share this project I've been working on. It is a fork of djmount [1] with the following fixes/improvements: 1. Unbundled and updated library dependencies to recent versions. 2. Multi-home support. The original djmount will

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread David Haller
Hello, On Tue, 23 Jun 2015, Alan McKinnon wrote: On 23/06/2015 09:27, Ran Shalit wrote: I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount -o bind /dev /mnt/gentoo/dev Which

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Christopher Jones
Sent from my iPhone On Jun 23, 2015, at 10:31 AM, David Haller gen...@dhaller.de wrote: Hello, On Tue, 23 Jun 2015, Alan McKinnon wrote: On 23/06/2015 09:27, Ran Shalit wrote: I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread David Haller
Hello, On Tue, 23 Jun 2015, Christopher Jones wrote: Sent from my iPhone That figures. On Jun 23, 2015, at 10:31 AM, David Haller gen...@dhaller.de wrote: [..] /root/bin/chrooter [..] ### convenient way to mount further stuff outside the chroot (with the ### appropriate fstab

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Mike Gilbert
On Tue, Jun 23, 2015 at 5:14 AM, Alan McKinnon alan.mckin...@gmail.com wrote: On 23/06/2015 09:27, Ran Shalit wrote: Hello, I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Paul Tobias
test -e ${root}/dev/zero || mount --bind /dev/ ${root}/dev test -e ${root}/dev/shm/dh || mount --bind /dev/shm ${root}/dev/shm test -e ${root}/dev/pts/0 || mount --bind /dev/pts/ ${root}/dev/pts no need to separately mount shm and pts, just use --rbind, as the install doc recommends

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Alan McKinnon
On 23/06/2015 09:27, Ran Shalit wrote: Hello, I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount -o bind /dev /mnt/gentoo/dev Which I'm not sure I really understand. It's

[gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Ran Shalit
Hello, I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount -o bind /dev /mnt/gentoo/dev Which I'm not sure I really understand. 1. What is the difference between doing thses mount to

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Rich Freeman
On Tue, Jun 23, 2015 at 10:31 AM, David Haller gen...@dhaller.de wrote: ACK. There's more actually. Currently, I run Gentoo mostly in a chroot from my old system[1], and also updated it that way[2]. Currently, I use this script to chroot into gentoo: You might consider running Gentoo Prefix

[gentoo-user] mount windows 7 share via samba

2014-12-08 Thread Joseph
I'm trying to mount windows 7 share on Linux via Samba and I get Permission denied mount -t cifs -o username=fd,password= //10.10.0.9/opendental /home/thelma/mnt/wXPcomp/ mount error(13): Permission denied Windows 7 firewall is ON, should I turn it off? The above command worked OK on Windows

Re: [gentoo-user] mount windows 7 share via samba

2014-12-08 Thread Mick
On Monday 08 Dec 2014 21:52:22 Joseph wrote: I'm trying to mount windows 7 share on Linux via Samba and I get Permission denied mount -t cifs -o username=fd,password= //10.10.0.9/opendental /home/thelma/mnt/wXPcomp/ mount error(13): Permission denied Windows 7 firewall is ON, should I

[gentoo-user] mount and exfat

2012-10-29 Thread Bill Kenworthy
Any idea how I can get the mount command to recognise exfat? It works as root but not via fstab for users. bunyip ~ # mount /dev/sdc1 /mnt/tmp mount: unknown filesystem type 'exfat' bunyip ~ # mount.exfat /dev/sdc1 /mnt/tmp FUSE exfat 0.9.8 bunyip ~ # BillK

[gentoo-user] mount iso files whotout root privileges

2009-05-20 Thread Arnau Bria
Hi all, I have fuse for mounting iso files without root privilege. I' ve also seen cdemu, but I was wondering if is there any other software (or solution appart from sudo) for mounting iso files without root privilege... any idea will be appreciate. Cheers! -- Arnau Bria

Re: [gentoo-user] mount iso files whotout root privileges

2009-05-20 Thread Neil Bothwick
On Wed, 20 May 2009 11:08:12 +0200, Arnau Bria wrote: I have fuse for mounting iso files without root privilege. I' ve also seen cdemu, but I was wondering if is there any other software (or solution appart from sudo) for mounting iso files without root privilege... What's wrong with using

Re: [gentoo-user] mount iso files whotout root privileges

2009-05-20 Thread Arnau Bria
On Wed, 20 May 2009 10:15:33 +0100 Neil Bothwick wrote: On Wed, 20 May 2009 11:08:12 +0200, Arnau Bria wrote: I have fuse for mounting iso files without root privilege. I' ve also seen cdemu, but I was wondering if is there any other software (or solution appart from sudo) for mounting

Re: [gentoo-user] mount iso files whotout root privileges

2009-05-20 Thread Neil Bothwick
On Wed, 20 May 2009 11:28:59 +0200, Arnau Bria wrote: What's wrong with using sudo? Mmmm... may I restrict users to only be allowed to mount ISO files? I'm looking for that... You can specify option to be used, so you could allow users to only run mount -o loop,ro. -- Neil Bothwick

Re: [gentoo-user] mount iso files whotout root privileges

2009-05-20 Thread Paul Hartman
On Wed, May 20, 2009 at 4:08 AM, Arnau Bria ar...@emergetux.net wrote: I have fuse for mounting iso files without root privilege. I' ve also seen cdemu, but I was wondering if is there any other software (or solution appart from sudo) for mounting iso files without root privilege... It's not

[gentoo-user] mount: special device /dev/hdc does not exist. What does this mean?

2008-07-19 Thread Alan Mackenzie
Hi, Gentoo? I've a newly installed system, now working with my own special optimiesed keyboard layout. :-) However, I can't access my DVD drives. I know at least one of them works, because I installed Gentoo from it. When I do mount -tiso9660 /dev/hdc /cdrom , it comes back with special

Re: [gentoo-user] mount: special device /dev/hdc does not exist. What does this mean?

2008-07-19 Thread Daniel Pielmeier
Alan Mackenzie schrieb: Hi, Gentoo? I've a newly installed system, now working with my own special optimiesed keyboard layout. :-) However, I can't access my DVD drives. I know at least one of them works, because I installed Gentoo from it. When I do mount -tiso9660 /dev/hdc /cdrom ,

Re: [gentoo-user] mount: special device /dev/hdc does not exist. What does this mean?

2008-07-19 Thread Alan Mackenzie
Hi, Daniel On Sat, Jul 19, 2008 at 09:11:09PM +0200, Daniel Pielmeier wrote: Alan Mackenzie schrieb: Hi, Gentoo? I've a newly installed system, now working with my own special optimiesed keyboard layout. :-) However, I can't access my DVD drives. I know at least one of them works,

Re: [gentoo-user] mount: special device /dev/hdc does not exist. What does this mean?

2008-07-19 Thread Daniel Pielmeier
Alan Mackenzie schrieb: When I do mount -tiso9660 /dev/hdc /cdrom , it comes back with special device /dev/hdc does not exist. And yes, there was a CD in the drive, and /cdrom exists. Do you mean mount -t iso9660 /dev/hdc /cdrom Maybe. Is that different? Yeah, there is a

[gentoo-user] mount -t cifs doesn't accept //hostname/share?

2008-03-17 Thread Grant Edwards
According to the docs at http://gentoo-wiki.com/HOWTO_Setup_Samba#Using_CIFS, the following command should work: mount -t cifs //windows machine name/shared folder /mountpoint \ -o username=user,uid=uid,iocharset=cp850,dir_mode=0770,file_mode=660 That doesn't work for me. I get this error:

Re: [gentoo-user] mount -t cifs doesn't accept //hostname/share?

2008-03-17 Thread Rik Koenig
On Mon, Mar 17, 2008 at 11:44 AM, Grant Edwards [EMAIL PROTECTED] wrote: According to the docs at http://gentoo-wiki.com/HOWTO_Setup_Samba#Using_CIFS, the following command should work: mount -t cifs //windows machine name/shared folder /mountpoint \ -o

Re: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Cocoy Dayao
Encountered: warhammer etc # mount /dev/cdrom mount: block device /dev/cdrom is write-protected, mounting read-only mount: No buffer space available i googled and found a no buffer space available. followed suggestions on the thread: warhammer etc # mount -va df mount -v /mnt/cdrom mount:

Re: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Jerry McBride
On Tuesday 01 January 2008 10:50:26 pm Cocoy Dayao wrote: Encountered: warhammer etc # mount /dev/cdrom mount: block device /dev/cdrom is write-protected, mounting read-only mount: No buffer space available i googled and found a no buffer space available. followed suggestions on the

Re: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Cocoy Dayao
On Jan 2, 2008, at 12:22 PM, Jerry McBride wrote: On Tuesday 01 January 2008 10:50:26 pm Cocoy Dayao wrote: What is the cdrom? Music or Data? You can't mount a music cdrom... period. data However, if it's a data cd, then iso9660 MUST either be build into the kernel or available as a

RE: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Adam Carter
data However, if it's a data cd, then iso9660 MUST either be build into the kernel or available as a module for the auto part of your cdrom fstab line to work correctly... hmmm... maybe need also autoload in the module loading section of the kernel configurator. ok.

Re: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Cocoy Dayao
On Jan 2, 2008, at 1:32 PM, Adam Carter wrote: If it says CONFIG_ISO9660_FS=y - its built into the kernel, and should be working yep. it is built into the kernel. so auto should work, correct? -- Cocoy People who are really serious about software should make their own

Re: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Paul Colquhoun
On Wed, 2 Jan 2008, Cocoy Dayao wrote: On Jan 2, 2008, at 1:32 PM, Adam Carter wrote: If it says CONFIG_ISO9660_FS=y - its built into the kernel, and should be working yep. it is built into the kernel. so auto should work, correct? You could try moving iso9660 to the top in

Re: [gentoo-user] mount cdrom: No buffer space available

2008-01-01 Thread Cocoy Dayao
On Jan 2, 2008, at 2:42 PM, Paul Colquhoun wrote: On Wed, 2 Jan 2008, Cocoy Dayao wrote: You could try moving iso9660 to the top in /etc/filesystems, so it gets tried first. yep. done. thanks! -- Cocoy People who are really serious about software should make their

Re: [gentoo-user] mount cdrom: No buffer space available

2007-11-25 Thread Dirk Heinrichs
Am Freitag, 23. November 2007 schrieb ext Dan Farrell: On Fri, 23 Nov 2007 09:11:06 + Neil Bothwick [EMAIL PROTECTED] wrote: On Fri, 23 Nov 2007 08:15:48 + (UTC), Thufir wrote: In this case, the discs are fine, as are the drives. The drives mount fine in Fedora and read these

Re: [gentoo-user] mount cdrom: No buffer space available

2007-11-23 Thread Dan Farrell
On Fri, 23 Nov 2007 07:36:44 +0100 Dirk Heinrichs [EMAIL PROTECTED] wrote: Am Donnerstag, 22. November 2007 schrieb ext Stroller: A Google seems to suggest that mount: No buffer space available is commonly returned when the device is already mounted. I also found (with Google) one forum

[gentoo-user] mount cdrom: No buffer space available

2007-11-22 Thread Thufir
I'm going by http://www.gentoo.org/doc/en/handbook/handbook-x86.xml? part=1chap=8 to mount the cdrom and cdrw drives, but it's failing. There are two optical drives: a CD-ROM and a CD-R/W; both drives work physically. When I enter mount /mnt/cdrom1 or mount /mnt/cdrw1 then I hear a drive spin

Re: [gentoo-user] mount cdrom: No buffer space available

2007-11-22 Thread Stroller
On 22 Nov 2007, at 09:18, Thufir wrote: ... arrakis ~ # arrakis ~ # mount -a arrakis ~ # arrakis ~ # mount /mnt/cdrom mount: block device /dev/cdrom is write-protected, mounting read-only mount: No buffer space available arrakis ~ # arrakis ~ # mount /mnt/cdrom1 mount: block device /dev/cdrom1

Re: [gentoo-user] mount cdrom: No buffer space available

2007-11-22 Thread Dan Farrell
On Thu, 22 Nov 2007 15:20:43 + Stroller [EMAIL PROTECTED] wrote: A Google seems to suggest that mount: No buffer space available is commonly returned when the device is already mounted. Possibly, but I think this is unlikely. I have seen the 'already mounted' error many times but never

Re: [gentoo-user] mount cdrom: No buffer space available

2007-11-22 Thread Dirk Heinrichs
Am Donnerstag, 22. November 2007 schrieb ext Stroller: A Google seems to suggest that mount: No buffer space available is   commonly returned when the device is already mounted. I also found (with Google) one forum posting where it was stated that the cause was a bad, self-burned disk in the

Re: [gentoo-user] Mount NFS mounts as soon as possible

2007-05-07 Thread Matthias Fechner
Hi, Boyd Stephen Smith Jr. schrieb: IIRC, you can modify specific initscripts (in /etc/init.d) to depend on nfsmount. i moved now the script netmount from default to boot and everything works fine. Bye Matthias -- Programming today is a race between software engineers striving to build

Re: [gentoo-user] Mount NFS mounts as soon as possible

2007-05-06 Thread Boyd Stephen Smith Jr.
On Saturday 05 May 2007, Matthias Fechner [EMAIL PROTECTED] wrote about '[gentoo-user] Mount NFS mounts as soon as possible': Is there a possibility to say gentoo to mount at first all disk (including NFS) and then start the normal startscripts. IIRC, you can modify specific initscripts

[gentoo-user] Mount NFS mounts as soon as possible

2007-05-05 Thread Matthias Fechner
Hi, I use here a gentoo for my diskless video recorder but I have the problem the some mounts e.g. /usr is mounted to late (is mounted via NFS). Is there a possibility to say gentoo to mount at first all disk (including NFS) and then start the normal startscripts. Best regards, Matthias --

Re: [gentoo-user] Mount and write ntfs (natively)

2006-08-08 Thread Thierry de Coulon
On Wednesday 09 August 2006 06:03, [EMAIL PROTECTED] wrote: I'm seeing stuff on line that indicates it is now possible to write to ntfs formated disk from linux (at least semi-reliably). I'd like to delete a few directories and files that the windows xp OS sees as `system files' and will not

Re: [gentoo-user] Mount and write ntfs (natively)

2006-08-08 Thread Alexander Skwar
[EMAIL PROTECTED] schrieb: I'm seeing stuff on line that indicates it is now possible to write to ntfs formated disk from linux Yes. It's called ntfs3g. There's an ebuild for it. Alexander Skwar -- Gold's Law: If the shoe fits, it's ugly. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Mount permissions

2006-03-14 Thread Paul Stear
snip all Hi, The mystery gets deeper, every time I mounted the network storage server disk and rsync'd I had a lot of errors. It appears that the mount point was changing permissions every time I mounted. I want all of the directories and files to retain the original privileges during the

[gentoo-user] Mount permissions

2006-03-13 Thread Paul Stear
The root of all my rsync/network problems is a permissions problem The /mnt/network is drwxrwxrwx 3 root root 4096 Mar 13 13:24 test After I mount using mount -t smbfs -o username=paul,password=pass //LKG7DDD5F/gentoobackup /mnt/network the /mnt/network permissions have change to drwxr-xr-x

Re: [gentoo-user] Mount permissions

2006-03-13 Thread Jim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 163718720 Paul Stear [EMAIL PROTECTED] wrote: The root of all my rsync/network problems is a permissions problem The /mnt/network is drwxrwxrwx 3 root root 4096 Mar 13 13:24 test After I mount using mount -t smbfs -o

[gentoo-user] mount nfs thru mount system call

2006-03-08 Thread c.s.prakash
when i mount the nfs through the system callmount(192.168.0.51:/root, /mnt/9, nfs, 0, rw, async);it shows an invalid argument. but when i do this thru mount command it mounts without any problem -- C.S.Prakash

Re: [gentoo-user] mount nfs thru mount system call

2006-03-08 Thread Josh Helmer
On Wednesday 08 March 2006 19:55, c.s.prakash wrote: when i mount the nfs through the system call mount(192.168.0.51:/root, /mnt/9, nfs, 0, rw, async); it shows an invalid argument. but when i do this thru mount command it mounts without any problem It's been about 4 years since I last had

Re: [gentoo-user] mount nfs thru mount system call

2006-03-08 Thread Petr Uzel
It's been about 4 years since I last had to do that (so no guarantees), but If I remember correctly the data argument for NFS is not just a string. Instead I believe that you have to do some other magic to encode the data correctly. I would recommend looking at the source code for mount and

Re: [gentoo-user] mount nfs thru mount system call

2006-03-08 Thread Josh Helmer
On Wednesday 08 March 2006 21:07, Petr Uzel wrote: IMHO it's easier to look at 'man 2 mount' : ... Values for the filesystemtype argument supported by the kernel are listed in /proc/filesystems (like minix, ext2, msdos, proc, nfs, iso9660 etc.). man 2 mount is not going to help. If you

Re: [gentoo-user] mount nfs thru mount system call

2006-03-08 Thread DebianTux23
www.wolfspakt.de/spiel.php?id=7358

Re: [gentoo-user] mount nfs thru mount system call

2006-03-08 Thread Darryl Wagoner
On 3/8/06, Josh Helmer [EMAIL PROTECTED] wrote: man 2 mount is not going to help.If you had looked closer you would realizethat the data argument is the last argument not the filesystem type.Theman page only says that the data argument is typically a comma separated string. I don't believe that is

Re: [gentoo-user] mount nfs thru mount system call

2006-03-08 Thread Josh Helmer
On Wednesday 08 March 2006 22:04, Darryl Wagoner wrote: On 3/8/06, Josh Helmer [EMAIL PROTECTED] wrote: man 2 mount is not going to help. If you had looked closer you would realize that the data argument is the last argument not the filesystem type. The man page only says that the

[gentoo-user] mount: unknown filesystem type 'ext2'

2005-12-28 Thread Grant
Hello, I'm trying to upgrade my server to the latest hardened-sources kernel. I'm trying to mount my /dev/hda1 partition to /boot but I'm getting the error: mount: unknown filesystem type 'ext2' It's true that I don't have ext2 support compiled into my kernel, but I never have. My /etc/fstab

Re:[gentoo-user] mount: unknown filesystem type 'ext2'

2005-12-28 Thread brunogola
! -- Cabeçalho original --- De: Grant [EMAIL PROTECTED] Para: Gentoo mailing list gentoo-user@lists.gentoo.org Cópia: Data: Wed, 28 Dec 2005 09:15:14 -0800 Assunto: [gentoo-user] mount: unknown filesystem type 'ext2' Hello, I'm trying to upgrade my server to the latest hardened

Re: [gentoo-user] mount: unknown filesystem type 'ext2'

2005-12-28 Thread Grant
Did you already tried to pass to mount the arguments ? Like mount -t ext3 /dev/hda1 /boot ! Try this, about the fstab, it's right, but to know what is wrong with your systems i probably need more information. Maybe someone in this list had this problem once and know the solution. Good

Re: [gentoo-user] mount: unknown filesystem type 'ext2'

2005-12-28 Thread brunogola
--- De: Grant [EMAIL PROTECTED] Para: gentoo-user@lists.gentoo.org Cópia: Data: Wed, 28 Dec 2005 09:32:59 -0800 Assunto: Re: [gentoo-user] mount: unknown filesystem type 'ext2' Did you already tried to pass to mount the arguments ? Like mount -t ext3 /dev/hda1 /boot ! Try this, about the fstab

[gentoo-user] Mount / in RAM to speedup apps

2005-12-06 Thread Cláudio Henrique
Have anybody ever done this: http://forums.gentoo.org/viewtopic-t-296892-highlight-ramfs.html ? How did you do it? Which are the implications in emerging and stuff? What it is the best way to do it? Regards, Claudio. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] mount umount and xterm freeze

2005-10-21 Thread Neil Bothwick
On Fri, 21 Oct 2005 06:02:07 -0500, Harry Putnam wrote: So far I've used the old MS refrain `reboot, reboot, and reboot' to clear up the mounts but I'm sure there is some better way or maybe a way to prevent this from the start. umount -l /mount/point -- Neil Bothwick Q: How many builders

Re: [gentoo-user] mount mac disks?

2005-10-21 Thread Mark Shields
I imagine millions of fanboys of Mac OSX must be crying out to hear you call it BSD Linux. It's based on BSD. http://en.wikipedia.org/wiki/OSXOn 10/15/05, Mark Knecht [EMAIL PROTECTED] wrote:Good afternoon, Not a topic I see come up a lot. I finally bought my first Mac - a Mac Mini - and I'm

Re: [gentoo-user] mount mac disks?

2005-10-21 Thread Mark Knecht
On 10/21/05, Mark Shields [EMAIL PROTECTED] wrote: I imagine millions of fanboys of Mac OSX must be crying out to hear you call it BSD Linux. It's based on BSD. http://en.wikipedia.org/wiki/OSX hehe!! ;-) OK, I broke into a sweat, dropped a couple of pounds, grabbed some rosary beads.

Re: [gentoo-user] mount mac disks?

2005-10-21 Thread Mark Shields
Heh. I'm not really concerned that you called it BSD Linux, although technically it is wrong, since those are 2 different things.On 10/21/05, Mark Knecht [EMAIL PROTECTED] wrote:On 10/21/05, Mark Shields [EMAIL PROTECTED] wrote: I imagine millions of fanboys of Mac OSX must be crying out to hear

Re: [gentoo-user] mount point with hal and kde

2005-08-18 Thread Norberto Bensa
Pupeno wrote: I'd like a couple of this devices to be mounted at a specific place, like /media/backup and /media/home. Is it possible ? Thanks. Yup. Read: /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi Basically you'll be forcing (using the device-id) the path where it is

Re: [gentoo-user] mount point with hal and kde

2005-08-18 Thread Neil Bothwick
On Wed, 17 Aug 2005 23:38:16 -0300, Pupeno wrote: I'd like a couple of this devices to be mounted at a specific place, like /media/backup and /media/home. Is it possible ? Set up udev rules to give them their own names in /dev, these names are also used as the mount point under /media. It is

Re: [gentoo-user] mount point with hal and kde

2005-08-18 Thread Pupeno
On Thursday 18 August 2005 09:47, Norberto Bensa wrote: Read: /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi Basically you'll be forcing (using the device-id) the path where it is mounted. Then just drop your changes into: /usr/share/hal/fdi/95userpolicy/storage-policy.fdi

Re: [gentoo-user] mount point with hal and kde

2005-08-18 Thread Norberto Bensa
Pupeno wrote: On Thursday 18 August 2005 09:47, Norberto Bensa wrote: Read: /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi Basically you'll be forcing (using the device-id) the path where it is mounted. Then just drop your changes into:

[gentoo-user] mount point with hal and kde

2005-08-17 Thread Pupeno
Hello, I have various computers running KDE and hald and I also have various USB mass storages, some of the HDs and some of them memories. When I plug them I get an icon on the desktop and the first one to be plugged gets monted on /media/usbdisk, the second on /media/usbdisk1, the third on

Re: [gentoo-user] mount ntfs partition crashes system

2005-08-01 Thread Kurt Guenther
Doh! I rebuilt the kernel for 4Gb memory size and I didn't install the modules. Thanks for the clue. --Kurt Michael Crute wrote: Did you upgrade your kernel and forget to make modules_install? What kind of errors are you getting, kernel panic? -Mike On 7/31/05, *Kurt Guenther*

[gentoo-user] mount ntfs partition crashes system

2005-07-31 Thread Kurt Guenther
This has been working forever, but I just did it today and it crashes the system. I just do this: # mount /dev/hda2 /mnt/ntfs/ I have ntfs file system built as a module for the kernel: CONFIG_NTFS_FS=m Any ideas? --Kurt -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] mount ntfs partition crashes system

2005-07-31 Thread Michael Crute
Did you upgrade your kernel and forget to make modules_install? What kind of errors are you getting, kernel panic? -MikeOn 7/31/05, Kurt Guenther [EMAIL PROTECTED] wrote: This has been working forever, but I just did it today and it crashesthe system. I just do this:# mount /dev/hda2 /mnt/ntfs/I

[gentoo-user] mount

2005-04-14 Thread Al Bayrouni
Hello all, I want to mount an iso file ont /mnt/iso directorie. I have this message when I run this command: mount /mnt/packages-x86-2005.0.iso /mnt/iso -o loop=/dev/loop0, /dev/loop0: no such file or directorie ls -l /dev/loop* I have this in /dev:brw-rw 1 root disk 7, 0 mar 10 18:47

Re: [gentoo-user] mount

2005-04-14 Thread Magnus Varmfors
Hi! Try not using the /dev/loop0. If I remember correctly, the default for loop is to look up a free loop-device. So, try... mount -t iso9660 /mnt/packages-x86-2005.0.iso /mnt/iso -o loop From the man-page: If no explicit loop device is mentioned (but just an option `-o loop' is given), then

Re: [gentoo-user] mount

2005-04-14 Thread Al Bayrouni
Richard Fish wrote: Al Bayrouni wrote: Hello all, I want to mount an iso file ont /mnt/iso directorie. I have this message when I run this command: mount /mnt/packages-x86-2005.0.iso /mnt/iso -o loop=/dev/loop0, /dev/loop0: no such file or directorie Do you have the 'loop' block device